diff --git a/lefthook.yml b/lefthook.yml
index 06eb0446ee5..4eff2ad1f8e 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -1,9 +1,9 @@
pre-commit:
parallel: true
commands:
- eslint:
+ biome-lint:
glob: "*.{js,jsx,ts,tsx}"
- run: npx eslint --fix {staged_files}
+ run: npx @biomejs/biome check --write --reporter=summary {staged_files} --no-errors-on-unmatched
stage_fixed: true
skip:
- merge
@@ -11,9 +11,9 @@ pre-commit:
pre-push:
commands:
- eslint:
+ biome-lint:
glob: "*.{js,ts,jsx,tsx}"
- run: npx eslint --fix {push_files}
+ 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 be946306471..87e2e150c65 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,7034 +1,7179 @@
{
- "name": "pokemon-rogue-battle",
- "version": "1.1.0",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "pokemon-rogue-battle",
- "version": "1.1.0",
- "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-korean-postposition-processor": "^1.0.0",
- "json-stable-stringify": "^1.1.0",
- "phaser": "^3.70.0",
- "phaser3-rex-plugins": "^1.1.84"
- },
- "devDependencies": {
- "@eslint/js": "^9.3.0",
- "@hpcc-js/wasm": "^2.18.0",
- "@stylistic/eslint-plugin-ts": "^2.6.0-beta.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.0.4",
- "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",
- "phaser3spectorjs": "^0.0.8",
- "typedoc": "^0.26.4",
- "typescript": "^5.5.3",
- "typescript-eslint": "^8.0.0-alpha.54",
- "vite": "^5.4.8",
- "vite-tsconfig-paths": "^4.3.2",
- "vitest": "^2.0.4",
- "vitest-canvas-mock": "^0.3.3"
- },
- "engines": {
- "node": ">=20.0.0"
- }
- },
- "node_modules/@ampproject/remapping": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
- "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/code-frame": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
- "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/highlight": "^7.24.7",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/compat-data": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
- "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/core": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
- "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.24.7",
- "@babel/generator": "^7.24.9",
- "@babel/helper-compilation-targets": "^7.24.8",
- "@babel/helper-module-transforms": "^7.24.9",
- "@babel/helpers": "^7.24.8",
- "@babel/parser": "^7.24.8",
- "@babel/template": "^7.24.7",
- "@babel/traverse": "^7.24.8",
- "@babel/types": "^7.24.9",
- "convert-source-map": "^2.0.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.2",
- "json5": "^2.2.3",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- }
- },
- "node_modules/@babel/core/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/generator": {
- "version": "7.24.10",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
- "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.9",
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.25",
- "jsesc": "^2.5.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
- "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.24.8",
- "@babel/helper-validator-option": "^7.24.8",
- "browserslist": "^4.23.1",
- "lru-cache": "^5.1.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-environment-visitor": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
- "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-function-name": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
- "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
- "dev": true,
- "dependencies": {
- "@babel/template": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-hoist-variables": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
- "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-imports": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
- "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-transforms": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
- "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.24.7",
- "@babel/helper-module-imports": "^7.24.7",
- "@babel/helper-simple-access": "^7.24.7",
- "@babel/helper-split-export-declaration": "^7.24.7",
- "@babel/helper-validator-identifier": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-simple-access": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
- "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-split-export-declaration": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
- "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-string-parser": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
- "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-identifier": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
- "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-option": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
- "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helpers": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
- "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.24.7",
- "@babel/types": "^7.24.8"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
- "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.24.7",
- "chalk": "^2.4.2",
- "js-tokens": "^4.0.0",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "dev": true,
- "dependencies": {
- "color-convert": "^1.9.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/chalk": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-convert": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/supports-color": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/parser": {
- "version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.0.tgz",
- "integrity": "sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/runtime": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz",
- "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==",
- "dependencies": {
- "regenerator-runtime": "^0.14.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/template": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
- "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.7",
- "@babel/parser": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
- "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.7",
- "@babel/generator": "^7.24.8",
- "@babel/helper-environment-visitor": "^7.24.7",
- "@babel/helper-function-name": "^7.24.7",
- "@babel/helper-hoist-variables": "^7.24.7",
- "@babel/helper-split-export-declaration": "^7.24.7",
- "@babel/parser": "^7.24.8",
- "@babel/types": "^7.24.8",
- "debug": "^4.3.1",
- "globals": "^11.1.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse/node_modules/globals": {
- "version": "11.12.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/types": {
- "version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.0.tgz",
- "integrity": "sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-string-parser": "^7.24.8",
- "@babel/helper-validator-identifier": "^7.24.7",
- "to-fast-properties": "^2.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "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==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cookie": "^0.5.0"
- }
- },
- "node_modules/@bundled-es-modules/statuses": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/statuses/-/statuses-1.0.1.tgz",
- "integrity": "sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "statuses": "^2.0.1"
- }
- },
- "node_modules/@bundled-es-modules/tough-cookie": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/tough-cookie/-/tough-cookie-0.1.6.tgz",
- "integrity": "sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@types/tough-cookie": "^4.0.5",
- "tough-cookie": "^4.1.4"
- }
- },
- "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==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "aix"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "loong64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "mips64el"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "netbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "openbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "sunos"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@eslint-community/eslint-utils": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
- "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eslint-visitor-keys": "^3.3.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
- }
- },
- "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==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@eslint/object-schema": "^2.1.4",
- "debug": "^4.3.1",
- "minimatch": "^3.1.2"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/config-array/node_modules/brace-expansion": {
- "version": "1.1.11",
- "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"
- }
- },
- "node_modules/@eslint/config-array/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"
- },
- "engines": {
- "node": "*"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^10.0.1",
- "globals": "^14.0.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
- "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
- },
- "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,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "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==",
- "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==",
- "dev": true,
- "dependencies": {
- "yargs": "17.7.2"
- },
- "bin": {
- "dot-wasm": "bin/dot-wasm.js"
- }
- },
- "node_modules/@humanwhocodes/module-importer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=12.22"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@humanwhocodes/retry": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz",
- "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18.18"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/confirm": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-4.0.1.tgz",
- "integrity": "sha512-46yL28o2NJ9doViqOy0VDcoTzng7rAb6yPQKU7VDLqkmbCaH4JqK4yk4XqlzNWy9PVC5pG1ZUXPBQv+VqnYs2w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "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==",
- "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",
- "ansi-escapes": "^4.3.2",
- "cli-width": "^4.1.0",
- "mute-stream": "^1.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"
- }
- },
- "node_modules/@inquirer/core/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@inquirer/core/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "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",
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@inquirer/editor": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-3.0.1.tgz",
- "integrity": "sha512-VA96GPFaSOVudjKFraokEEmUQg/Lub6OXvbIEZU1SDCmBzRkHGhxoFAVaF30nyiB4m5cEbDgiI2QRacXZ2hw9Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "external-editor": "^3.1.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/expand": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-3.0.1.tgz",
- "integrity": "sha512-ToG8d6RIbnVpbdPdiN7BCxZGiHOTomOX94C2FaT5KOHupV40tKEDozp12res6cMIfRKrXLJyexAZhWVHgbALSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/figures": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/number": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-2.0.1.tgz",
- "integrity": "sha512-QpR8jPhRjSmlr/mD2cw3IR8HRO7lSVOnqUvQa8scv1Lsr3xoAMMworcYW3J13z3ppjBFBD2ef1Ci6AE5Qn8goQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "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==",
- "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"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/rawlist": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-3.0.1.tgz",
- "integrity": "sha512-VgRtFIwZInUzTiPLSfDXK5jLrnpkuSOh1ctfaoygKAdPqjcjKYmGh6sCY1pb0aGnCGsmhUxoqLDUAU0ud+lGXQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/search": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-2.0.1.tgz",
- "integrity": "sha512-r5hBKZk3g5MkIzLVoSgE4evypGqtOannnB3PKTG9NRZxyFRKcfzrdxXXPcoJQsxJPzvdSU2Rn7pB7lw0GCmGAg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mute-stream": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@isaacs/cliui": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^5.1.2",
- "string-width-cjs": "npm:string-width@^4.2.0",
- "strip-ansi": "^7.0.1",
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
- "wrap-ansi": "^8.1.0",
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/@istanbuljs/schema": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
- "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
- "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/set-array": "^1.2.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/set-array": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
- "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
- "dev": true
- },
- "node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.25",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
- "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.1.0",
- "@jridgewell/sourcemap-codec": "^1.4.14"
- }
- },
- "node_modules/@material/material-color-utilities": {
- "version": "0.2.7",
- "resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.7.tgz",
- "integrity": "sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ==",
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@open-draft/deferred-promise": "^2.2.0",
- "@open-draft/logger": "^0.3.0",
- "@open-draft/until": "^2.0.0",
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.3",
- "strict-event-emitter": "^0.5.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@nodelib/fs.scandir": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.walk": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@open-draft/deferred-promise": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
- "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@open-draft/logger": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
- "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.0"
- }
- },
- "node_modules/@open-draft/until": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
- "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@pkgjs/parseargs": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
- "dev": true,
- "license": "MIT",
- "optional": true,
- "engines": {
- "node": ">=14"
- }
- },
- "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==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "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==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/eslint": "^8.56.10",
- "acorn": "^8.12.0",
- "eslint-visitor-keys": "^4.0.0",
- "espree": "^10.1.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": ">=8.40.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==",
- "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/@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==",
- "dev": true,
- "license": "MIT",
- "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"
- }
- },
- "node_modules/@types/cookie": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
- "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "*",
- "@types/json-schema": "*"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "dev": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/@types/jsdom": {
- "version": "21.1.7",
- "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
- "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*",
- "@types/tough-cookie": "*",
- "parse5": "^7.0.0"
- }
- },
- "node_modules/@types/json-schema": {
- "version": "7.0.15",
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
- "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",
- "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
- "dev": true,
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@types/statuses": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.5.tgz",
- "integrity": "sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/tough-cookie": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
- "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
- "dev": true,
- "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==",
- "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==",
- "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",
- "graphemer": "^1.4.0",
- "ignore": "^5.3.1",
- "natural-compare": "^1.4.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"
- },
- "peerDependencies": {
- "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "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==",
- "dev": true,
- "license": "BSD-2-Clause",
- "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",
- "debug": "^4.3.4"
- },
- "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"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58",
- "debug": "^4.3.4",
- "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/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==",
- "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/@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==",
- "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"
- },
- "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/@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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "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/@vitest/coverage-istanbul": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-2.0.4.tgz",
- "integrity": "sha512-6VibYMkXh8cJm5Bg8JYeOoR4oURlPf4YKP9kuVRE/NKasfYrXPnzSwuxrpgMbgOfPj13KUJXgMB3VAGukECtlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.3",
- "debug": "^4.3.5",
- "istanbul-lib-coverage": "^3.2.2",
- "istanbul-lib-instrument": "^6.0.3",
- "istanbul-lib-report": "^3.0.1",
- "istanbul-lib-source-maps": "^5.0.6",
- "istanbul-reports": "^3.1.7",
- "magicast": "^0.3.4",
- "test-exclude": "^7.0.1",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "vitest": "2.0.4"
- }
- },
- "node_modules/@vitest/expect": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.0.4.tgz",
- "integrity": "sha512-39jr5EguIoanChvBqe34I8m1hJFI4+jxvdOpD7gslZrVQBKhh8H9eD7J/LJX4zakrw23W+dITQTDqdt43xVcJw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/spy": "2.0.4",
- "@vitest/utils": "2.0.4",
- "chai": "^5.1.1",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/pretty-format": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.0.4.tgz",
- "integrity": "sha512-RYZl31STbNGqf4l2eQM1nvKPXE0NhC6Eq0suTTePc4mtMQ1Fn8qZmjV4emZdEdG2NOWGKSCrHZjmTqDCDoeFBw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/runner": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.0.4.tgz",
- "integrity": "sha512-Gk+9Su/2H2zNfNdeJR124gZckd5st4YoSuhF1Rebi37qTXKnqYyFCd9KP4vl2cQHbtuVKjfEKrNJxHHCW8thbQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/utils": "2.0.4",
- "pathe": "^1.1.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/snapshot": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.0.4.tgz",
- "integrity": "sha512-or6Mzoz/pD7xTvuJMFYEtso1vJo1S5u6zBTinfl+7smGUhqybn6VjzCDMhmTyVOFWwkCMuNjmNNxnyXPgKDoPw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/pretty-format": "2.0.4",
- "magic-string": "^0.30.10",
- "pathe": "^1.1.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/spy": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.0.4.tgz",
- "integrity": "sha512-uTXU56TNoYrTohb+6CseP8IqNwlNdtPwEO0AWl+5j7NelS6x0xZZtP0bDWaLvOfUbaYwhhWp1guzXUxkC7mW7Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tinyspy": "^3.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/utils": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.0.4.tgz",
- "integrity": "sha512-Zc75QuuoJhOBnlo99ZVUkJIuq4Oj0zAkrQ2VzCqNCx6wAwViHEh5Fnp4fiJTE9rA+sAoXRf00Z9xGgfEzV6fzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/pretty-format": "2.0.4",
- "estree-walker": "^3.0.3",
- "loupe": "^3.1.1",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/acorn": {
- "version": "8.12.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
- "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/acorn-jsx-walk": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/acorn-jsx-walk/-/acorn-jsx-walk-2.0.0.tgz",
- "integrity": "sha512-uuo6iJj4D4ygkdzd6jPtcxs8vZgDX9YFIkqczGImoypX2fQ4dVImmu3UzA4ynixCIMTrEOWW+95M2HuBaCEOVA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/acorn-loose": {
- "version": "8.4.0",
- "resolved": "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.4.0.tgz",
- "integrity": "sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-walk": {
- "version": "8.3.3",
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
- "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==",
- "dev": true,
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/ajv": {
- "version": "8.17.1",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
- "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
- "dev": true,
- "dependencies": {
- "fast-deep-equal": "^3.1.3",
- "fast-uri": "^3.0.1",
- "json-schema-traverse": "^1.0.0",
- "require-from-string": "^2.0.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^0.21.3"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/argparse": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "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",
- "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/asynckit": {
- "version": "0.4.0",
- "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"
- }
- },
- "node_modules/balanced-match": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/browserslist": {
- "version": "4.23.2",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
- "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "caniuse-lite": "^1.0.30001640",
- "electron-to-chromium": "^1.4.820",
- "node-releases": "^2.0.14",
- "update-browserslist-db": "^1.1.0"
- },
- "bin": {
- "browserslist": "cli.js"
- },
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
- }
- },
- "node_modules/cac": {
- "version": "6.7.14",
- "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
- "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "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==",
- "license": "MIT",
- "dependencies": {
- "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"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/callsites": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/caniuse-lite": {
- "version": "1.0.30001642",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz",
- "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "CC-BY-4.0"
- },
- "node_modules/chai": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.1.tgz",
- "integrity": "sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "assertion-error": "^2.0.1",
- "check-error": "^2.1.1",
- "deep-eql": "^5.0.1",
- "loupe": "^3.1.0",
- "pathval": "^2.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/chardet": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/check-error": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
- "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 16"
- }
- },
- "node_modules/cli-width": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
- "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">= 12"
- }
- },
- "node_modules/cliui": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/cliui/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cliui/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cliui/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/combined-stream": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "delayed-stream": "~1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/commander": {
- "version": "12.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
- "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/concat-map": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/convert-source-map": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
- "dev": true,
- "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==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/cross-fetch": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
- "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
- "license": "MIT",
- "dependencies": {
- "node-fetch": "^2.6.12"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/crypto-js": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
- "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
- "license": "MIT"
- },
- "node_modules/cssfontparser": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/cssfontparser/-/cssfontparser-1.2.1.tgz",
- "integrity": "sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg==",
- "dev": true,
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "rrweb-cssom": "^0.6.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/data-urls": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
- "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/debug": {
- "version": "4.3.5",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
- "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "2.1.2"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
- },
- "node_modules/decimal.js": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
- "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/deep-eql": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
- "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/deep-is": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/define-data-property": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/delayed-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/dependency-cruiser": {
- "version": "16.3.10",
- "resolved": "https://registry.npmjs.org/dependency-cruiser/-/dependency-cruiser-16.3.10.tgz",
- "integrity": "sha512-WkCnibHBfvaiaQ+S46LZ6h4AR6oj42Vsf5/0Vgtrwdwn7ZekMJdZ/ALoTwNp/RaGlKW+MbV/fhSZOvmhAWVWzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "8.12.1",
- "acorn-jsx": "5.3.2",
- "acorn-jsx-walk": "2.0.0",
- "acorn-loose": "8.4.0",
- "acorn-walk": "8.3.3",
- "ajv": "8.17.1",
- "commander": "12.1.0",
- "enhanced-resolve": "5.17.1",
- "ignore": "5.3.1",
- "interpret": "^3.1.1",
- "is-installed-globally": "1.0.0",
- "json5": "2.2.3",
- "memoize": "10.0.0",
- "picocolors": "1.0.1",
- "picomatch": "4.0.2",
- "prompts": "2.4.2",
- "rechoir": "^0.8.0",
- "safe-regex": "2.1.1",
- "semver": "^7.6.3",
- "teamcity-service-messages": "0.1.14",
- "tsconfig-paths-webpack-plugin": "4.1.0",
- "watskeburt": "4.1.0"
- },
- "bin": {
- "depcruise": "bin/dependency-cruise.mjs",
- "depcruise-baseline": "bin/depcruise-baseline.mjs",
- "depcruise-fmt": "bin/depcruise-fmt.mjs",
- "depcruise-wrap-stream-in-html": "bin/wrap-stream-in-html.mjs",
- "dependency-cruise": "bin/dependency-cruise.mjs",
- "dependency-cruiser": "bin/dependency-cruise.mjs"
- },
- "engines": {
- "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",
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/eastasianwidth": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/electron-to-chromium": {
- "version": "1.4.830",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz",
- "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==",
- "dev": true
- },
- "node_modules/emoji-regex": {
- "version": "9.2.2",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/enhanced-resolve": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
- "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.4",
- "tapable": "^2.2.0"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/entities": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "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==",
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.2.4"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "license": "MIT",
- "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==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "esbuild": "bin/esbuild"
- },
- "engines": {
- "node": ">=12"
- },
- "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"
- }
- },
- "node_modules/escalade": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
- "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "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==",
- "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",
- "@humanwhocodes/module-importer": "^1.0.1",
- "@humanwhocodes/retry": "^0.3.0",
- "@nodelib/fs.walk": "^1.2.8",
- "ajv": "^6.12.4",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "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",
- "esquery": "^1.5.0",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^8.0.0",
- "find-up": "^5.0.0",
- "glob-parent": "^6.0.2",
- "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"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-import-resolver-node": {
- "version": "0.3.9",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
- "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^3.2.7",
- "is-core-module": "^2.13.0",
- "resolve": "^1.22.4"
- }
- },
- "node_modules/eslint-import-resolver-node/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/utils": "^8.1.0",
- "debug": "^4.3.4",
- "doctrine": "^3.0.0",
- "eslint-import-resolver-node": "^0.3.9",
- "get-tsconfig": "^4.7.3",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.3",
- "semver": "^7.6.3",
- "stable-hash": "^0.0.4",
- "tslib": "^2.6.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "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==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint/node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/eslint/node_modules/brace-expansion": {
- "version": "1.1.11",
- "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"
- }
- },
- "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==",
- "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/eslint/node_modules/json-schema-traverse": {
- "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
- },
- "node_modules/eslint/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"
- },
- "engines": {
- "node": "*"
- }
- },
- "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==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "acorn": "^8.12.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^4.0.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "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==",
- "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/esquery": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/esrecurse": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estraverse": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estree-walker": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
- "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0"
- }
- },
- "node_modules/esutils": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/eventemitter3": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
- "license": "MIT"
- },
- "node_modules/execa": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
- "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^8.0.1",
- "human-signals": "^5.0.0",
- "is-stream": "^3.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^5.1.0",
- "onetime": "^6.0.0",
- "signal-exit": "^4.1.0",
- "strip-final-newline": "^3.0.0"
- },
- "engines": {
- "node": ">=16.17"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/external-editor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chardet": "^0.7.0",
- "iconv-lite": "^0.4.24",
- "tmp": "^0.0.33"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
- "dev": true,
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/fast-glob/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fast-json-stable-stringify": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-uri": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
- "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
- "dev": true
- },
- "node_modules/fastq": {
- "version": "1.17.1",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
- "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "reusify": "^1.0.4"
- }
- },
- "node_modules/file-entry-cache": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flat-cache": "^4.0.0"
- },
- "engines": {
- "node": ">=16.0.0"
- }
- },
- "node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/find-up": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/flat-cache": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flatted": "^3.2.9",
- "keyv": "^4.5.4"
- },
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/flatted": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/foreground-child": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
- "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^4.0.1"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.8",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fsevents": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
- "node_modules/function-bind": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/gensync": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/get-caller-file": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/get-func-name": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
- "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "*"
- }
- },
- "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==",
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "has-proto": "^1.0.1",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-stream": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
- "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "resolve-pkg-maps": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
- }
- },
- "node_modules/glob-parent": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/global-directory": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
- "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ini": "4.1.1"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globals": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "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",
- "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/gopd": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.1.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/graceful-fs": {
- "version": "4.2.11",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/graphql": {
- "version": "16.9.0",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
- "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
- }
- },
- "node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "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==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "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==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/hasown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
- "license": "MIT",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/headers-polyfill": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
- "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/html-encoding-sniffer": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
- "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-encoding": "^3.1.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/html-escaper": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
- "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/http-proxy-agent": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
- "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.1.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/human-signals": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
- "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=16.17.0"
- }
- },
- "node_modules/i18next": {
- "version": "23.12.2",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz",
- "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.23.2"
- }
- },
- "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==",
- "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==",
- "license": "MIT",
- "dependencies": {
- "cross-fetch": "4.0.0"
- }
- },
- "node_modules/i18next-korean-postposition-processor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/i18next-korean-postposition-processor/-/i18next-korean-postposition-processor-1.0.0.tgz",
- "integrity": "sha512-ruNXjI9awsFK6Ie+F9gYaMW8ciLMuCkeRjH9QkSv2Wb8xI0mnm773v3M9eua8dtvAXudIUk4p6Ho7hNkEASXDg==",
- "license": "MIT",
- "peerDependencies": {
- "i18next": ">=8.4.0"
- }
- },
- "node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/ignore": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
- "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/imurmurhash": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.19"
- }
- },
- "node_modules/ini": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
- "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "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==",
- "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",
- "ansi-escapes": "^4.3.2",
- "mute-stream": "^1.0.0",
- "run-async": "^3.0.0",
- "rxjs": "^7.8.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/interpret": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
- "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/is-core-module": {
- "version": "2.15.0",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
- "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
- "dev": true,
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-glob": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-installed-globally": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
- "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "global-directory": "^4.0.1",
- "is-path-inside": "^4.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-installed-globally/node_modules/is-path-inside": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
- "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-node-process": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
- "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "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",
- "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/is-stream": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
- "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "license": "MIT"
- },
- "node_modules/isexe": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/istanbul-lib-coverage": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
- "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-instrument": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
- "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@babel/core": "^7.23.9",
- "@babel/parser": "^7.23.9",
- "@istanbuljs/schema": "^0.1.3",
- "istanbul-lib-coverage": "^3.2.0",
- "semver": "^7.5.4"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-report": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
- "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "istanbul-lib-coverage": "^3.0.0",
- "make-dir": "^4.0.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-source-maps": {
- "version": "5.0.6",
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz",
- "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.23",
- "debug": "^4.1.1",
- "istanbul-lib-coverage": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-reports": {
- "version": "3.1.7",
- "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
- "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "html-escaper": "^2.0.0",
- "istanbul-lib-report": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/jackspeak": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/jest-canvas-mock": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.2.tgz",
- "integrity": "sha512-vgnpPupjOL6+L5oJXzxTxFrlGEIbHdZqFU+LFNdtLxZ3lRDCl17FlTMM7IatoRQkrcyOTMlDinjUguqmQ6bR2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssfontparser": "^1.2.1",
- "moo-color": "^1.0.2"
- }
- },
- "node_modules/js-tokens": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
- "license": "MIT",
- "dependencies": {
- "argparse": "^2.0.1"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "node_modules/jsdom": {
- "version": "24.1.0",
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.0.tgz",
- "integrity": "sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssstyle": "^4.0.1",
- "data-urls": "^5.0.0",
- "decimal.js": "^10.4.3",
- "form-data": "^4.0.0",
- "html-encoding-sniffer": "^4.0.0",
- "http-proxy-agent": "^7.0.2",
- "https-proxy-agent": "^7.0.4",
- "is-potential-custom-element-name": "^1.0.1",
- "nwsapi": "^2.2.10",
- "parse5": "^7.1.2",
- "rrweb-cssom": "^0.7.0",
- "saxes": "^6.0.0",
- "symbol-tree": "^3.2.4",
- "tough-cookie": "^4.1.4",
- "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",
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "canvas": "^2.11.2"
- },
- "peerDependenciesMeta": {
- "canvas": {
- "optional": true
- }
- }
- },
- "node_modules/jsesc": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
- "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "jsesc": "bin/jsesc"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json-schema-traverse": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
- "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==",
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.5",
- "isarray": "^2.0.5",
- "jsonify": "^0.0.1",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/json-stable-stringify-without-jsonify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json5": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "json5": "lib/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jsonify": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
- "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
- "license": "Public Domain",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/keyv": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
- "node_modules/kleur": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
- "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "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==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "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"
- }
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "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==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "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==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/levn": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1",
- "type-check": "~0.4.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/linkify-it": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
- "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
- "dev": true,
- "dependencies": {
- "uc.micro": "^2.0.0"
- }
- },
- "node_modules/locate-path": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lodash.merge": {
- "version": "4.6.2",
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/loupe": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.1.tgz",
- "integrity": "sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "get-func-name": "^2.0.1"
- }
- },
- "node_modules/lru-cache": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "yallist": "^3.0.2"
- }
- },
- "node_modules/lunr": {
- "version": "2.3.9",
- "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
- "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/magic-string": {
- "version": "0.30.11",
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
- "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/sourcemap-codec": "^1.5.0"
- }
- },
- "node_modules/magicast": {
- "version": "0.3.4",
- "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.4.tgz",
- "integrity": "sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.24.4",
- "@babel/types": "^7.24.0",
- "source-map-js": "^1.2.0"
- }
- },
- "node_modules/make-dir": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
- "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "semver": "^7.5.3"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/markdown-it": {
- "version": "14.1.0",
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
- "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
- "dev": true,
- "dependencies": {
- "argparse": "^2.0.1",
- "entities": "^4.4.0",
- "linkify-it": "^5.0.0",
- "mdurl": "^2.0.0",
- "punycode.js": "^2.3.1",
- "uc.micro": "^2.1.0"
- },
- "bin": {
- "markdown-it": "bin/markdown-it.mjs"
- }
- },
- "node_modules/mdurl": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
- "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
- "dev": true
- },
- "node_modules/memoize": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz",
- "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-function": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/memoize?sponsor=1"
- }
- },
- "node_modules/merge-stream": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
- "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/merge2": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/micromatch": {
- "version": "4.0.7",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
- "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/micromatch/node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/mime-db": {
- "version": "1.52.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mime-types": {
- "version": "2.1.35",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mime-db": "1.52.0"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mimic-fn": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
- "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mimic-function": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
- "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/minimatch": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/minimist": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/minipass": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=16 || 14 >=14.17"
- }
- },
- "node_modules/moo-color": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/moo-color/-/moo-color-1.0.3.tgz",
- "integrity": "sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "^1.1.4"
- }
- },
- "node_modules/ms": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/msw": {
- "version": "2.4.9",
- "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.9.tgz",
- "integrity": "sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "dependencies": {
- "@bundled-es-modules/cookie": "^2.0.0",
- "@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",
- "@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",
- "path-to-regexp": "^6.3.0",
- "strict-event-emitter": "^0.5.1",
- "type-fest": "^4.9.0",
- "yargs": "^17.7.2"
- },
- "bin": {
- "msw": "cli/index.js"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/mswjs"
- },
- "peerDependencies": {
- "typescript": ">= 4.8.x"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "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==",
- "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"
- }
- },
- "node_modules/msw/node_modules/type-fest": {
- "version": "4.26.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
- "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mustache": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
- "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
- "license": "MIT",
- "bin": {
- "mustache": "bin/mustache"
- }
- },
- "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==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/nanoid": {
- "version": "3.3.7",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/natural-compare": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/node-fetch": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
- "license": "MIT",
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
- "node_modules/node-fetch/node_modules/tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
- },
- "node_modules/node-fetch/node_modules/webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
- },
- "node_modules/node-fetch/node_modules/whatwg-url": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
- "dependencies": {
- "tr46": "~0.0.3",
- "webidl-conversions": "^3.0.0"
- }
- },
- "node_modules/node-releases": {
- "version": "2.0.17",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz",
- "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==",
- "dev": true
- },
- "node_modules/npm-run-path": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
- "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^4.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/npm-run-path/node_modules/path-key": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
- "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "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
- },
- "node_modules/object-keys": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/onetime": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
- "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-fn": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/optionator": {
- "version": "0.9.4",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "deep-is": "^0.1.3",
- "fast-levenshtein": "^2.0.6",
- "levn": "^0.4.1",
- "prelude-ls": "^1.2.1",
- "type-check": "^0.4.0",
- "word-wrap": "^1.2.5"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/outvariant": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
- "integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/p-limit": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-locate": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/package-json-from-dist": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
- "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
- "dev": true,
- "license": "BlueOak-1.0.0"
- },
- "node_modules/papaparse": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
- "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==",
- "license": "MIT"
- },
- "node_modules/parent-module": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "callsites": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/parse5": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "entities": "^4.4.0"
- },
- "funding": {
- "url": "https://github.com/inikulin/parse5?sponsor=1"
- }
- },
- "node_modules/path-exists": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-parse": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/path-scurry": {
- "version": "1.11.1",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "lru-cache": "^10.2.0",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/path-scurry/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/path-to-regexp": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
- "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
- "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==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/pathval": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz",
- "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 14.16"
- }
- },
- "node_modules/phaser": {
- "version": "3.80.1",
- "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.80.1.tgz",
- "integrity": "sha512-VQGAWoDOkEpAWYkI+PUADv5Ql+SM0xpLuAMBJHz9tBcOLqjJ2wd8bUhxJgOqclQlLTg97NmMd9MhS75w16x1Cw==",
- "license": "MIT",
- "dependencies": {
- "eventemitter3": "^5.0.1"
- }
- },
- "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==",
- "dependencies": {
- "eventemitter3": "^3.1.2",
- "i18next": "^22.5.1",
- "i18next-http-backend": "^2.5.2",
- "js-yaml": "^4.1.0",
- "mustache": "^4.2.0",
- "papaparse": "^5.4.1",
- "webfontloader": "^1.6.28"
- }
- },
- "node_modules/phaser3-rex-plugins/node_modules/eventemitter3": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
- "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
- "license": "MIT"
- },
- "node_modules/phaser3-rex-plugins/node_modules/i18next": {
- "version": "22.5.1",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz",
- "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.20.6"
- }
- },
- "node_modules/phaser3spectorjs": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/phaser3spectorjs/-/phaser3spectorjs-0.0.8.tgz",
- "integrity": "sha512-0dSO7/aMjEUPrp5EcjRvRRsEf+jXDbmzalPeJ6VtTB2Pn1PeaKc+qlL/DmO3l1Dvc5lkzc+Sil1Ta+Hkyi5cbA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/picocolors": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
- "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
- "dev": true
- },
- "node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "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==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/postcss"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "nanoid": "^3.3.7",
- "picocolors": "^1.1.0",
- "source-map-js": "^1.2.1"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- }
- },
- "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
- },
- "node_modules/prelude-ls": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/prompts": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
- "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "kleur": "^3.0.3",
- "sisteransi": "^1.0.5"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/psl": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/punycode": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/punycode.js": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
- "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/querystringify": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/queue-microtask": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/rechoir": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
- "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "resolve": "^1.20.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- }
- },
- "node_modules/regenerator-runtime": {
- "version": "0.14.1",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
- "license": "MIT"
- },
- "node_modules/regexp-tree": {
- "version": "0.1.27",
- "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
- "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "regexp-tree": "bin/regexp-tree"
- }
- },
- "node_modules/require-directory": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/require-from-string": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/requires-port": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/resolve": {
- "version": "1.22.8",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
- "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/resolve-from": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/resolve-pkg-maps": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
- }
- },
- "node_modules/reusify": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- }
- },
- "node_modules/rollup": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz",
- "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==",
- "dev": true,
- "dependencies": {
- "@types/estree": "1.0.5"
- },
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=18.0.0",
- "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",
- "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
- },
- "node_modules/run-async": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
- "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/run-parallel": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "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==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
- "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "regexp-tree": "~0.1.1"
- }
- },
- "node_modules/safer-buffer": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/saxes": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
- "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "xmlchars": "^2.2.0"
- },
- "engines": {
- "node": ">=v12.22.7"
- }
- },
- "node_modules/semver": {
- "version": "7.6.3",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/set-function-length": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "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",
- "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/sisteransi": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
- "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
- "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",
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/stackback": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
- "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/std-env": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
- "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/strict-event-emitter": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
- "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/string-width": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eastasianwidth": "^0.2.0",
- "emoji-regex": "^9.2.2",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/string-width-cjs": {
- "name": "string-width",
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/string-width/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/string-width/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi-cjs": {
- "name": "strip-ansi",
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-bom": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
- "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/strip-final-newline": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
- "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/strip-json-comments": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/supports-preserve-symlinks-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/symbol-tree": {
- "version": "3.2.4",
- "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
- "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tapable": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
- "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/teamcity-service-messages": {
- "version": "0.1.14",
- "resolved": "https://registry.npmjs.org/teamcity-service-messages/-/teamcity-service-messages-0.1.14.tgz",
- "integrity": "sha512-29aQwaHqm8RMX74u2o/h1KbMLP89FjNiMxD9wbF2BbWOnbM+q+d1sCEC+MqCc4QW3NJykn77OMpTFw/xTHIc0w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/test-exclude": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz",
- "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.2",
- "glob": "^10.4.1",
- "minimatch": "^9.0.4"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/test-exclude/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "package-json-from-dist": "^1.0.0",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "funding": {
- "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.8.0",
- "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.8.0.tgz",
- "integrity": "sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinypool": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.0.tgz",
- "integrity": "sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/tinyspy": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.0.tgz",
- "integrity": "sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/tmp": {
- "version": "0.0.33",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "os-tmpdir": "~1.0.2"
- },
- "engines": {
- "node": ">=0.6.0"
- }
- },
- "node_modules/to-fast-properties": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/tough-cookie": {
- "version": "4.1.4",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
- "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tr46": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz",
- "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.3.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "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==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16"
- },
- "peerDependencies": {
- "typescript": ">=4.2.0"
- }
- },
- "node_modules/tsconfck": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.1.tgz",
- "integrity": "sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "tsconfck": "bin/tsconfck.js"
- },
- "engines": {
- "node": "^18 || >=20"
- },
- "peerDependencies": {
- "typescript": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/tsconfig-paths-webpack-plugin": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.1.0.tgz",
- "integrity": "sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chalk": "^4.1.0",
- "enhanced-resolve": "^5.7.0",
- "tsconfig-paths": "^4.1.2"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/tsconfig-paths-webpack-plugin/node_modules/tsconfig-paths": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
- "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json5": "^2.2.2",
- "minimist": "^1.2.6",
- "strip-bom": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tslib": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
- "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
- "dev": true,
- "license": "0BSD"
- },
- "node_modules/type-check": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/type-fest": {
- "version": "0.21.3",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "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==",
- "dev": true,
- "dependencies": {
- "lunr": "^2.3.9",
- "markdown-it": "^14.1.0",
- "minimatch": "^9.0.5",
- "shiki": "^1.9.1",
- "yaml": "^2.4.5"
- },
- "bin": {
- "typedoc": "bin/typedoc"
- },
- "engines": {
- "node": ">= 18"
- },
- "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"
- }
- },
- "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,
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=14.17"
- }
- },
- "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==",
- "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"
- },
- "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/uc.micro": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
- "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
- "dev": true
- },
- "node_modules/undici-types": {
- "version": "5.26.5",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
- "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/universalify": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/update-browserslist-db": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
- "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "escalade": "^3.1.2",
- "picocolors": "^1.0.1"
- },
- "bin": {
- "update-browserslist-db": "cli.js"
- },
- "peerDependencies": {
- "browserslist": ">= 4.21.0"
- }
- },
- "node_modules/uri-js": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "node_modules/url-parse": {
- "version": "1.5.10",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "querystringify": "^2.1.1",
- "requires-port": "^1.0.0"
- }
- },
- "node_modules/vite": {
- "version": "5.4.8",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
- "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==",
- "dev": true,
- "dependencies": {
- "esbuild": "^0.21.3",
- "postcss": "^8.4.43",
- "rollup": "^4.20.0"
- },
- "bin": {
- "vite": "bin/vite.js"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://github.com/vitejs/vite?sponsor=1"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.3"
- },
- "peerDependencies": {
- "@types/node": "^18.0.0 || >=20.0.0",
- "less": "*",
- "lightningcss": "^1.21.0",
- "sass": "*",
- "sass-embedded": "*",
- "stylus": "*",
- "sugarss": "*",
- "terser": "^5.4.0"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "less": {
- "optional": true
- },
- "lightningcss": {
- "optional": true
- },
- "sass": {
- "optional": true
- },
- "sass-embedded": {
- "optional": true
- },
- "stylus": {
- "optional": true
- },
- "sugarss": {
- "optional": true
- },
- "terser": {
- "optional": true
- }
- }
- },
- "node_modules/vite-node": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.0.4.tgz",
- "integrity": "sha512-ZpJVkxcakYtig5iakNeL7N3trufe3M6vGuzYAr4GsbCTwobDeyPJpE4cjDhhPluv8OvQCFzu2LWp6GkoKRITXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cac": "^6.7.14",
- "debug": "^4.3.5",
- "pathe": "^1.1.2",
- "tinyrainbow": "^1.2.0",
- "vite": "^5.0.0"
- },
- "bin": {
- "vite-node": "vite-node.mjs"
- },
- "engines": {
- "node": "^18.0.0 || >=20.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==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.1.1",
- "globrex": "^0.1.2",
- "tsconfck": "^3.0.3"
- },
- "peerDependencies": {
- "vite": "*"
- },
- "peerDependenciesMeta": {
- "vite": {
- "optional": true
- }
- }
- },
- "node_modules/vitest": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.0.4.tgz",
- "integrity": "sha512-luNLDpfsnxw5QSW4bISPe6tkxVvv5wn2BBs/PuDRkhXZ319doZyLOBr1sjfB5yCEpTiU7xCAdViM8TNVGPwoog==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@ampproject/remapping": "^2.3.0",
- "@vitest/expect": "2.0.4",
- "@vitest/pretty-format": "^2.0.4",
- "@vitest/runner": "2.0.4",
- "@vitest/snapshot": "2.0.4",
- "@vitest/spy": "2.0.4",
- "@vitest/utils": "2.0.4",
- "chai": "^5.1.1",
- "debug": "^4.3.5",
- "execa": "^8.0.1",
- "magic-string": "^0.30.10",
- "pathe": "^1.1.2",
- "std-env": "^3.7.0",
- "tinybench": "^2.8.0",
- "tinypool": "^1.0.0",
- "tinyrainbow": "^1.2.0",
- "vite": "^5.0.0",
- "vite-node": "2.0.4",
- "why-is-node-running": "^2.3.0"
- },
- "bin": {
- "vitest": "vitest.mjs"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "@edge-runtime/vm": "*",
- "@types/node": "^18.0.0 || >=20.0.0",
- "@vitest/browser": "2.0.4",
- "@vitest/ui": "2.0.4",
- "happy-dom": "*",
- "jsdom": "*"
- },
- "peerDependenciesMeta": {
- "@edge-runtime/vm": {
- "optional": true
- },
- "@types/node": {
- "optional": true
- },
- "@vitest/browser": {
- "optional": true
- },
- "@vitest/ui": {
- "optional": true
- },
- "happy-dom": {
- "optional": true
- },
- "jsdom": {
- "optional": true
- }
- }
- },
- "node_modules/vitest-canvas-mock": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/vitest-canvas-mock/-/vitest-canvas-mock-0.3.3.tgz",
- "integrity": "sha512-3P968tYBpqYyzzOaVtqnmYjqbe13576/fkjbDEJSfQAkHtC5/UjuRHOhFEN/ZV5HVZIkaROBUWgazDKJ+Ibw+Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "jest-canvas-mock": "~2.5.2"
- },
- "peerDependencies": {
- "vitest": "*"
- }
- },
- "node_modules/w3c-xmlserializer": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
- "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/watskeburt": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/watskeburt/-/watskeburt-4.1.0.tgz",
- "integrity": "sha512-KkY5H51ajqy9HYYI+u9SIURcWnqeVVhdH0I+ab6aXPGHfZYxgRCwnR6Lm3+TYB6jJVt5jFqw4GAKmwf1zHmGQw==",
- "dev": true,
- "bin": {
- "watskeburt": "dist/run-cli.js"
- },
- "engines": {
- "node": "^18||>=20"
- }
- },
- "node_modules/webfontloader": {
- "version": "1.6.28",
- "resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz",
- "integrity": "sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==",
- "license": "Apache-2.0"
- },
- "node_modules/webidl-conversions": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
- "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/whatwg-encoding": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
- "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "iconv-lite": "0.6.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/whatwg-encoding/node_modules/iconv-lite": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/whatwg-mimetype": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
- "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "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==",
- "dev": true,
- "dependencies": {
- "tr46": "^5.0.0",
- "webidl-conversions": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/why-is-node-running": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
- "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "siginfo": "^2.0.0",
- "stackback": "0.0.2"
- },
- "bin": {
- "why-is-node-running": "cli.js"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/word-wrap": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/wrap-ansi": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^6.1.0",
- "string-width": "^5.0.1",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs": {
- "name": "wrap-ansi",
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/wrap-ansi-cjs/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/ws": {
- "version": "8.18.0",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
- "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": ">=5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/xml-name-validator": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
- "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/xmlchars": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
- "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/yallist": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/yaml": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
- "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
- "dev": true,
- "bin": {
- "yaml": "bin.mjs"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/yargs": {
- "version": "17.7.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/yargs/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/yocto-queue": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/yoctocolors-cjs": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
- "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- }
- }
+ "name": "pokemon-rogue-battle",
+ "version": "1.7.7",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "pokemon-rogue-battle",
+ "version": "1.7.7",
+ "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-korean-postposition-processor": "^1.0.0",
+ "json-stable-stringify": "^1.1.0",
+ "jszip": "^3.10.1",
+ "phaser": "^3.70.0",
+ "phaser3-rex-plugins": "^1.1.84"
+ },
+ "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",
+ "@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",
+ "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",
+ "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",
+ "vitest-canvas-mock": "^0.3.3"
+ },
+ "engines": {
+ "node": ">=20.0.0"
+ }
+ },
+ "node_modules/@ampproject/remapping": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/highlight": "^7.24.7",
+ "picocolors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/compat-data": {
+ "version": "7.24.9",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
+ "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/core": {
+ "version": "7.24.9",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
+ "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@ampproject/remapping": "^2.2.0",
+ "@babel/code-frame": "^7.24.7",
+ "@babel/generator": "^7.24.9",
+ "@babel/helper-compilation-targets": "^7.24.8",
+ "@babel/helper-module-transforms": "^7.24.9",
+ "@babel/helpers": "^7.24.8",
+ "@babel/parser": "^7.24.8",
+ "@babel/template": "^7.24.7",
+ "@babel/traverse": "^7.24.8",
+ "@babel/types": "^7.24.9",
+ "convert-source-map": "^2.0.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.2.3",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ }
+ },
+ "node_modules/@babel/core/node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.24.10",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
+ "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.24.9",
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.25",
+ "jsesc": "^2.5.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
+ "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/compat-data": "^7.24.8",
+ "@babel/helper-validator-option": "^7.24.8",
+ "browserslist": "^4.23.1",
+ "lru-cache": "^5.1.1",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/helper-environment-visitor": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
+ "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
+ "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/template": "^7.24.7",
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
+ "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
+ "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.24.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
+ "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.24.7",
+ "@babel/helper-module-imports": "^7.24.7",
+ "@babel/helper-simple-access": "^7.24.7",
+ "@babel/helper-split-export-declaration": "^7.24.7",
+ "@babel/helper-validator-identifier": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
+ "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
+ "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-string-parser": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
+ "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
+ "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
+ "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/template": "^7.24.7",
+ "@babel/types": "^7.24.8"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.24.7",
+ "chalk": "^2.4.2",
+ "js-tokens": "^4.0.0",
+ "picocolors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.26.8",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.8.tgz",
+ "integrity": "sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.26.8"
+ },
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz",
+ "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==",
+ "dependencies": {
+ "regenerator-runtime": "^0.14.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
+ "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.24.7",
+ "@babel/parser": "^7.24.7",
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
+ "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.24.7",
+ "@babel/generator": "^7.24.8",
+ "@babel/helper-environment-visitor": "^7.24.7",
+ "@babel/helper-function-name": "^7.24.7",
+ "@babel/helper-hoist-variables": "^7.24.7",
+ "@babel/helper-split-export-declaration": "^7.24.7",
+ "@babel/parser": "^7.24.8",
+ "@babel/types": "^7.24.8",
+ "debug": "^4.3.1",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse/node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.26.8",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.8.tgz",
+ "integrity": "sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-string-parser": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@biomejs/biome": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz",
+ "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT OR Apache-2.0",
+ "bin": {
+ "biome": "bin/biome"
+ },
+ "engines": {
+ "node": ">=14.21.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/biome"
+ },
+ "optionalDependencies": {
+ "@biomejs/cli-darwin-arm64": "1.9.4",
+ "@biomejs/cli-darwin-x64": "1.9.4",
+ "@biomejs/cli-linux-arm64": "1.9.4",
+ "@biomejs/cli-linux-arm64-musl": "1.9.4",
+ "@biomejs/cli-linux-x64": "1.9.4",
+ "@biomejs/cli-linux-x64-musl": "1.9.4",
+ "@biomejs/cli-win32-arm64": "1.9.4",
+ "@biomejs/cli-win32-x64": "1.9.4"
+ }
+ },
+ "node_modules/@biomejs/cli-darwin-arm64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz",
+ "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-darwin-x64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz",
+ "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-linux-arm64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz",
+ "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-linux-arm64-musl": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz",
+ "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-linux-x64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz",
+ "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-linux-x64-musl": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz",
+ "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-win32-arm64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz",
+ "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-win32-x64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz",
+ "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "cookie": "^0.5.0"
+ }
+ },
+ "node_modules/@bundled-es-modules/statuses": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@bundled-es-modules/statuses/-/statuses-1.0.1.tgz",
+ "integrity": "sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "statuses": "^2.0.1"
+ }
+ },
+ "node_modules/@bundled-es-modules/tough-cookie": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/@bundled-es-modules/tough-cookie/-/tough-cookie-0.1.6.tgz",
+ "integrity": "sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "@types/tough-cookie": "^4.0.5",
+ "tough-cookie": "^4.1.4"
+ }
+ },
+ "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==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eslint-visitor-keys": "^3.3.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/object-schema": "^2.1.4",
+ "debug": "^4.3.1",
+ "minimatch": "^3.1.2"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/config-array/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "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"
+ }
+ },
+ "node_modules/@eslint/config-array/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"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^10.0.1",
+ "globals": "^14.0.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
+ "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
+ },
+ "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,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "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==",
+ "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==",
+ "dev": true,
+ "dependencies": {
+ "yargs": "17.7.2"
+ },
+ "bin": {
+ "dot-wasm": "bin/dot-wasm.js"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/retry": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz",
+ "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/figures": "^1.0.6",
+ "@inquirer/type": "^2.0.0",
+ "ansi-escapes": "^4.3.2",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@inquirer/confirm": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-4.0.1.tgz",
+ "integrity": "sha512-46yL28o2NJ9doViqOy0VDcoTzng7rAb6yPQKU7VDLqkmbCaH4JqK4yk4XqlzNWy9PVC5pG1ZUXPBQv+VqnYs2w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/type": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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==",
+ "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",
+ "ansi-escapes": "^4.3.2",
+ "cli-width": "^4.1.0",
+ "mute-stream": "^1.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"
+ }
+ },
+ "node_modules/@inquirer/core/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@inquirer/core/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "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",
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@inquirer/editor": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-3.0.1.tgz",
+ "integrity": "sha512-VA96GPFaSOVudjKFraokEEmUQg/Lub6OXvbIEZU1SDCmBzRkHGhxoFAVaF30nyiB4m5cEbDgiI2QRacXZ2hw9Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/type": "^2.0.0",
+ "external-editor": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@inquirer/expand": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-3.0.1.tgz",
+ "integrity": "sha512-ToG8d6RIbnVpbdPdiN7BCxZGiHOTomOX94C2FaT5KOHupV40tKEDozp12res6cMIfRKrXLJyexAZhWVHgbALSQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/type": "^2.0.0",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@inquirer/figures": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
+ "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/type": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@inquirer/number": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-2.0.1.tgz",
+ "integrity": "sha512-QpR8jPhRjSmlr/mD2cw3IR8HRO7lSVOnqUvQa8scv1Lsr3xoAMMworcYW3J13z3ppjBFBD2ef1Ci6AE5Qn8goQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/type": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/type": "^2.0.0",
+ "ansi-escapes": "^4.3.2"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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==",
+ "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"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@inquirer/rawlist": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-3.0.1.tgz",
+ "integrity": "sha512-VgRtFIwZInUzTiPLSfDXK5jLrnpkuSOh1ctfaoygKAdPqjcjKYmGh6sCY1pb0aGnCGsmhUxoqLDUAU0ud+lGXQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/type": "^2.0.0",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@inquirer/search": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-2.0.1.tgz",
+ "integrity": "sha512-r5hBKZk3g5MkIzLVoSgE4evypGqtOannnB3PKTG9NRZxyFRKcfzrdxXXPcoJQsxJPzvdSU2Rn7pB7lw0GCmGAg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/figures": "^1.0.6",
+ "@inquirer/type": "^2.0.0",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^9.2.1",
+ "@inquirer/figures": "^1.0.6",
+ "@inquirer/type": "^2.0.0",
+ "ansi-escapes": "^4.3.2",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "mute-stream": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@isaacs/cliui": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^5.1.2",
+ "string-width-cjs": "npm:string-width@^4.2.0",
+ "strip-ansi": "^7.0.1",
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
+ "wrap-ansi": "^8.1.0",
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jridgewell/gen-mapping": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/set-array": "^1.2.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/set-array": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.25",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "node_modules/@material/material-color-utilities": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.7.tgz",
+ "integrity": "sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ==",
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@open-draft/deferred-promise": "^2.2.0",
+ "@open-draft/logger": "^0.3.0",
+ "@open-draft/until": "^2.0.0",
+ "is-node-process": "^1.2.0",
+ "outvariant": "^1.4.3",
+ "strict-event-emitter": "^0.5.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@open-draft/deferred-promise": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
+ "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@open-draft/logger": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
+ "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-node-process": "^1.2.0",
+ "outvariant": "^1.4.0"
+ }
+ },
+ "node_modules/@open-draft/until": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
+ "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@pkgjs/parseargs": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "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==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/eslint": "^8.56.10",
+ "acorn": "^8.12.0",
+ "eslint-visitor-keys": "^4.0.0",
+ "espree": "^10.1.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "peerDependencies": {
+ "eslint": ">=8.40.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==",
+ "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/@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==",
+ "dev": true,
+ "license": "MIT",
+ "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"
+ }
+ },
+ "node_modules/@types/cookie": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
+ "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "*",
+ "@types/json-schema": "*"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/hast": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
+ "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/unist": "*"
+ }
+ },
+ "node_modules/@types/jsdom": {
+ "version": "21.1.7",
+ "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
+ "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*",
+ "@types/tough-cookie": "*",
+ "parse5": "^7.0.0"
+ }
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.15",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
+ "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",
+ "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
+ "dev": true,
+ "dependencies": {
+ "undici-types": "~5.26.4"
+ }
+ },
+ "node_modules/@types/statuses": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.5.tgz",
+ "integrity": "sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/tough-cookie": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
+ "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
+ "dev": true,
+ "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==",
+ "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==",
+ "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",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.3.1",
+ "natural-compare": "^1.4.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"
+ },
+ "peerDependencies": {
+ "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
+ "eslint": "^8.57.0 || ^9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "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",
+ "debug": "^4.3.4"
+ },
+ "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"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.0.0-alpha.58",
+ "@typescript-eslint/visitor-keys": "8.0.0-alpha.58"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
+ "@typescript-eslint/utils": "8.0.0-alpha.58",
+ "debug": "^4.3.4",
+ "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/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==",
+ "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/@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==",
+ "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"
+ },
+ "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/@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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.0.0-alpha.58",
+ "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/@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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.3",
+ "debug": "^4.3.7",
+ "istanbul-lib-coverage": "^3.2.2",
+ "istanbul-lib-instrument": "^6.0.3",
+ "istanbul-lib-report": "^3.0.1",
+ "istanbul-lib-source-maps": "^5.0.6",
+ "istanbul-reports": "^3.1.7",
+ "magicast": "^0.3.5",
+ "test-exclude": "^7.0.1",
+ "tinyrainbow": "^1.2.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ },
+ "peerDependencies": {
+ "vitest": "2.1.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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/spy": "2.1.9",
+ "@vitest/utils": "2.1.9",
+ "chai": "^5.1.2",
+ "tinyrainbow": "^1.2.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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/spy": "2.1.9",
+ "estree-walker": "^3.0.3",
+ "magic-string": "^0.30.12"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ },
+ "peerDependencies": {
+ "msw": "^2.4.9",
+ "vite": "^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "msw": {
+ "optional": true
+ },
+ "vite": {
+ "optional": true
+ }
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tinyrainbow": "^1.2.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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/utils": "2.1.9",
+ "pathe": "^1.1.2"
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/pretty-format": "2.1.9",
+ "magic-string": "^0.30.12",
+ "pathe": "^1.1.2"
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tinyspy": "^3.0.2"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/pretty-format": "2.1.9",
+ "loupe": "^3.1.2",
+ "tinyrainbow": "^1.2.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.12.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
+ "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/acorn-jsx-walk": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/acorn-jsx-walk/-/acorn-jsx-walk-2.0.0.tgz",
+ "integrity": "sha512-uuo6iJj4D4ygkdzd6jPtcxs8vZgDX9YFIkqczGImoypX2fQ4dVImmu3UzA4ynixCIMTrEOWW+95M2HuBaCEOVA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/acorn-loose": {
+ "version": "8.4.0",
+ "resolved": "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.4.0.tgz",
+ "integrity": "sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "acorn": "^8.11.0"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-walk": {
+ "version": "8.3.3",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
+ "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^8.11.0"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "8.17.1",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
+ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3",
+ "fast-uri": "^3.0.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-escapes": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "type-fest": "^0.21.3"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "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",
+ "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/asynckit": {
+ "version": "0.4.0",
+ "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"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fill-range": "^7.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browserslist": {
+ "version": "4.23.2",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
+ "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001640",
+ "electron-to-chromium": "^1.4.820",
+ "node-releases": "^2.0.14",
+ "update-browserslist-db": "^1.1.0"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/cac": {
+ "version": "6.7.14",
+ "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
+ "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "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==",
+ "license": "MIT",
+ "dependencies": {
+ "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"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001642",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz",
+ "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "assertion-error": "^2.0.1",
+ "check-error": "^2.1.1",
+ "deep-eql": "^5.0.1",
+ "loupe": "^3.1.0",
+ "pathval": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/chardet": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
+ "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/check-error": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
+ "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 16"
+ }
+ },
+ "node_modules/cli-width": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
+ "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">= 12"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/cliui/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cliui/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cliui/node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "delayed-stream": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/commander": {
+ "version": "12.1.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
+ "dev": true,
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/core-util-is": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
+ },
+ "node_modules/cross-fetch": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
+ "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
+ "license": "MIT",
+ "dependencies": {
+ "node-fetch": "^2.6.12"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/crypto-js": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
+ "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
+ "license": "MIT"
+ },
+ "node_modules/cssfontparser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/cssfontparser/-/cssfontparser-1.2.1.tgz",
+ "integrity": "sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg==",
+ "dev": true,
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "rrweb-cssom": "^0.6.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/data-urls": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
+ "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "whatwg-mimetype": "^4.0.0",
+ "whatwg-url": "^14.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
+ "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/decimal.js": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
+ "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/deep-eql": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
+ "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/define-data-property": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
+ "license": "MIT",
+ "dependencies": {
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/dependency-cruiser": {
+ "version": "16.3.10",
+ "resolved": "https://registry.npmjs.org/dependency-cruiser/-/dependency-cruiser-16.3.10.tgz",
+ "integrity": "sha512-WkCnibHBfvaiaQ+S46LZ6h4AR6oj42Vsf5/0Vgtrwdwn7ZekMJdZ/ALoTwNp/RaGlKW+MbV/fhSZOvmhAWVWzQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "acorn": "8.12.1",
+ "acorn-jsx": "5.3.2",
+ "acorn-jsx-walk": "2.0.0",
+ "acorn-loose": "8.4.0",
+ "acorn-walk": "8.3.3",
+ "ajv": "8.17.1",
+ "commander": "12.1.0",
+ "enhanced-resolve": "5.17.1",
+ "ignore": "5.3.1",
+ "interpret": "^3.1.1",
+ "is-installed-globally": "1.0.0",
+ "json5": "2.2.3",
+ "memoize": "10.0.0",
+ "picocolors": "1.0.1",
+ "picomatch": "4.0.2",
+ "prompts": "2.4.2",
+ "rechoir": "^0.8.0",
+ "safe-regex": "2.1.1",
+ "semver": "^7.6.3",
+ "teamcity-service-messages": "0.1.14",
+ "tsconfig-paths-webpack-plugin": "4.1.0",
+ "watskeburt": "4.1.0"
+ },
+ "bin": {
+ "depcruise": "bin/dependency-cruise.mjs",
+ "depcruise-baseline": "bin/depcruise-baseline.mjs",
+ "depcruise-fmt": "bin/depcruise-fmt.mjs",
+ "depcruise-wrap-stream-in-html": "bin/wrap-stream-in-html.mjs",
+ "dependency-cruise": "bin/dependency-cruise.mjs",
+ "dependency-cruiser": "bin/dependency-cruise.mjs"
+ },
+ "engines": {
+ "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",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.4.830",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz",
+ "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==",
+ "dev": true
+ },
+ "node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/enhanced-resolve": {
+ "version": "5.17.1",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
+ "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/entities": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "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==",
+ "license": "MIT",
+ "dependencies": {
+ "get-intrinsic": "^1.2.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-module-lexer": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
+ "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "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==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "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"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
+ "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "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==",
+ "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",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@humanwhocodes/retry": "^0.3.0",
+ "@nodelib/fs.walk": "^1.2.8",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "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",
+ "esquery": "^1.5.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^8.0.0",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "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"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-import-resolver-node": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^3.2.7",
+ "is-core-module": "^2.13.0",
+ "resolve": "^1.22.4"
+ }
+ },
+ "node_modules/eslint-import-resolver-node/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/utils": "^8.1.0",
+ "debug": "^4.3.4",
+ "doctrine": "^3.0.0",
+ "eslint-import-resolver-node": "^0.3.9",
+ "get-tsconfig": "^4.7.3",
+ "is-glob": "^4.0.3",
+ "minimatch": "^9.0.3",
+ "semver": "^7.6.3",
+ "stable-hash": "^0.0.4",
+ "tslib": "^2.6.3"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "peerDependencies": {
+ "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==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint/node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/eslint/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "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"
+ }
+ },
+ "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==",
+ "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/eslint/node_modules/json-schema-traverse": {
+ "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
+ },
+ "node_modules/eslint/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"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "acorn": "^8.12.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^4.0.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "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==",
+ "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/esquery": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estree-walker": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
+ "license": "MIT"
+ },
+ "node_modules/expect-type": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.1.0.tgz",
+ "integrity": "sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=12.0.0"
+ }
+ },
+ "node_modules/external-editor": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
+ "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "chardet": "^0.7.0",
+ "iconv-lite": "^0.4.24",
+ "tmp": "^0.0.33"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true,
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-uri": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
+ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
+ "dev": true
+ },
+ "node_modules/fastq": {
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flat-cache": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=16.0.0"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flatted": "^3.2.9",
+ "keyv": "^4.5.4"
+ },
+ "engines": {
+ "node": ">=16"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
+ "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/foreground-child": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
+ "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "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==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "hasown": "^2.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "resolve-pkg-maps": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/global-directory": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
+ "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ini": "4.1.1"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globals": {
+ "version": "14.0.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "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",
+ "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/gopd": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
+ "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
+ "license": "MIT",
+ "dependencies": {
+ "get-intrinsic": "^1.1.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.11",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/graphemer": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/graphql": {
+ "version": "16.9.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
+ "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/has-property-descriptors": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
+ "license": "MIT",
+ "dependencies": {
+ "es-define-property": "^1.0.0"
+ },
+ "funding": {
+ "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==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "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==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/headers-polyfill": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
+ "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/html-encoding-sniffer": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
+ "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "whatwg-encoding": "^3.1.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/http-proxy-agent": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.0",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.0.2",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/i18next": {
+ "version": "23.12.2",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz",
+ "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://locize.com"
+ },
+ {
+ "type": "individual",
+ "url": "https://locize.com/i18next.html"
+ },
+ {
+ "type": "individual",
+ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.23.2"
+ }
+ },
+ "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==",
+ "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==",
+ "license": "MIT",
+ "dependencies": {
+ "cross-fetch": "4.0.0"
+ }
+ },
+ "node_modules/i18next-korean-postposition-processor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/i18next-korean-postposition-processor/-/i18next-korean-postposition-processor-1.0.0.tgz",
+ "integrity": "sha512-ruNXjI9awsFK6Ie+F9gYaMW8ciLMuCkeRjH9QkSv2Wb8xI0mnm773v3M9eua8dtvAXudIUk4p6Ho7hNkEASXDg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "i18next": ">=8.4.0"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/ignore": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/immediate": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
+ },
+ "node_modules/ini": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
+ "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
+ }
+ },
+ "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==",
+ "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",
+ "ansi-escapes": "^4.3.2",
+ "mute-stream": "^1.0.0",
+ "run-async": "^3.0.0",
+ "rxjs": "^7.8.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/interpret": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
+ "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.15.0",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
+ "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
+ "dev": true,
+ "dependencies": {
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-installed-globally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
+ "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "global-directory": "^4.0.1",
+ "is-path-inside": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-installed-globally/node_modules/is-path-inside": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
+ "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-node-process": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
+ "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "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",
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/isarray": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
+ "license": "MIT"
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/istanbul-lib-coverage": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
+ "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-instrument": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
+ "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "@babel/core": "^7.23.9",
+ "@babel/parser": "^7.23.9",
+ "@istanbuljs/schema": "^0.1.3",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^7.5.4"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-report": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
+ "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^4.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-source-maps": {
+ "version": "5.0.6",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz",
+ "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "@jridgewell/trace-mapping": "^0.3.23",
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-reports": {
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
+ "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jackspeak": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
+ }
+ },
+ "node_modules/jest-canvas-mock": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.2.tgz",
+ "integrity": "sha512-vgnpPupjOL6+L5oJXzxTxFrlGEIbHdZqFU+LFNdtLxZ3lRDCl17FlTMM7IatoRQkrcyOTMlDinjUguqmQ6bR2A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cssfontparser": "^1.2.1",
+ "moo-color": "^1.0.2"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsdom": {
+ "version": "24.1.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.0.tgz",
+ "integrity": "sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cssstyle": "^4.0.1",
+ "data-urls": "^5.0.0",
+ "decimal.js": "^10.4.3",
+ "form-data": "^4.0.0",
+ "html-encoding-sniffer": "^4.0.0",
+ "http-proxy-agent": "^7.0.2",
+ "https-proxy-agent": "^7.0.4",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.10",
+ "parse5": "^7.1.2",
+ "rrweb-cssom": "^0.7.0",
+ "saxes": "^6.0.0",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^4.1.4",
+ "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",
+ "xml-name-validator": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "canvas": "^2.11.2"
+ },
+ "peerDependenciesMeta": {
+ "canvas": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "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==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind": "^1.0.5",
+ "isarray": "^2.0.5",
+ "jsonify": "^0.0.1",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json5": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jsonify": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
+ "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
+ "license": "Public Domain",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/jszip": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
+ "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
+ "dependencies": {
+ "lie": "~3.3.0",
+ "pako": "~1.0.2",
+ "readable-stream": "~2.3.6",
+ "setimmediate": "^1.0.5"
+ }
+ },
+ "node_modules/keyv": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "node_modules/kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "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==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "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"
+ }
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "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==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "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==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lie": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
+ "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
+ "dependencies": {
+ "immediate": "~3.0.5"
+ }
+ },
+ "node_modules/linkify-it": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
+ "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
+ "dev": true,
+ "dependencies": {
+ "uc.micro": "^2.0.0"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/loupe": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.3.tgz",
+ "integrity": "sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/lru-cache": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "yallist": "^3.0.2"
+ }
+ },
+ "node_modules/lunr": {
+ "version": "2.3.9",
+ "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
+ "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/magic-string": {
+ "version": "0.30.17",
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
+ "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/sourcemap-codec": "^1.5.0"
+ }
+ },
+ "node_modules/magicast": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
+ "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/parser": "^7.25.4",
+ "@babel/types": "^7.25.4",
+ "source-map-js": "^1.2.0"
+ }
+ },
+ "node_modules/make-dir": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "semver": "^7.5.3"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/markdown-it": {
+ "version": "14.1.0",
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
+ "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1",
+ "entities": "^4.4.0",
+ "linkify-it": "^5.0.0",
+ "mdurl": "^2.0.0",
+ "punycode.js": "^2.3.1",
+ "uc.micro": "^2.1.0"
+ },
+ "bin": {
+ "markdown-it": "bin/markdown-it.mjs"
+ }
+ },
+ "node_modules/mdurl": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
+ "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
+ "dev": true
+ },
+ "node_modules/memoize": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz",
+ "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "mimic-function": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/memoize?sponsor=1"
+ }
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
+ "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "braces": "^3.0.3",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/micromatch/node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.52.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.35",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "mime-db": "1.52.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mimic-function": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
+ "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/minipass": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/moo-color": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/moo-color/-/moo-color-1.0.3.tgz",
+ "integrity": "sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "^1.1.4"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/msw": {
+ "version": "2.4.9",
+ "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.9.tgz",
+ "integrity": "sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "dependencies": {
+ "@bundled-es-modules/cookie": "^2.0.0",
+ "@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",
+ "@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",
+ "path-to-regexp": "^6.3.0",
+ "strict-event-emitter": "^0.5.1",
+ "type-fest": "^4.9.0",
+ "yargs": "^17.7.2"
+ },
+ "bin": {
+ "msw": "cli/index.js"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mswjs"
+ },
+ "peerDependencies": {
+ "typescript": ">= 4.8.x"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "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==",
+ "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"
+ }
+ },
+ "node_modules/msw/node_modules/type-fest": {
+ "version": "4.26.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
+ "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/mustache": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
+ "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
+ "license": "MIT",
+ "bin": {
+ "mustache": "bin/mustache"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
+ }
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.7",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/node-fetch": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
+ "license": "MIT",
+ "dependencies": {
+ "whatwg-url": "^5.0.0"
+ },
+ "engines": {
+ "node": "4.x || >=6.0.0"
+ },
+ "peerDependencies": {
+ "encoding": "^0.1.0"
+ },
+ "peerDependenciesMeta": {
+ "encoding": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/node-fetch/node_modules/tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
+ },
+ "node_modules/node-fetch/node_modules/webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
+ },
+ "node_modules/node-fetch/node_modules/whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "dependencies": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.17",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz",
+ "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==",
+ "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
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.4",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.5"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/os-tmpdir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
+ "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/outvariant": {
+ "version": "1.4.3",
+ "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
+ "integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/package-json-from-dist": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
+ "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
+ "dev": true,
+ "license": "BlueOak-1.0.0"
+ },
+ "node_modules/pako": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
+ "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
+ },
+ "node_modules/papaparse": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
+ "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==",
+ "license": "MIT"
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
+ "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "entities": "^4.4.0"
+ },
+ "funding": {
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/path-scurry": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "lru-cache": "^10.2.0",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/path-scurry/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/path-to-regexp": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
+ "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
+ "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==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/pathval": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz",
+ "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14.16"
+ }
+ },
+ "node_modules/phaser": {
+ "version": "3.80.1",
+ "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.80.1.tgz",
+ "integrity": "sha512-VQGAWoDOkEpAWYkI+PUADv5Ql+SM0xpLuAMBJHz9tBcOLqjJ2wd8bUhxJgOqclQlLTg97NmMd9MhS75w16x1Cw==",
+ "license": "MIT",
+ "dependencies": {
+ "eventemitter3": "^5.0.1"
+ }
+ },
+ "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==",
+ "dependencies": {
+ "eventemitter3": "^3.1.2",
+ "i18next": "^22.5.1",
+ "i18next-http-backend": "^2.5.2",
+ "js-yaml": "^4.1.0",
+ "mustache": "^4.2.0",
+ "papaparse": "^5.4.1",
+ "webfontloader": "^1.6.28"
+ }
+ },
+ "node_modules/phaser3-rex-plugins/node_modules/eventemitter3": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
+ "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
+ "license": "MIT"
+ },
+ "node_modules/phaser3-rex-plugins/node_modules/i18next": {
+ "version": "22.5.1",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz",
+ "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://locize.com"
+ },
+ {
+ "type": "individual",
+ "url": "https://locize.com/i18next.html"
+ },
+ {
+ "type": "individual",
+ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.20.6"
+ }
+ },
+ "node_modules/phaser3spectorjs": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/phaser3spectorjs/-/phaser3spectorjs-0.0.8.tgz",
+ "integrity": "sha512-0dSO7/aMjEUPrp5EcjRvRRsEf+jXDbmzalPeJ6VtTB2Pn1PeaKc+qlL/DmO3l1Dvc5lkzc+Sil1Ta+Hkyi5cbA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
+ "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
+ "dev": true
+ },
+ "node_modules/picomatch": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "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==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "nanoid": "^3.3.7",
+ "picocolors": "^1.1.0",
+ "source-map-js": "^1.2.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "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
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/process-nextick-args": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
+ },
+ "node_modules/prompts": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/psl": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
+ "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/punycode": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/punycode.js": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
+ "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/querystringify": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/readable-stream": {
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/readable-stream/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ },
+ "node_modules/rechoir": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
+ "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "resolve": "^1.20.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
+ "license": "MIT"
+ },
+ "node_modules/regexp-tree": {
+ "version": "0.1.27",
+ "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
+ "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "regexp-tree": "bin/regexp-tree"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/resolve": {
+ "version": "1.22.8",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/resolve-pkg-maps": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
+ "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "4.22.4",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz",
+ "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==",
+ "dev": true,
+ "dependencies": {
+ "@types/estree": "1.0.5"
+ },
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ },
+ "engines": {
+ "node": ">=18.0.0",
+ "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",
+ "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
+ },
+ "node_modules/run-async": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
+ "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+ },
+ "node_modules/safe-regex": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
+ "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "regexp-tree": "~0.1.1"
+ }
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/saxes": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
+ "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "xmlchars": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=v12.22.7"
+ }
+ },
+ "node_modules/semver": {
+ "version": "7.6.3",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/set-function-length": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
+ "license": "MIT",
+ "dependencies": {
+ "define-data-property": "^1.1.4",
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.4",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/setimmediate": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
+ "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "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",
+ "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
+ "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",
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/stackback": {
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
+ "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/statuses": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/std-env": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.8.0.tgz",
+ "integrity": "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/strict-event-emitter": {
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
+ "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eastasianwidth": "^0.2.0",
+ "emoji-regex": "^9.2.2",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/string-width-cjs": {
+ "name": "string-width",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/string-width/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/string-width/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi-cjs": {
+ "name": "strip-ansi",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/tapable": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
+ "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/teamcity-service-messages": {
+ "version": "0.1.14",
+ "resolved": "https://registry.npmjs.org/teamcity-service-messages/-/teamcity-service-messages-0.1.14.tgz",
+ "integrity": "sha512-29aQwaHqm8RMX74u2o/h1KbMLP89FjNiMxD9wbF2BbWOnbM+q+d1sCEC+MqCc4QW3NJykn77OMpTFw/xTHIc0w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/test-exclude": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz",
+ "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^10.4.1",
+ "minimatch": "^9.0.4"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/test-exclude/node_modules/glob": {
+ "version": "10.4.5",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "package-json-from-dist": "^1.0.0",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
+ "funding": {
+ "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",
+ "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/tinyexec": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
+ "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/tinypool": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.2.tgz",
+ "integrity": "sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.0.0 || >=20.0.0"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/tinyspy": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz",
+ "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/tmp": {
+ "version": "0.0.33",
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
+ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "os-tmpdir": "~1.0.2"
+ },
+ "engines": {
+ "node": ">=0.6.0"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/tough-cookie": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
+ "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.2.0",
+ "url-parse": "^1.5.3"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tr46": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz",
+ "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=16"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.2.0"
+ }
+ },
+ "node_modules/tsconfck": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.1.tgz",
+ "integrity": "sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "tsconfck": "bin/tsconfck.js"
+ },
+ "engines": {
+ "node": "^18 || >=20"
+ },
+ "peerDependencies": {
+ "typescript": "^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/tsconfig-paths-webpack-plugin": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.1.0.tgz",
+ "integrity": "sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "chalk": "^4.1.0",
+ "enhanced-resolve": "^5.7.0",
+ "tsconfig-paths": "^4.1.2"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/tsconfig-paths-webpack-plugin/node_modules/tsconfig-paths": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
+ "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "json5": "^2.2.2",
+ "minimist": "^1.2.6",
+ "strip-bom": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tslib": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
+ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
+ "dev": true,
+ "license": "0BSD"
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.21.3",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "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==",
+ "dev": true,
+ "dependencies": {
+ "lunr": "^2.3.9",
+ "markdown-it": "^14.1.0",
+ "minimatch": "^9.0.5",
+ "shiki": "^1.9.1",
+ "yaml": "^2.4.5"
+ },
+ "bin": {
+ "typedoc": "bin/typedoc"
+ },
+ "engines": {
+ "node": ">= 18"
+ },
+ "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"
+ }
+ },
+ "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,
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=14.17"
+ }
+ },
+ "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==",
+ "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"
+ },
+ "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/uc.micro": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
+ "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
+ "dev": true
+ },
+ "node_modules/undici-types": {
+ "version": "5.26.5",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/universalify": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
+ "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/update-browserslist-db": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
+ "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "escalade": "^3.1.2",
+ "picocolors": "^1.0.1"
+ },
+ "bin": {
+ "update-browserslist-db": "cli.js"
+ },
+ "peerDependencies": {
+ "browserslist": ">= 4.21.0"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/url-parse": {
+ "version": "1.5.10",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "querystringify": "^2.1.1",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "esbuild": "^0.21.3",
+ "postcss": "^8.4.43",
+ "rollup": "^4.20.0"
+ },
+ "bin": {
+ "vite": "bin/vite.js"
+ },
+ "engines": {
+ "node": "^18.0.0 || >=20.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/vitejs/vite?sponsor=1"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.3"
+ },
+ "peerDependencies": {
+ "@types/node": "^18.0.0 || >=20.0.0",
+ "less": "*",
+ "lightningcss": "^1.21.0",
+ "sass": "*",
+ "sass-embedded": "*",
+ "stylus": "*",
+ "sugarss": "*",
+ "terser": "^5.4.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "less": {
+ "optional": true
+ },
+ "lightningcss": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ },
+ "sass-embedded": {
+ "optional": true
+ },
+ "stylus": {
+ "optional": true
+ },
+ "sugarss": {
+ "optional": true
+ },
+ "terser": {
+ "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==",
+ "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"
+ },
+ "bin": {
+ "vite-node": "vite-node.mjs"
+ },
+ "engines": {
+ "node": "^18.0.0 || >=20.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==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "globrex": "^0.1.2",
+ "tsconfck": "^3.0.3"
+ },
+ "peerDependencies": {
+ "vite": "*"
+ },
+ "peerDependenciesMeta": {
+ "vite": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vitest": {
+ "version": "2.1.9",
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz",
+ "integrity": "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==",
+ "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",
+ "expect-type": "^1.1.0",
+ "magic-string": "^0.30.12",
+ "pathe": "^1.1.2",
+ "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",
+ "why-is-node-running": "^2.3.0"
+ },
+ "bin": {
+ "vitest": "vitest.mjs"
+ },
+ "engines": {
+ "node": "^18.0.0 || >=20.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",
+ "happy-dom": "*",
+ "jsdom": "*"
+ },
+ "peerDependenciesMeta": {
+ "@edge-runtime/vm": {
+ "optional": true
+ },
+ "@types/node": {
+ "optional": true
+ },
+ "@vitest/browser": {
+ "optional": true
+ },
+ "@vitest/ui": {
+ "optional": true
+ },
+ "happy-dom": {
+ "optional": true
+ },
+ "jsdom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vitest-canvas-mock": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/vitest-canvas-mock/-/vitest-canvas-mock-0.3.3.tgz",
+ "integrity": "sha512-3P968tYBpqYyzzOaVtqnmYjqbe13576/fkjbDEJSfQAkHtC5/UjuRHOhFEN/ZV5HVZIkaROBUWgazDKJ+Ibw+Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "jest-canvas-mock": "~2.5.2"
+ },
+ "peerDependencies": {
+ "vitest": "*"
+ }
+ },
+ "node_modules/w3c-xmlserializer": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
+ "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "xml-name-validator": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/watskeburt": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/watskeburt/-/watskeburt-4.1.0.tgz",
+ "integrity": "sha512-KkY5H51ajqy9HYYI+u9SIURcWnqeVVhdH0I+ab6aXPGHfZYxgRCwnR6Lm3+TYB6jJVt5jFqw4GAKmwf1zHmGQw==",
+ "dev": true,
+ "bin": {
+ "watskeburt": "dist/run-cli.js"
+ },
+ "engines": {
+ "node": "^18||>=20"
+ }
+ },
+ "node_modules/webfontloader": {
+ "version": "1.6.28",
+ "resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz",
+ "integrity": "sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==",
+ "license": "Apache-2.0"
+ },
+ "node_modules/webidl-conversions": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
+ "dev": true,
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/whatwg-encoding": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
+ "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "iconv-lite": "0.6.3"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/whatwg-encoding/node_modules/iconv-lite": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
+ "dev": true,
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/whatwg-mimetype": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "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==",
+ "dev": true,
+ "dependencies": {
+ "tr46": "^5.0.0",
+ "webidl-conversions": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/why-is-node-running": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
+ "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "siginfo": "^2.0.0",
+ "stackback": "0.0.2"
+ },
+ "bin": {
+ "why-is-node-running": "cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^6.1.0",
+ "string-width": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs": {
+ "name": "wrap-ansi",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/ws": {
+ "version": "8.18.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
+ "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": ">=5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/xml-name-validator": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
+ "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yallist": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/yaml": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
+ "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
+ "dev": true,
+ "bin": {
+ "yaml": "bin.mjs"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "17.7.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/yargs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/yoctocolors-cjs": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
+ "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ }
}
diff --git a/package.json b/package.json
index a31296d1644..ce9e8b4a07b 100644
--- a/package.json
+++ b/package.json
@@ -1,70 +1,71 @@
{
- "name": "pokemon-rogue-battle",
- "private": true,
- "version": "1.1.0",
- "type": "module",
- "scripts": {
- "start": "vite",
- "start:dev": "vite --mode development",
- "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",
- "typecheck": "tsc --noEmit",
- "eslint": "eslint --fix .",
- "eslint-ci": "eslint .",
- "docs": "typedoc",
- "depcruise": "depcruise src",
- "depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg",
- "create-test": "node ./create-test-boilerplate.js",
- "postinstall": "npx lefthook install && npx lefthook run post-merge"
- },
- "devDependencies": {
- "@eslint/js": "^9.3.0",
- "@hpcc-js/wasm": "^2.18.0",
- "@stylistic/eslint-plugin-ts": "^2.6.0-beta.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.0.4",
- "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",
- "phaser3spectorjs": "^0.0.8",
- "typedoc": "^0.26.4",
- "typescript": "^5.5.3",
- "typescript-eslint": "^8.0.0-alpha.54",
- "vite": "^5.4.8",
- "vite-tsconfig-paths": "^4.3.2",
- "vitest": "^2.0.4",
- "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-korean-postposition-processor": "^1.0.0",
- "json-stable-stringify": "^1.1.0",
- "phaser": "^3.70.0",
- "phaser3-rex-plugins": "^1.1.84"
- },
- "engines": {
- "node": ">=20.0.0"
- },
- "imports": {
- "#enums/*": "./enums/*",
- "#app": "./src/main.js",
- "#app/*": "./src/*",
- "#test/*": "./src/test/*"
- }
+ "name": "pokemon-rogue-battle",
+ "private": true,
+ "version": "1.7.7",
+ "type": "module",
+ "scripts": {
+ "start": "vite",
+ "start:dev": "vite --mode development",
+ "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",
+ "typecheck": "tsc --noEmit",
+ "eslint": "eslint --fix .",
+ "eslint-ci": "eslint .",
+ "biome": "biome check --write --changed --no-errors-on-unmatched",
+ "biome-ci": "biome ci --diagnostic-level=error --reporter=github --changed --no-errors-on-unmatched",
+ "docs": "typedoc",
+ "depcruise": "depcruise src",
+ "depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg",
+ "create-test": "node ./create-test-boilerplate.js",
+ "postinstall": "npx lefthook install && npx lefthook run post-merge",
+ "update-version:patch": "npm version patch --force --no-git-tag-version",
+ "update-version:minor": "npm version minor --force --no-git-tag-version",
+ "update-locales:remote": "git submodule update --progress --init --recursive --force --remote"
+ },
+ "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",
+ "@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",
+ "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",
+ "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",
+ "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-korean-postposition-processor": "^1.0.0",
+ "json-stable-stringify": "^1.1.0",
+ "jszip": "^3.10.1",
+ "phaser": "^3.70.0",
+ "phaser3-rex-plugins": "^1.1.84"
+ },
+ "engines": {
+ "node": ">=20.0.0"
+ }
}
diff --git a/public/audio/bgm/battle_champion_kukui.mp3 b/public/audio/bgm/battle_champion_kukui.mp3
new file mode 100644
index 00000000000..9e0739fc4d0
Binary files /dev/null and b/public/audio/bgm/battle_champion_kukui.mp3 differ
diff --git a/public/audio/bgm/battle_colress.mp3 b/public/audio/bgm/battle_colress.mp3
new file mode 100644
index 00000000000..49a5557860b
Binary files /dev/null and b/public/audio/bgm/battle_colress.mp3 differ
diff --git a/public/audio/bgm/battle_mustard.mp3 b/public/audio/bgm/battle_mustard.mp3
new file mode 100644
index 00000000000..dccb8f7dcc5
Binary files /dev/null and b/public/audio/bgm/battle_mustard.mp3 differ
diff --git a/public/audio/bgm/battle_plasma_grunt.mp3 b/public/audio/bgm/battle_plasma_grunt.mp3
index 7d1bf710bc5..c3d004514d0 100644
Binary files a/public/audio/bgm/battle_plasma_grunt.mp3 and b/public/audio/bgm/battle_plasma_grunt.mp3 differ
diff --git a/public/audio/bgm/end.mp3 b/public/audio/bgm/end.mp3
index c37973fd9cc..fa33f890dc3 100644
Binary files a/public/audio/bgm/end.mp3 and b/public/audio/bgm/end.mp3 differ
diff --git a/public/audio/bgm/forest.mp3 b/public/audio/bgm/forest.mp3
index a1d9ecb4b28..6382d3fc0b2 100644
Binary files a/public/audio/bgm/forest.mp3 and b/public/audio/bgm/forest.mp3 differ
diff --git a/public/audio/bgm/graveyard.mp3 b/public/audio/bgm/graveyard.mp3
index 48092fa3ec2..45571f16d09 100644
Binary files a/public/audio/bgm/graveyard.mp3 and b/public/audio/bgm/graveyard.mp3 differ
diff --git a/public/audio/bgm/title.mp3 b/public/audio/bgm/title.mp3
index 86d4be0da35..8ad451a52a9 100644
Binary files a/public/audio/bgm/title.mp3 and b/public/audio/bgm/title.mp3 differ
diff --git a/public/audio/se/crit_throw.wav b/public/audio/se/crit_throw.wav
new file mode 100644
index 00000000000..a737410e7ce
Binary files /dev/null and b/public/audio/se/crit_throw.wav differ
diff --git a/public/battle-anims/common-powder.json b/public/battle-anims/common-powder.json
new file mode 100644
index 00000000000..698d68e7e81
--- /dev/null
+++ b/public/battle-anims/common-powder.json
@@ -0,0 +1,2496 @@
+{
+ "graphic":"PRAS- Powder",
+ "frames":[
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 21,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 22,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 0 ,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 17,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 23,
+ "opacity": 0 ,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 17,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 24,
+ "opacity": 0,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 17,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 18,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 20,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 8,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 19,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":16,
+ "y":2,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 20,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 20,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 9,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 20,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 10,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 11,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 12,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 13,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 14,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 15,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 155,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 150,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ },
+ {
+ "x":-6,
+ "y":-3,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 155,
+ "focus":2
+ },
+ {
+ "x":12,
+ "y":0,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 255,
+ "priority": 1,
+ "focus":2
+ },
+ {
+ "x":-12,
+ "y":-20,
+ "zoomX":130,
+ "zoomY":120,
+ "visible":true,
+ "target": 2,
+ "graphicFrame": 16,
+ "opacity": 150,
+ "focus":2
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ }
+ ],
+ [
+ {
+ "x":0,
+ "y":0,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":0,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":2
+ },
+ {
+ "x":128,
+ "y":-64,
+ "zoomX":100,
+ "zoomY":100,
+ "visible":true,
+ "target":1,
+ "graphicFrame":0,
+ "opacity": 255,
+ "locked": true,
+ "priority":1,
+ "focus":1
+ }
+ ]
+ ],
+ "frameTimedEvents":{
+ "16":[{"frameIndex":16,"resourceName":"PRSFX- Powder common1.wav","volume":100,"pitch":100,"eventType":"AnimTimedSoundEvent"}],
+ "18":[{"frameIndex":18,"resourceName":"PRSFX- Powder common2.wav","volume":30,"pitch":120,"eventType":"AnimTimedSoundEvent"}]
+ },
+ "position":3,
+ "hue":0
+}
\ No newline at end of file
diff --git a/public/battle-anims/common-terastallize.json b/public/battle-anims/common-terastallize.json
new file mode 100644
index 00000000000..3843464dbde
--- /dev/null
+++ b/public/battle-anims/common-terastallize.json
@@ -0,0 +1,774 @@
+{
+ "graphic": "terastallize",
+ "frames": [
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 0,
+ "opacity": 150,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 0,
+ "opacity": 225,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 70,
+ "zoomY": 70,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 70,
+ "zoomY": 70,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 90,
+ "zoomY": 90,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 90,
+ "zoomY": 90,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 200,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 100,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 100,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ]
+ ],
+ "frameTimedEvents": {},
+ "position": 4,
+ "hue": 0
+}
\ No newline at end of file
diff --git a/public/exp-sprites.json b/public/exp-sprites.json
index 947bffd399d..50e10a8822d 100644
--- a/public/exp-sprites.json
+++ b/public/exp-sprites.json
@@ -183,6 +183,8 @@
"487-origin",
"531-mega",
"531-mega",
+ "569-gigantamax",
+ "569-gigantamax",
"6-mega",
"6-mega",
"6-mega-x",
@@ -201,6 +203,8 @@
"6211",
"6215",
"6215",
+ "6215f",
+ "6215f",
"65-mega",
"65-mega",
"650",
@@ -259,10 +263,10 @@
"666-fancy",
"666-garden",
"666-garden",
- "666-high",
- "666-high",
- "666-icy",
- "666-icy",
+ "666-high-plains",
+ "666-high-plains",
+ "666-icy-snow",
+ "666-icy-snow",
"666-jungle",
"666-jungle",
"666-marine",
@@ -275,8 +279,8 @@
"666-monsoon",
"666-ocean",
"666-ocean",
- "666-poke",
- "666-poke",
+ "666-poke-ball",
+ "666-poke-ball",
"666-polar",
"666-polar",
"666-river",
@@ -291,8 +295,8 @@
"666-tundra",
"667",
"667",
- "668-female",
- "668-female",
+ "668f",
+ "668f",
"668",
"668",
"669-blue",
@@ -337,8 +341,6 @@
"6724",
"673",
"673",
- "674",
- "674",
"675",
"675",
"676",
@@ -381,16 +383,12 @@
"692",
"693",
"693",
- "694",
- "694",
"695",
"695",
"696",
"696",
"697",
"697",
- "698",
- "698",
"699",
"699",
"700",
@@ -399,18 +397,12 @@
"701",
"702",
"702",
- "703",
- "703",
"704",
"704",
"705",
"705",
"706",
"706",
- "707",
- "707",
- "708",
- "708",
"709",
"709",
"710",
@@ -421,8 +413,6 @@
"712",
"713",
"713",
- "714",
- "714",
"715",
"715",
"716-active",
@@ -431,16 +421,10 @@
"716-neutral",
"717",
"717",
- "718-10",
- "718-10",
"718-complete",
"718-complete",
- "718",
- "718",
"719-mega",
"719-mega",
- "719",
- "719",
"720-unbound",
"720-unbound",
"720",
@@ -711,6 +695,8 @@
"814",
"815",
"815",
+ "815-gigantamax",
+ "815-gigantamax",
"816",
"816",
"817",
@@ -761,6 +747,8 @@
"838",
"839",
"839",
+ "839-gigantamax",
+ "839-gigantamax",
"840",
"840",
"841",
@@ -1085,8 +1073,6 @@
"978-droopy",
"978-stretchy",
"978-stretchy",
- "979",
- "979",
"980",
"980",
"981",
@@ -1315,6 +1301,8 @@
"487b-origin",
"531b-mega",
"531b-mega",
+ "569b-gigantamax",
+ "569b-gigantamax",
"6b-mega",
"6b-mega",
"6b-mega-x",
@@ -1333,6 +1321,8 @@
"6211b",
"6215b",
"6215b",
+ "6215bf",
+ "6215bf",
"65b-mega",
"65b-mega",
"650b",
@@ -1391,10 +1381,10 @@
"666b-fancy",
"666b-garden",
"666b-garden",
- "666b-high",
- "666b-high",
- "666b-icy",
- "666b-icy",
+ "666b-high-plains",
+ "666b-high-plains",
+ "666b-icy-snow",
+ "666b-icy-snow",
"666b-jungle",
"666b-jungle",
"666b-marine",
@@ -1407,8 +1397,8 @@
"666b-monsoon",
"666b-ocean",
"666b-ocean",
- "666b-poke",
- "666b-poke",
+ "666b-poke-ball",
+ "666b-poke-ball",
"666b-polar",
"666b-polar",
"666b-river",
@@ -1423,8 +1413,8 @@
"666b-tundra",
"667b",
"667b",
- "668b-female",
- "668b-female",
+ "668bf",
+ "668bf",
"668b",
"668b",
"669b-blue",
@@ -1469,8 +1459,6 @@
"6724b",
"673b",
"673b",
- "674b",
- "674b",
"675b",
"675b",
"676b",
@@ -1513,16 +1501,12 @@
"692b",
"693b",
"693b",
- "694b",
- "694b",
"695b",
"695b",
"696b",
"696b",
"697b",
"697b",
- "698b",
- "698b",
"699b",
"699b",
"700b",
@@ -1531,18 +1515,12 @@
"701b",
"702b",
"702b",
- "703b",
- "703b",
"704b",
"704b",
"705b",
"705b",
"706b",
"706b",
- "707b",
- "707b",
- "708b",
- "708b",
"709b",
"709b",
"710b",
@@ -1553,8 +1531,6 @@
"712b",
"713b",
"713b",
- "714b",
- "714b",
"715b",
"715b",
"716b-active",
@@ -1563,16 +1539,10 @@
"716b-neutral",
"717b",
"717b",
- "718b-10",
- "718b-10",
"718b-complete",
"718b-complete",
- "718b",
- "718b",
"719b-mega",
"719b-mega",
- "719b",
- "719b",
"720b-unbound",
"720b-unbound",
"720b",
@@ -1843,6 +1813,8 @@
"814b",
"815b",
"815b",
+ "815b-gigantamax",
+ "815b-gigantamax",
"816b",
"816b",
"817b",
@@ -1893,6 +1865,8 @@
"838b",
"839b",
"839b",
+ "839b-gigantamax",
+ "839b-gigantamax",
"840b",
"840b",
"841b",
@@ -2219,8 +2193,6 @@
"978b-droopy",
"978b-stretchy",
"978b-stretchy",
- "979b",
- "979b",
"980b",
"980b",
"981b",
@@ -2449,6 +2421,8 @@
"487sb-origin",
"531sb-mega",
"531sb-mega",
+ "569sb-gigantamax",
+ "569sb-gigantamax",
"6sb-mega",
"6sb-mega",
"6sb-mega-x",
@@ -2467,6 +2441,8 @@
"6211sb",
"6215sb",
"6215sb",
+ "6215sbf",
+ "6215sbf",
"65sb-mega",
"65sb-mega",
"650sb",
@@ -2525,10 +2501,10 @@
"666sb-fancy",
"666sb-garden",
"666sb-garden",
- "666sb-high",
- "666sb-high",
- "666sb-icy",
- "666sb-icy",
+ "666sb-high-plains",
+ "666sb-high-plains",
+ "666sb-icy-snow",
+ "666sb-icy-snow",
"666sb-jungle",
"666sb-jungle",
"666sb-marine",
@@ -2541,8 +2517,8 @@
"666sb-monsoon",
"666sb-ocean",
"666sb-ocean",
- "666sb-poke",
- "666sb-poke",
+ "666sb-poke-ball",
+ "666sb-poke-ball",
"666sb-polar",
"666sb-polar",
"666sb-river",
@@ -2559,6 +2535,8 @@
"667sb",
"668sb",
"668sb",
+ "668sbf",
+ "668sbf",
"669sb-blue",
"669sb-blue",
"669sb-orange",
@@ -2601,8 +2579,6 @@
"6724sb",
"673sb",
"673sb",
- "674sb",
- "674sb",
"675sb",
"675sb",
"676sb",
@@ -2645,16 +2621,12 @@
"692sb",
"693sb",
"693sb",
- "694sb",
- "694sb",
"695sb",
"695sb",
"696sb",
"696sb",
"697sb",
"697sb",
- "698sb",
- "698sb",
"699sb",
"699sb",
"700sb",
@@ -2663,18 +2635,12 @@
"701sb",
"702sb",
"702sb",
- "703sb",
- "703sb",
"704sb",
"704sb",
"705sb",
"705sb",
"706sb",
"706sb",
- "707sb",
- "707sb",
- "708sb",
- "708sb",
"709sb",
"709sb",
"710sb",
@@ -2685,8 +2651,6 @@
"712sb",
"713sb",
"713sb",
- "714sb",
- "714sb",
"715sb",
"715sb",
"716sb-active",
@@ -2695,16 +2659,10 @@
"716sb-neutral",
"717sb",
"717sb",
- "718sb-10",
- "718sb-10",
"718sb-complete",
"718sb-complete",
- "718sb",
- "718sb",
"719sb-mega",
"719sb-mega",
- "719sb",
- "719sb",
"720sb-unbound",
"720sb-unbound",
"720sb",
@@ -2975,6 +2933,8 @@
"814sb",
"815sb",
"815sb",
+ "815sb-gigantamax",
+ "815sb-gigantamax",
"816sb",
"816sb",
"817sb",
@@ -3025,6 +2985,8 @@
"838sb",
"839sb",
"839sb",
+ "839sb-gigantamax",
+ "839sb-gigantamax",
"840sb",
"840sb",
"841sb",
@@ -3351,8 +3313,6 @@
"978sb-droopy",
"978sb-stretchy",
"978sb-stretchy",
- "979sb",
- "979sb",
"980sb",
"980sb",
"981sb",
@@ -3586,6 +3546,8 @@
"487s-origin",
"531s-mega",
"531s-mega",
+ "569s-gigantamax",
+ "569s-gigantamax",
"6s-mega",
"6s-mega",
"6s-mega-x",
@@ -3604,6 +3566,8 @@
"6211s",
"6215s",
"6215s",
+ "6215sf",
+ "6215sf",
"65s-mega",
"65s-mega",
"650s",
@@ -3662,10 +3626,10 @@
"666s-fancy",
"666s-garden",
"666s-garden",
- "666s-high",
- "666s-high",
- "666s-icy",
- "666s-icy",
+ "666s-high-plains",
+ "666s-high-plains",
+ "666s-icy-snow",
+ "666s-icy-snow",
"666s-jungle",
"666s-jungle",
"666s-marine",
@@ -3678,8 +3642,8 @@
"666s-monsoon",
"666s-ocean",
"666s-ocean",
- "666s-poke",
- "666s-poke",
+ "666s-poke-ball",
+ "666s-poke-ball",
"666s-polar",
"666s-polar",
"666s-river",
@@ -3694,8 +3658,8 @@
"666s-tundra",
"667s",
"667s",
- "668s-female",
- "668s-female",
+ "668sf",
+ "668sf",
"668s",
"668s",
"669s-blue",
@@ -3740,8 +3704,6 @@
"6724s",
"673s",
"673s",
- "674s",
- "674s",
"675s",
"675s",
"676s",
@@ -3784,16 +3746,12 @@
"692s",
"693s",
"693s",
- "694s",
- "694s",
"695s",
"695s",
"696s",
"696s",
"697s",
"697s",
- "698s",
- "698s",
"699s",
"699s",
"700s",
@@ -3802,18 +3760,12 @@
"701s",
"702s",
"702s",
- "703s",
- "703s",
"704s",
"704s",
"705s",
"705s",
"706s",
"706s",
- "707s",
- "707s",
- "708s",
- "708s",
"709s",
"709s",
"710s",
@@ -3824,8 +3776,6 @@
"712s",
"713s",
"713s",
- "714s",
- "714s",
"715s",
"715s",
"716s-active",
@@ -3834,16 +3784,10 @@
"716s-neutral",
"717s",
"717s",
- "718s-10",
- "718s-10",
"718s-complete",
"718s-complete",
- "718s",
- "718s",
"719s-mega",
"719s-mega",
- "719s",
- "719s",
"720s-unbound",
"720s-unbound",
"720s",
@@ -4114,6 +4058,8 @@
"814s",
"815s",
"815s",
+ "815s-gigantamax",
+ "815s-gigantamax",
"816s",
"816s",
"817s",
@@ -4164,6 +4110,8 @@
"838s",
"839s",
"839s",
+ "839s-gigantamax",
+ "839s-gigantamax",
"840s",
"840s",
"841s",
@@ -4490,8 +4438,6 @@
"978s-droopy",
"978s-stretchy",
"978s-stretchy",
- "979s",
- "979s",
"980s",
"980s",
"981s",
@@ -4587,6 +4533,7 @@
"475-mega_3",
"475-mega_3",
"6215",
+ "6215f",
"653",
"654",
"6549",
@@ -4598,19 +4545,15 @@
"666-archipelago",
"666-continental",
"666-elegant",
- "666-fancy_2",
- "666-fancy_2",
- "666-fancy_3",
- "666-fancy_3",
+ "666-fancy",
+ "666-fancy",
"666-garden",
"666-high",
- "666-icy",
+ "666-icy-snow",
"666-jungle",
"666-marine",
- "666-meadow_2",
- "666-meadow_2",
- "666-meadow_3",
- "666-meadow_3",
+ "666-meadow",
+ "666-meadow",
"666-modern",
"666-monsoon",
"666-ocean",
@@ -4619,8 +4562,6 @@
"666-poke",
"666-polar",
"666-river",
- "666-river_2",
- "666-river_2",
"666-sandstorm",
"666-savanna",
"666-sun",
@@ -4641,7 +4582,6 @@
"705_3",
"705_3",
"706",
- "708",
"709",
"710",
"711",
@@ -4826,6 +4766,10 @@
"150b-mega",
"181b-mega",
"212b-mega",
+ "248b-mega",
+ "248b-mega",
+ "257b-mega",
+ "257b-mega",
"282b-mega",
"3b-mega_2",
"3b-mega_2",
@@ -4856,6 +4800,7 @@
"475b-mega_3",
"475b-mega_3",
"6215b",
+ "6215bf",
"653b",
"654b",
"6549b",
@@ -4866,86 +4811,46 @@
"665b",
"665_2b",
"665_2b",
- "666b-archipelago_2",
- "666b-archipelago_2",
- "666b-archipelago_3",
- "666b-archipelago_3",
- "666b-continental_2",
- "666b-continental_2",
- "666b-continental_3",
- "666b-continental_3",
- "666b-elegant_2",
- "666b-elegant_2",
- "666b-elegant_3",
- "666b-elegant_3",
- "666b-fancy_2",
- "666b-fancy_2",
- "666b-fancy_3",
- "666b-fancy_3",
- "666b-garden_2",
- "666b-garden_2",
- "666b-garden_3",
- "666b-garden_3",
- "666b-high",
- "666b-high",
- "666b-high",
- "666b-high",
- "666b-icy",
- "666b-icy",
- "666b-icy",
- "666b-icy",
- "666b-jungle_2",
- "666b-jungle_2",
- "666b-jungle_3",
- "666b-jungle_3",
- "666b-marine_2",
- "666b-marine_2",
- "666b-marine_3",
- "666b-marine_3",
- "666b-meadow_2",
- "666b-meadow_2",
- "666b-meadow_3",
- "666b-meadow_3",
- "666b-modern_2",
- "666b-modern_2",
- "666b-modern_3",
- "666b-modern_3",
- "666b-monsoon_2",
- "666b-monsoon_2",
- "666b-monsoon_3",
- "666b-monsoon_3",
- "666b-ocean_2",
- "666b-ocean_2",
- "666b-ocean_3",
- "666b-ocean_3",
- "666b-poke",
- "666b-poke",
- "666b-poke",
- "666b-poke",
- "666b-polar_2",
- "666b-polar_2",
- "666b-polar_3",
- "666b-polar_3",
- "666b-river_2",
- "666b-river_2",
- "666b-river_3",
- "666b-river_3",
- "666b-sandstorm_2",
- "666b-sandstorm_2",
- "666b-sandstorm_3",
- "666b-sandstorm_3",
- "666b-savanna_2",
- "666b-savanna_2",
- "666b-savanna_3",
- "666b-savanna_3",
- "666b-sun_2",
- "666b-sun_2",
- "666b-sun_3",
- "666b-sun_3",
- "666b-tundra_2",
- "666b-tundra_2",
- "666b-tundra_3",
- "666b-tundra_3",
+ "666b-archipelago",
+ "666b-archipelago",
+ "666b-continental",
+ "666b-continental",
+ "666b-elegant",
+ "666b-elegant",
+ "666b-fancy",
+ "666b-fancy",
+ "666b-garden",
+ "666b-garden",
+ "666b-high-plains",
+ "666b-high-plains",
+ "666b-icy-snow",
+ "666b-icy-snow",
+ "666b-jungle",
+ "666b-jungle",
+ "666b-marine",
+ "666b-marine",
+ "666b-meadow",
+ "666b-meadow",
+ "666b-modern",
+ "666b-modern",
+ "666b-monsoon",
+ "666b-monsoon",
+ "666b-ocean",
+ "666b-ocean",
+ "666b-poke-ball",
+ "666b-poke-ball",
+ "666b-polar",
+ "666b-polar",
+ "666b-river",
+ "666b-river",
+ "666b-sandstorm",
+ "666b-sandstorm",
+ "666b-savanna",
+ "666b-savanna",
+ "666b-sun",
+ "666b-sun",
+ "666b-tundra",
+ "666b-tundra",
"6705b",
"6706_2b",
"6706_2b",
@@ -4957,7 +4862,6 @@
"704b",
"705b",
"706b",
- "708b",
"709b",
"710b",
"711b",
diff --git a/public/fonts/pkmnems.ttf b/public/fonts/pkmnems.ttf
index b0b50d0f10f..2cc7bfeee62 100644
Binary files a/public/fonts/pkmnems.ttf and b/public/fonts/pkmnems.ttf differ
diff --git a/public/fonts/pokemon-emerald-pro.ttf b/public/fonts/pokemon-emerald-pro.ttf
index 84e49ebbc40..d63ff2d6470 100644
Binary files a/public/fonts/pokemon-emerald-pro.ttf and b/public/fonts/pokemon-emerald-pro.ttf differ
diff --git a/public/images/battle_anims/PRAS- Powder.png b/public/images/battle_anims/PRAS- Powder.png
index 3c4a4d2db55..9656c31e6c9 100644
Binary files a/public/images/battle_anims/PRAS- Powder.png and b/public/images/battle_anims/PRAS- Powder.png differ
diff --git a/public/images/battle_anims/terastallize.png b/public/images/battle_anims/terastallize.png
new file mode 100644
index 00000000000..78fbb7ec335
Binary files /dev/null and b/public/images/battle_anims/terastallize.png differ
diff --git a/public/images/events/halloween2024-event-de.png b/public/images/events/halloween2024-event-de.png
new file mode 100644
index 00000000000..a56053c73cc
Binary files /dev/null and b/public/images/events/halloween2024-event-de.png differ
diff --git a/public/images/events/halloween2024-event-en.png b/public/images/events/halloween2024-event-en.png
new file mode 100644
index 00000000000..3886fa796ae
Binary files /dev/null and b/public/images/events/halloween2024-event-en.png differ
diff --git a/public/images/events/halloween2024-event-es-ES.png b/public/images/events/halloween2024-event-es-ES.png
new file mode 100644
index 00000000000..dc9bac86cd0
Binary files /dev/null and b/public/images/events/halloween2024-event-es-ES.png differ
diff --git a/public/images/events/halloween2024-event-fr.png b/public/images/events/halloween2024-event-fr.png
new file mode 100644
index 00000000000..21df18c7471
Binary files /dev/null and b/public/images/events/halloween2024-event-fr.png differ
diff --git a/public/images/events/halloween2024-event-it.png b/public/images/events/halloween2024-event-it.png
new file mode 100644
index 00000000000..ce2316b2ce5
Binary files /dev/null and b/public/images/events/halloween2024-event-it.png differ
diff --git a/public/images/events/halloween2024-event-ja.png b/public/images/events/halloween2024-event-ja.png
new file mode 100644
index 00000000000..363f3b33b0d
Binary files /dev/null and b/public/images/events/halloween2024-event-ja.png differ
diff --git a/public/images/events/halloween2024-event-ko.png b/public/images/events/halloween2024-event-ko.png
new file mode 100644
index 00000000000..3f52526a296
Binary files /dev/null and b/public/images/events/halloween2024-event-ko.png differ
diff --git a/public/images/events/halloween2024-event-pt-BR.png b/public/images/events/halloween2024-event-pt-BR.png
new file mode 100644
index 00000000000..764a9c1daa9
Binary files /dev/null and b/public/images/events/halloween2024-event-pt-BR.png differ
diff --git a/public/images/events/halloween2024-event-zh-CN.png b/public/images/events/halloween2024-event-zh-CN.png
new file mode 100644
index 00000000000..c2096a05d98
Binary files /dev/null and b/public/images/events/halloween2024-event-zh-CN.png differ
diff --git a/public/images/events/pkmnday2025event-de.png b/public/images/events/pkmnday2025event-de.png
new file mode 100644
index 00000000000..4cc53546752
Binary files /dev/null and b/public/images/events/pkmnday2025event-de.png differ
diff --git a/public/images/events/pkmnday2025event-en.png b/public/images/events/pkmnday2025event-en.png
new file mode 100644
index 00000000000..e9caa9e19d6
Binary files /dev/null and b/public/images/events/pkmnday2025event-en.png differ
diff --git a/public/images/events/pkmnday2025event-es-ES.png b/public/images/events/pkmnday2025event-es-ES.png
new file mode 100644
index 00000000000..e1ab096dffc
Binary files /dev/null and b/public/images/events/pkmnday2025event-es-ES.png differ
diff --git a/public/images/events/pkmnday2025event-fr.png b/public/images/events/pkmnday2025event-fr.png
new file mode 100644
index 00000000000..037d1e06e61
Binary files /dev/null and b/public/images/events/pkmnday2025event-fr.png differ
diff --git a/public/images/events/pkmnday2025event-it.png b/public/images/events/pkmnday2025event-it.png
new file mode 100644
index 00000000000..f38a60330fa
Binary files /dev/null and b/public/images/events/pkmnday2025event-it.png differ
diff --git a/public/images/events/pkmnday2025event-ja.png b/public/images/events/pkmnday2025event-ja.png
new file mode 100644
index 00000000000..94b02ad93a0
Binary files /dev/null and b/public/images/events/pkmnday2025event-ja.png differ
diff --git a/public/images/events/pkmnday2025event-ko.png b/public/images/events/pkmnday2025event-ko.png
new file mode 100644
index 00000000000..aed9ee3fb28
Binary files /dev/null and b/public/images/events/pkmnday2025event-ko.png differ
diff --git a/public/images/events/pkmnday2025event-pt-BR.png b/public/images/events/pkmnday2025event-pt-BR.png
new file mode 100644
index 00000000000..2190bbac535
Binary files /dev/null and b/public/images/events/pkmnday2025event-pt-BR.png differ
diff --git a/public/images/events/pkmnday2025event-zh-CN.png b/public/images/events/pkmnday2025event-zh-CN.png
new file mode 100644
index 00000000000..a3430482dd0
Binary files /dev/null and b/public/images/events/pkmnday2025event-zh-CN.png differ
diff --git a/public/images/events/valentines2025event-de.png b/public/images/events/valentines2025event-de.png
new file mode 100644
index 00000000000..8dd41924a77
Binary files /dev/null and b/public/images/events/valentines2025event-de.png differ
diff --git a/public/images/events/valentines2025event-en.png b/public/images/events/valentines2025event-en.png
new file mode 100644
index 00000000000..dc36dad3394
Binary files /dev/null and b/public/images/events/valentines2025event-en.png differ
diff --git a/public/images/events/valentines2025event-es-ES.png b/public/images/events/valentines2025event-es-ES.png
new file mode 100644
index 00000000000..0915299b7bd
Binary files /dev/null and b/public/images/events/valentines2025event-es-ES.png differ
diff --git a/public/images/events/valentines2025event-fr.png b/public/images/events/valentines2025event-fr.png
new file mode 100644
index 00000000000..dbaf23101ed
Binary files /dev/null and b/public/images/events/valentines2025event-fr.png differ
diff --git a/public/images/events/valentines2025event-it.png b/public/images/events/valentines2025event-it.png
new file mode 100644
index 00000000000..b10eb8083be
Binary files /dev/null and b/public/images/events/valentines2025event-it.png differ
diff --git a/public/images/events/valentines2025event-ja.png b/public/images/events/valentines2025event-ja.png
new file mode 100644
index 00000000000..7e9fe5ad3d4
Binary files /dev/null and b/public/images/events/valentines2025event-ja.png differ
diff --git a/public/images/events/valentines2025event-ko.png b/public/images/events/valentines2025event-ko.png
new file mode 100644
index 00000000000..558a402fc77
Binary files /dev/null and b/public/images/events/valentines2025event-ko.png differ
diff --git a/public/images/events/valentines2025event-pt-BR.png b/public/images/events/valentines2025event-pt-BR.png
new file mode 100644
index 00000000000..45fa40f30fc
Binary files /dev/null and b/public/images/events/valentines2025event-pt-BR.png differ
diff --git a/public/images/events/valentines2025event-zh-CN.png b/public/images/events/valentines2025event-zh-CN.png
new file mode 100644
index 00000000000..13256da720c
Binary files /dev/null and b/public/images/events/valentines2025event-zh-CN.png differ
diff --git a/public/images/events/winter_holidays2024-event-de.png b/public/images/events/winter_holidays2024-event-de.png
new file mode 100644
index 00000000000..1c2e10086f2
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-de.png differ
diff --git a/public/images/events/winter_holidays2024-event-en.png b/public/images/events/winter_holidays2024-event-en.png
new file mode 100644
index 00000000000..3a361e99bee
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-en.png differ
diff --git a/public/images/events/winter_holidays2024-event-es-ES.png b/public/images/events/winter_holidays2024-event-es-ES.png
new file mode 100644
index 00000000000..f7e64268ad5
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-es-ES.png differ
diff --git a/public/images/events/winter_holidays2024-event-fr.png b/public/images/events/winter_holidays2024-event-fr.png
new file mode 100644
index 00000000000..278f5f2afd4
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-fr.png differ
diff --git a/public/images/events/winter_holidays2024-event-it.png b/public/images/events/winter_holidays2024-event-it.png
new file mode 100644
index 00000000000..f3062f40d51
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-it.png differ
diff --git a/public/images/events/winter_holidays2024-event-ja.png b/public/images/events/winter_holidays2024-event-ja.png
new file mode 100644
index 00000000000..0a217c81d03
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-ja.png differ
diff --git a/public/images/events/winter_holidays2024-event-ko.png b/public/images/events/winter_holidays2024-event-ko.png
new file mode 100644
index 00000000000..83c9a8525f0
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-ko.png differ
diff --git a/public/images/events/winter_holidays2024-event-pt-BR.png b/public/images/events/winter_holidays2024-event-pt-BR.png
new file mode 100644
index 00000000000..1f003be5986
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-pt-BR.png differ
diff --git a/public/images/events/winter_holidays2024-event-zh-CN.png b/public/images/events/winter_holidays2024-event-zh-CN.png
new file mode 100644
index 00000000000..03a9f57c6f2
Binary files /dev/null and b/public/images/events/winter_holidays2024-event-zh-CN.png differ
diff --git a/public/images/events/yearofthesnakeevent-de.png b/public/images/events/yearofthesnakeevent-de.png
new file mode 100644
index 00000000000..f5e684bbcd5
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-de.png differ
diff --git a/public/images/events/yearofthesnakeevent-en.png b/public/images/events/yearofthesnakeevent-en.png
new file mode 100644
index 00000000000..ddd34023b94
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-en.png differ
diff --git a/public/images/events/yearofthesnakeevent-es-ES.png b/public/images/events/yearofthesnakeevent-es-ES.png
new file mode 100644
index 00000000000..76474c475c5
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-es-ES.png differ
diff --git a/public/images/events/yearofthesnakeevent-fr.png b/public/images/events/yearofthesnakeevent-fr.png
new file mode 100644
index 00000000000..88ad3e770ca
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-fr.png differ
diff --git a/public/images/events/yearofthesnakeevent-it.png b/public/images/events/yearofthesnakeevent-it.png
new file mode 100644
index 00000000000..a02e7048d2a
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-it.png differ
diff --git a/public/images/events/yearofthesnakeevent-ja.png b/public/images/events/yearofthesnakeevent-ja.png
new file mode 100644
index 00000000000..ba13b5d281f
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-ja.png differ
diff --git a/public/images/events/yearofthesnakeevent-ko.png b/public/images/events/yearofthesnakeevent-ko.png
new file mode 100644
index 00000000000..dca6bcbbd15
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-ko.png differ
diff --git a/public/images/events/yearofthesnakeevent-pt-BR.png b/public/images/events/yearofthesnakeevent-pt-BR.png
new file mode 100644
index 00000000000..a535aec2aa5
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-pt-BR.png differ
diff --git a/public/images/events/yearofthesnakeevent-zh-CN.png b/public/images/events/yearofthesnakeevent-zh-CN.png
new file mode 100644
index 00000000000..3ab4fc565a7
Binary files /dev/null and b/public/images/events/yearofthesnakeevent-zh-CN.png differ
diff --git a/public/images/items.json b/public/images/items.json
index 3c9cff7a35a..9d84476a8a0 100644
--- a/public/images/items.json
+++ b/public/images/items.json
@@ -3353,12 +3353,12 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 24,
- "h": 23
+ "w": 32,
+ "h": 32
},
"spriteSourceSize": {
- "x": 1,
- "y": 1,
+ "x": 5,
+ "y": 5,
"w": 22,
"h": 21
},
@@ -8436,6 +8436,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:875c6d67e72590dfc6d319101aa31cfa:dd2bb865ecbc5ac7b975ddf70b993334:110e074689c9edd2c54833ce2e4d9270$"
+ "smartupdate": "$TexturePacker:SmartUpdate:d91a46c431ace3f09f5ca68916a2171e:1e84369d9a13e1416fa58028d629d116:110e074689c9edd2c54833ce2e4d9270$"
}
}
diff --git a/public/images/items.png b/public/images/items.png
index 1bd7b3af9c3..191766f520e 100644
Binary files a/public/images/items.png and b/public/images/items.png differ
diff --git a/public/images/items/berry_juice.png b/public/images/items/berry_juice.png
index c0986b804f9..127fa458906 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/catching_charm.png b/public/images/items/catching_charm.png
index 9d72fe465e3..c220ff70c03 100644
Binary files a/public/images/items/catching_charm.png and b/public/images/items/catching_charm.png differ
diff --git a/public/images/pokemon/1003.png b/public/images/pokemon/1003.png
index 3a88f39d65f..eb69527246d 100644
Binary files a/public/images/pokemon/1003.png and b/public/images/pokemon/1003.png differ
diff --git a/public/images/pokemon/1012-counterfeit.png b/public/images/pokemon/1012-counterfeit.png
index 2482debd312..32d9c1790c9 100644
Binary files a/public/images/pokemon/1012-counterfeit.png and b/public/images/pokemon/1012-counterfeit.png differ
diff --git a/public/images/pokemon/1013-unremarkable.png b/public/images/pokemon/1013-unremarkable.png
index a70954685ed..aaf57aa1a02 100644
Binary files a/public/images/pokemon/1013-unremarkable.png and b/public/images/pokemon/1013-unremarkable.png differ
diff --git a/public/images/pokemon/154.png b/public/images/pokemon/154.png
index 74370115aa6..7547d4c573a 100644
Binary files a/public/images/pokemon/154.png and b/public/images/pokemon/154.png differ
diff --git a/public/images/pokemon/159.png b/public/images/pokemon/159.png
index 62de85e4ad7..46073ff539c 100644
Binary files a/public/images/pokemon/159.png and b/public/images/pokemon/159.png differ
diff --git a/public/images/pokemon/164.png b/public/images/pokemon/164.png
index c172959d338..b5d83ad6818 100644
Binary files a/public/images/pokemon/164.png and b/public/images/pokemon/164.png differ
diff --git a/public/images/pokemon/172-spiky.png b/public/images/pokemon/172-spiky.png
index 2a02c6fb268..f74c6574344 100644
Binary files a/public/images/pokemon/172-spiky.png and b/public/images/pokemon/172-spiky.png differ
diff --git a/public/images/pokemon/172.png b/public/images/pokemon/172.png
index 435ebbe4c63..9e96ff34936 100644
Binary files a/public/images/pokemon/172.png and b/public/images/pokemon/172.png differ
diff --git a/public/images/pokemon/190.png b/public/images/pokemon/190.png
index b049ba83296..40563cec158 100644
Binary files a/public/images/pokemon/190.png and b/public/images/pokemon/190.png differ
diff --git a/public/images/pokemon/194.png b/public/images/pokemon/194.png
index 589c2ae155a..d126190685b 100644
Binary files a/public/images/pokemon/194.png and b/public/images/pokemon/194.png differ
diff --git a/public/images/pokemon/198.png b/public/images/pokemon/198.png
index 3d6c15f1a1d..5a310216129 100644
Binary files a/public/images/pokemon/198.png and b/public/images/pokemon/198.png differ
diff --git a/public/images/pokemon/199.png b/public/images/pokemon/199.png
index d3b072497bd..f2e8888fb2d 100644
Binary files a/public/images/pokemon/199.png and b/public/images/pokemon/199.png differ
diff --git a/public/images/pokemon/2026.png b/public/images/pokemon/2026.png
index 78c881eb10d..fde7405f65a 100644
Binary files a/public/images/pokemon/2026.png and b/public/images/pokemon/2026.png differ
diff --git a/public/images/pokemon/218.png b/public/images/pokemon/218.png
index aeb9a35f9fe..64faad88ba3 100644
Binary files a/public/images/pokemon/218.png and b/public/images/pokemon/218.png differ
diff --git a/public/images/pokemon/226.png b/public/images/pokemon/226.png
index dbc04cc885f..006bd465b05 100644
Binary files a/public/images/pokemon/226.png and b/public/images/pokemon/226.png differ
diff --git a/public/images/pokemon/228.png b/public/images/pokemon/228.png
index c601cc4058d..476aa4d619d 100644
Binary files a/public/images/pokemon/228.png and b/public/images/pokemon/228.png differ
diff --git a/public/images/pokemon/229-mega.png b/public/images/pokemon/229-mega.png
index ebcda7bf90a..fac79bad8c1 100644
Binary files a/public/images/pokemon/229-mega.png and b/public/images/pokemon/229-mega.png differ
diff --git a/public/images/pokemon/229.png b/public/images/pokemon/229.png
index 270f36e64eb..6439012bacf 100644
Binary files a/public/images/pokemon/229.png and b/public/images/pokemon/229.png differ
diff --git a/public/images/pokemon/232.png b/public/images/pokemon/232.png
index ac7ae0eb5ae..0bfb76be5ed 100644
Binary files a/public/images/pokemon/232.png and b/public/images/pokemon/232.png differ
diff --git a/public/images/pokemon/25-beauty-cosplay.png b/public/images/pokemon/25-beauty-cosplay.png
index a0c4c5717b2..0db73184c8e 100644
Binary files a/public/images/pokemon/25-beauty-cosplay.png and b/public/images/pokemon/25-beauty-cosplay.png differ
diff --git a/public/images/pokemon/25-cool-cosplay.png b/public/images/pokemon/25-cool-cosplay.png
index 209509f12fc..ba1e1145901 100644
Binary files a/public/images/pokemon/25-cool-cosplay.png and b/public/images/pokemon/25-cool-cosplay.png differ
diff --git a/public/images/pokemon/25-cosplay.png b/public/images/pokemon/25-cosplay.png
index 9a70984cc8b..217ab730cc4 100644
Binary files a/public/images/pokemon/25-cosplay.png and b/public/images/pokemon/25-cosplay.png differ
diff --git a/public/images/pokemon/25-cute-cosplay.png b/public/images/pokemon/25-cute-cosplay.png
index 5c4adce2304..17fdfd32609 100644
Binary files a/public/images/pokemon/25-cute-cosplay.png and b/public/images/pokemon/25-cute-cosplay.png differ
diff --git a/public/images/pokemon/25-gigantamax.png b/public/images/pokemon/25-gigantamax.png
index b9f3f037788..e39511341a3 100644
Binary files a/public/images/pokemon/25-gigantamax.png and b/public/images/pokemon/25-gigantamax.png differ
diff --git a/public/images/pokemon/25-partner.png b/public/images/pokemon/25-partner.png
index 7b1104a3a55..f1cb33f9701 100644
Binary files a/public/images/pokemon/25-partner.png and b/public/images/pokemon/25-partner.png differ
diff --git a/public/images/pokemon/25-smart-cosplay.png b/public/images/pokemon/25-smart-cosplay.png
index edafa4d2a21..603837dd34f 100644
Binary files a/public/images/pokemon/25-smart-cosplay.png and b/public/images/pokemon/25-smart-cosplay.png differ
diff --git a/public/images/pokemon/25-tough-cosplay.png b/public/images/pokemon/25-tough-cosplay.png
index ecadee4ff27..380269b87e7 100644
Binary files a/public/images/pokemon/25-tough-cosplay.png and b/public/images/pokemon/25-tough-cosplay.png differ
diff --git a/public/images/pokemon/25.png b/public/images/pokemon/25.png
index 7b1104a3a55..f1cb33f9701 100644
Binary files a/public/images/pokemon/25.png and b/public/images/pokemon/25.png differ
diff --git a/public/images/pokemon/256.png b/public/images/pokemon/256.png
index beb509fa9de..2a071e76188 100644
Binary files a/public/images/pokemon/256.png and b/public/images/pokemon/256.png differ
diff --git a/public/images/pokemon/257-mega.png b/public/images/pokemon/257-mega.png
index 0350e97deee..51d700c3e9a 100644
Binary files a/public/images/pokemon/257-mega.png and b/public/images/pokemon/257-mega.png differ
diff --git a/public/images/pokemon/257.png b/public/images/pokemon/257.png
index 76cfb0490e8..77dbc705a60 100644
Binary files a/public/images/pokemon/257.png and b/public/images/pokemon/257.png differ
diff --git a/public/images/pokemon/26.png b/public/images/pokemon/26.png
index ae0a7aeab62..f2cdf63c718 100644
Binary files a/public/images/pokemon/26.png and b/public/images/pokemon/26.png differ
diff --git a/public/images/pokemon/261.png b/public/images/pokemon/261.png
index a519b9951a4..da22d88806f 100644
Binary files a/public/images/pokemon/261.png and b/public/images/pokemon/261.png differ
diff --git a/public/images/pokemon/262.png b/public/images/pokemon/262.png
index ee95836e908..71509b88626 100644
Binary files a/public/images/pokemon/262.png and b/public/images/pokemon/262.png differ
diff --git a/public/images/pokemon/276.png b/public/images/pokemon/276.png
index 1b24f59d105..a191440497c 100644
Binary files a/public/images/pokemon/276.png and b/public/images/pokemon/276.png differ
diff --git a/public/images/pokemon/277.png b/public/images/pokemon/277.png
index 3c4475e5fce..2ec0b9b8a9a 100644
Binary files a/public/images/pokemon/277.png and b/public/images/pokemon/277.png differ
diff --git a/public/images/pokemon/3-gigantamax.png b/public/images/pokemon/3-gigantamax.png
index 4036c641327..d551638c880 100644
Binary files a/public/images/pokemon/3-gigantamax.png and b/public/images/pokemon/3-gigantamax.png differ
diff --git a/public/images/pokemon/3-mega.png b/public/images/pokemon/3-mega.png
index 9f867c8e13d..c15a9cac092 100644
Binary files a/public/images/pokemon/3-mega.png and b/public/images/pokemon/3-mega.png differ
diff --git a/public/images/pokemon/3.png b/public/images/pokemon/3.png
index b9239f3096e..534a48fdfa6 100644
Binary files a/public/images/pokemon/3.png and b/public/images/pokemon/3.png differ
diff --git a/public/images/pokemon/308.png b/public/images/pokemon/308.png
index 20e41507efa..94dd021f209 100644
Binary files a/public/images/pokemon/308.png and b/public/images/pokemon/308.png differ
diff --git a/public/images/pokemon/335.json b/public/images/pokemon/335.json
index 0279e0fba5a..a9313fcec5d 100644
--- a/public/images/pokemon/335.json
+++ b/public/images/pokemon/335.json
@@ -1,1910 +1,547 @@
-{
- "textures": [
- {
- "image": "335.png",
- "format": "RGBA8888",
- "size": {
- "w": 366,
- "h": 366
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 192,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 65,
- "h": 61
- },
- "frame": {
- "x": 199,
- "y": 0,
- "w": 65,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 183,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 244,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 9,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 61,
- "y": 309,
- "w": 63,
- "h": 57
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 64
- },
- "frame": {
- "x": 123,
- "y": 244,
- "w": 61,
- "h": 64
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 63,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 308,
- "w": 63,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 62,
- "h": 63
- },
- "frame": {
- "x": 264,
- "y": 58,
- "w": 62,
- "h": 63
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 189,
- "y": 128,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 247,
- "y": 121,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 249,
- "y": 250,
- "w": 60,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9c4e9647cd30b406386dcfa45795951c:b817a280fcd689ce74ea32e378a31e74:40bb9f4809624b12bf79bbfe664bea73$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 248, "y": 129, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 188, "y": 123, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 125, "w": 61, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 61, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 66, "w": 63, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 190, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 234, "y": 246, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 11, "w": 60, "h": 55 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 115, "y": 239, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 63, "y": 62, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 62, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 63, "y": 0, "w": 66, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 66, "h": 62 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 63, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 63, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 261, "y": 0, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 181, "y": 184, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 53, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 63, "y": 122, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 56, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 320, "y": 61, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 65 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 129, "y": 61, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 59, "h": 64 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 195, "y": 60, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 255, "y": 66, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "335.png",
+ "format": "I8",
+ "size": { "w": 382, "h": 305 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/335.png b/public/images/pokemon/335.png
index 87f8b341b55..65b56582339 100644
Binary files a/public/images/pokemon/335.png and b/public/images/pokemon/335.png differ
diff --git a/public/images/pokemon/336.png b/public/images/pokemon/336.png
index 5908f2b36a2..daf64440220 100644
Binary files a/public/images/pokemon/336.png and b/public/images/pokemon/336.png differ
diff --git a/public/images/pokemon/357.png b/public/images/pokemon/357.png
index ce003f24c41..6b1ed63c3fe 100644
Binary files a/public/images/pokemon/357.png and b/public/images/pokemon/357.png differ
diff --git a/public/images/pokemon/359-mega.png b/public/images/pokemon/359-mega.png
index 99e95151b79..9c026d78779 100644
Binary files a/public/images/pokemon/359-mega.png and b/public/images/pokemon/359-mega.png differ
diff --git a/public/images/pokemon/359.png b/public/images/pokemon/359.png
index bb02f52637e..e5a1d168ad2 100644
Binary files a/public/images/pokemon/359.png and b/public/images/pokemon/359.png differ
diff --git a/public/images/pokemon/370.png b/public/images/pokemon/370.png
index c53d42f9cd3..e9f29872fb2 100644
Binary files a/public/images/pokemon/370.png and b/public/images/pokemon/370.png differ
diff --git a/public/images/pokemon/373.png b/public/images/pokemon/373.png
index e3f967583a5..5174907b69b 100644
Binary files a/public/images/pokemon/373.png and b/public/images/pokemon/373.png differ
diff --git a/public/images/pokemon/379.png b/public/images/pokemon/379.png
index dd430eb9d70..3a4185ffaf6 100644
Binary files a/public/images/pokemon/379.png and b/public/images/pokemon/379.png differ
diff --git a/public/images/pokemon/390.png b/public/images/pokemon/390.png
index 7bd6fd2de90..e96b6631c8a 100644
Binary files a/public/images/pokemon/390.png and b/public/images/pokemon/390.png differ
diff --git a/public/images/pokemon/391.png b/public/images/pokemon/391.png
index 480894c9373..bb6abefada7 100644
Binary files a/public/images/pokemon/391.png and b/public/images/pokemon/391.png differ
diff --git a/public/images/pokemon/392.png b/public/images/pokemon/392.png
index 5c65d92889b..b65da9eecb4 100644
Binary files a/public/images/pokemon/392.png and b/public/images/pokemon/392.png differ
diff --git a/public/images/pokemon/40.png b/public/images/pokemon/40.png
index 4d2cc4f1d60..e6b59c51bfe 100644
Binary files a/public/images/pokemon/40.png and b/public/images/pokemon/40.png differ
diff --git a/public/images/pokemon/401.png b/public/images/pokemon/401.png
index fa3dd915202..f4fffa67e54 100644
Binary files a/public/images/pokemon/401.png and b/public/images/pokemon/401.png differ
diff --git a/public/images/pokemon/402.png b/public/images/pokemon/402.png
index a7808e446a6..15de8f02a0d 100644
Binary files a/public/images/pokemon/402.png and b/public/images/pokemon/402.png differ
diff --git a/public/images/pokemon/4080.png b/public/images/pokemon/4080.png
index 4af9ba7ea0d..2ad2193cdbc 100644
Binary files a/public/images/pokemon/4080.png and b/public/images/pokemon/4080.png differ
diff --git a/public/images/pokemon/418.png b/public/images/pokemon/418.png
index 005c917463f..fba2402c2b3 100644
Binary files a/public/images/pokemon/418.png and b/public/images/pokemon/418.png differ
diff --git a/public/images/pokemon/419.png b/public/images/pokemon/419.png
index 572f819749b..5fbe90ff3bd 100644
Binary files a/public/images/pokemon/419.png and b/public/images/pokemon/419.png differ
diff --git a/public/images/pokemon/4199.png b/public/images/pokemon/4199.png
index df9dee11cdb..9c9f86e1f5d 100644
Binary files a/public/images/pokemon/4199.png and b/public/images/pokemon/4199.png differ
diff --git a/public/images/pokemon/424.png b/public/images/pokemon/424.png
index d19a5a79e4a..c0bc59a0caa 100644
Binary files a/public/images/pokemon/424.png and b/public/images/pokemon/424.png differ
diff --git a/public/images/pokemon/430.png b/public/images/pokemon/430.png
index 07aca365e02..5ed0fb19c20 100644
Binary files a/public/images/pokemon/430.png and b/public/images/pokemon/430.png differ
diff --git a/public/images/pokemon/45.png b/public/images/pokemon/45.png
index db9c8d9c3f2..1c6f5a5a9f2 100644
Binary files a/public/images/pokemon/45.png and b/public/images/pokemon/45.png differ
diff --git a/public/images/pokemon/451.json b/public/images/pokemon/451.json
index 0e99c96f876..6c266f21a24 100644
--- a/public/images/pokemon/451.json
+++ b/public/images/pokemon/451.json
@@ -1,2330 +1,715 @@
-{
- "textures": [
- {
- "image": "451.png",
- "format": "RGBA8888",
- "size": {
- "w": 281,
- "h": 281
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 179,
- "y": 87,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 179,
- "y": 87,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 57,
- "y": 132,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 57,
- "y": 132,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 56,
- "h": 45
- },
- "frame": {
- "x": 114,
- "y": 132,
- "w": 56,
- "h": 45
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 56,
- "h": 45
- },
- "frame": {
- "x": 114,
- "y": 132,
- "w": 56,
- "h": 45
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 170,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 170,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 224,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 224,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 228,
- "y": 177,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 228,
- "y": 177,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 220,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 220,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 166,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 166,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 221,
- "y": 223,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 221,
- "y": 223,
- "w": 54,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e303c68c1876b77078f3e1fd4372a4ce:84139d6b94cea0f3c45dbd8fa7109c3d:c79e17c206de27e3b7f1ce96f7df8e51$"
- }
-}
+{ "frames": [
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 68, "h": 40 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0001.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 232, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 232, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 117, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 117, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 42, "w": 60, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 117, "y": 42, "w": 60, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 132, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 68, "h": 40 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 195, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 195, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 258, "y": 0, "w": 61, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 61, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 258, "y": 0, "w": 61, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 61, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 58, "y": 42, "w": 59, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 58, "y": 42, "w": 59, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 40, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 40, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 177, "y": 84, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 177, "y": 84, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 112, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 167, "y": 130, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 167, "y": 130, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 173, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 173, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 54, "y": 177, "w": 52, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 52, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 177, "w": 52, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 52, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 210, "y": 176, "w": 53, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 53, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 210, "y": 176, "w": 53, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 53, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 158, "y": 174, "w": 52, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 52, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 158, "y": 174, "w": 52, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 52, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 222, "y": 131, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 222, "y": 131, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 132, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 275, "y": 132, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 55, "y": 131, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 55, "y": 131, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 107, "y": 173, "w": 51, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 107, "y": 173, "w": 51, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.8.1-x64",
+ "image": "451.png",
+ "format": "I8",
+ "size": { "w": 339, "h": 221 },
+ "scale": "1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/451.png b/public/images/pokemon/451.png
index fac8f5a0170..716e8a08041 100644
Binary files a/public/images/pokemon/451.png and b/public/images/pokemon/451.png differ
diff --git a/public/images/pokemon/455.png b/public/images/pokemon/455.png
index 9518bc019fe..731abfec4e6 100644
Binary files a/public/images/pokemon/455.png and b/public/images/pokemon/455.png differ
diff --git a/public/images/pokemon/456.png b/public/images/pokemon/456.png
index 4b6c8c4e52f..501eb5904fe 100644
Binary files a/public/images/pokemon/456.png and b/public/images/pokemon/456.png differ
diff --git a/public/images/pokemon/4562.png b/public/images/pokemon/4562.png
index 1165444cc50..b08f724ab8b 100644
Binary files a/public/images/pokemon/4562.png and b/public/images/pokemon/4562.png differ
diff --git a/public/images/pokemon/457.png b/public/images/pokemon/457.png
index 6ee49243598..07425b2a147 100644
Binary files a/public/images/pokemon/457.png and b/public/images/pokemon/457.png differ
diff --git a/public/images/pokemon/467.png b/public/images/pokemon/467.png
index a22d045f925..ec7039932d1 100644
Binary files a/public/images/pokemon/467.png and b/public/images/pokemon/467.png differ
diff --git a/public/images/pokemon/47.json b/public/images/pokemon/47.json
index 437459a66e9..959bfe740f7 100644
--- a/public/images/pokemon/47.json
+++ b/public/images/pokemon/47.json
@@ -1,776 +1,299 @@
-{
- "textures": [
- {
- "image": "47.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 12,
- "w": 56,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 49
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 12,
- "w": 56,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 49
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 62,
- "h": 51
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 62,
- "h": 51
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 62,
- "h": 51
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 62,
- "h": 51
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 55,
- "h": 53
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 55,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 55,
- "h": 53
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 55,
- "h": 53
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 55,
- "h": 54
- },
- "frame": {
- "x": 173,
- "y": 0,
- "w": 55,
- "h": 54
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 55,
- "h": 54
- },
- "frame": {
- "x": 173,
- "y": 0,
- "w": 55,
- "h": 54
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 53,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 53,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 53,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 53,
- "h": 56
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 62,
- "h": 55
- },
- "frame": {
- "x": 53,
- "y": 51,
- "w": 62,
- "h": 55
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 62,
- "h": 55
- },
- "frame": {
- "x": 53,
- "y": 51,
- "w": 62,
- "h": 55
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 53,
- "h": 57
- },
- "frame": {
- "x": 115,
- "y": 53,
- "w": 53,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 53,
- "h": 57
- },
- "frame": {
- "x": 115,
- "y": 53,
- "w": 53,
- "h": 57
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 62,
- "h": 56
- },
- "frame": {
- "x": 168,
- "y": 54,
- "w": 62,
- "h": 56
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 62,
- "h": 56
- },
- "frame": {
- "x": 168,
- "y": 54,
- "w": 62,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 61,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 106,
- "w": 61,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 61,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 106,
- "w": 61,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 61,
- "y": 106,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 61,
- "y": 106,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 172,
- "y": 110,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 172,
- "y": 110,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 61,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 164,
- "w": 61,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 61,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 164,
- "w": 61,
- "h": 59
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b28fe643197bcc1def0e0ac2ba9f4e67:516d08c8e1ff13b49a109b082ef12860:fe45e2d628a6cef0908f7b82468c8798$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 166, "y": 114, "w": 52, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 114, "w": 52, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 169, "w": 51, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 51, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 169, "w": 51, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 51, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 104, "y": 166, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 9, "w": 53, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 104, "y": 166, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 9, "w": 53, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 157, "y": 170, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 55, "h": 49 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 157, "y": 170, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 55, "h": 49 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 115, "w": 53, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 8, "w": 53, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 115, "w": 53, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 8, "w": 53, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 53, "y": 116, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 51, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 53, "y": 116, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 51, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 114, "y": 109, "w": 52, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 114, "y": 109, "w": 52, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 178, "y": 0, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 60, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 178, "y": 0, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 60, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 114, "y": 57, "w": 62, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 62, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 57, "w": 62, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 62, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 0, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 60, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 59, "y": 0, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 60, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 59, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 59, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.8.1-x64",
+ "image": "47.png",
+ "format": "I8",
+ "size": { "w": 238, "h": 223 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/47.png b/public/images/pokemon/47.png
index f9474fda1c9..665cabf322e 100644
Binary files a/public/images/pokemon/47.png and b/public/images/pokemon/47.png differ
diff --git a/public/images/pokemon/477.png b/public/images/pokemon/477.png
index de140bf6ba9..1013ca3d0dd 100644
Binary files a/public/images/pokemon/477.png and b/public/images/pokemon/477.png differ
diff --git a/public/images/pokemon/486.png b/public/images/pokemon/486.png
index aaee1287a47..328ed80c995 100644
Binary files a/public/images/pokemon/486.png and b/public/images/pokemon/486.png differ
diff --git a/public/images/pokemon/501.png b/public/images/pokemon/501.png
index ac4c5d9fbf0..79a012cadd5 100644
Binary files a/public/images/pokemon/501.png and b/public/images/pokemon/501.png differ
diff --git a/public/images/pokemon/502.png b/public/images/pokemon/502.png
index 8a7c2636894..ef1291a2520 100644
Binary files a/public/images/pokemon/502.png and b/public/images/pokemon/502.png differ
diff --git a/public/images/pokemon/503.png b/public/images/pokemon/503.png
index d9cf94f3c6f..3571e64156c 100644
Binary files a/public/images/pokemon/503.png and b/public/images/pokemon/503.png differ
diff --git a/public/images/pokemon/528.png b/public/images/pokemon/528.png
index d1806f17f70..fd6e0c54a77 100644
Binary files a/public/images/pokemon/528.png and b/public/images/pokemon/528.png differ
diff --git a/public/images/pokemon/531-mega.png b/public/images/pokemon/531-mega.png
index 4e692979402..f08cc04b51c 100644
Binary files a/public/images/pokemon/531-mega.png and b/public/images/pokemon/531-mega.png differ
diff --git a/public/images/pokemon/587.png b/public/images/pokemon/587.png
index 409b423c13b..6a870170219 100644
Binary files a/public/images/pokemon/587.png and b/public/images/pokemon/587.png differ
diff --git a/public/images/pokemon/590.png b/public/images/pokemon/590.png
index 2cf97f1fe69..0908b46cd83 100644
Binary files a/public/images/pokemon/590.png and b/public/images/pokemon/590.png differ
diff --git a/public/images/pokemon/591.png b/public/images/pokemon/591.png
index 179e3b4160f..a294749149f 100644
Binary files a/public/images/pokemon/591.png and b/public/images/pokemon/591.png differ
diff --git a/public/images/pokemon/616.png b/public/images/pokemon/616.png
index 5d4e04e31fd..aff43388faf 100644
Binary files a/public/images/pokemon/616.png and b/public/images/pokemon/616.png differ
diff --git a/public/images/pokemon/6503.png b/public/images/pokemon/6503.png
index 906fcb9115b..71d6e27d855 100644
Binary files a/public/images/pokemon/6503.png and b/public/images/pokemon/6503.png differ
diff --git a/public/images/pokemon/656.json b/public/images/pokemon/656.json
index 9f2483c56b9..3776b4ed7e5 100644
--- a/public/images/pokemon/656.json
+++ b/public/images/pokemon/656.json
@@ -1,41 +1,20 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 35,
- "h": 35
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25355f0b039f39b6231cb75c6f8a0200:2e119e5dd64fab6d996ea751c24a38e0:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 32, "h": 35 },
+ "sourceSize": { "w": 32, "h": 35 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 34, "h": 37 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/656.png b/public/images/pokemon/656.png
index 1f0f181712b..06a9cd58268 100644
Binary files a/public/images/pokemon/656.png and b/public/images/pokemon/656.png differ
diff --git a/public/images/pokemon/657.png b/public/images/pokemon/657.png
index 8c0f2b9a15f..031c9404805 100644
Binary files a/public/images/pokemon/657.png and b/public/images/pokemon/657.png differ
diff --git a/public/images/pokemon/658-ash.json b/public/images/pokemon/658-ash.json
index 8fbe19f5ccb..c2b8eede9ef 100644
--- a/public/images/pokemon/658-ash.json
+++ b/public/images/pokemon/658-ash.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "658-ash.png",
- "format": "RGBA8888",
- "size": {
- "w": 79,
- "h": 79
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 79,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 79,
- "h": 74
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:936f62fa49ba4d6e402bb2e2eaf2afd0:ed00ba047a44b4bf1309bc147dd000e3:bfbf521a5c7bd80bcd95a96d9789c0dd$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 79, "h": 74 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/658-ash.png b/public/images/pokemon/658-ash.png
index 8daaaa02063..fa6ce5cb165 100644
Binary files a/public/images/pokemon/658-ash.png and b/public/images/pokemon/658-ash.png differ
diff --git a/public/images/pokemon/658.json b/public/images/pokemon/658.json
index 4fd918e0f50..219645ec240 100644
--- a/public/images/pokemon/658.json
+++ b/public/images/pokemon/658.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "658.png",
- "format": "RGBA8888",
- "size": {
- "w": 75,
- "h": 75
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e0b10df331bd4ce6760edab61dee144b:061561c45beff89a92bf0158d065204f:5affcab976148657d36bf4ff3410f92d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 85, "h": 67 },
+ "sourceSize": { "w": 85, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 85, "h": 67 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/658.png b/public/images/pokemon/658.png
index 095b8c0039d..ed730c8b81c 100644
Binary files a/public/images/pokemon/658.png and b/public/images/pokemon/658.png differ
diff --git a/public/images/pokemon/666-continental.png b/public/images/pokemon/666-continental.png
index 1bd15dbb70d..b45f5c4e76d 100644
Binary files a/public/images/pokemon/666-continental.png and b/public/images/pokemon/666-continental.png differ
diff --git a/public/images/pokemon/666-fancy.png b/public/images/pokemon/666-fancy.png
index ec5e8a5f6e8..9e40deb3568 100644
Binary files a/public/images/pokemon/666-fancy.png and b/public/images/pokemon/666-fancy.png differ
diff --git a/public/images/pokemon/666-high-plains.png b/public/images/pokemon/666-high-plains.png
index c294984e469..45cb22fc592 100644
Binary files a/public/images/pokemon/666-high-plains.png and b/public/images/pokemon/666-high-plains.png differ
diff --git a/public/images/pokemon/666-river.png b/public/images/pokemon/666-river.png
index eeabeecb069..ca93fd612b7 100644
Binary files a/public/images/pokemon/666-river.png and b/public/images/pokemon/666-river.png differ
diff --git a/public/images/pokemon/668-female.png b/public/images/pokemon/668-female.png
deleted file mode 100644
index c8f4e205491..00000000000
Binary files a/public/images/pokemon/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/669-blue.png b/public/images/pokemon/669-blue.png
index 5cdefbbae6b..85426c58d51 100644
Binary files a/public/images/pokemon/669-blue.png and b/public/images/pokemon/669-blue.png differ
diff --git a/public/images/pokemon/669-orange.png b/public/images/pokemon/669-orange.png
index 6d93c5b13b8..565301b795b 100644
Binary files a/public/images/pokemon/669-orange.png and b/public/images/pokemon/669-orange.png differ
diff --git a/public/images/pokemon/669-red.png b/public/images/pokemon/669-red.png
index 02d89f59c31..b6219100729 100644
Binary files a/public/images/pokemon/669-red.png and b/public/images/pokemon/669-red.png differ
diff --git a/public/images/pokemon/669-white.png b/public/images/pokemon/669-white.png
index b815b86c5f5..a2809abf193 100644
Binary files a/public/images/pokemon/669-white.png and b/public/images/pokemon/669-white.png differ
diff --git a/public/images/pokemon/669-yellow.png b/public/images/pokemon/669-yellow.png
index 517406798e7..c3ad0eff812 100644
Binary files a/public/images/pokemon/669-yellow.png and b/public/images/pokemon/669-yellow.png differ
diff --git a/public/images/pokemon/670-blue.png b/public/images/pokemon/670-blue.png
index b70ec5532f9..4359006fe78 100644
Binary files a/public/images/pokemon/670-blue.png and b/public/images/pokemon/670-blue.png differ
diff --git a/public/images/pokemon/670-orange.png b/public/images/pokemon/670-orange.png
index 9beb7d884d5..d5c10c4c40b 100644
Binary files a/public/images/pokemon/670-orange.png and b/public/images/pokemon/670-orange.png differ
diff --git a/public/images/pokemon/670-red.png b/public/images/pokemon/670-red.png
index 9452ba90968..0ac18083828 100644
Binary files a/public/images/pokemon/670-red.png and b/public/images/pokemon/670-red.png differ
diff --git a/public/images/pokemon/670-white.png b/public/images/pokemon/670-white.png
index dba946ff47a..e8894d4f668 100644
Binary files a/public/images/pokemon/670-white.png and b/public/images/pokemon/670-white.png differ
diff --git a/public/images/pokemon/670-yellow.png b/public/images/pokemon/670-yellow.png
index 2d028fe5b1a..4803acafcb5 100644
Binary files a/public/images/pokemon/670-yellow.png and b/public/images/pokemon/670-yellow.png differ
diff --git a/public/images/pokemon/671-blue.png b/public/images/pokemon/671-blue.png
index ccbd88bb0b8..b384058bee9 100644
Binary files a/public/images/pokemon/671-blue.png and b/public/images/pokemon/671-blue.png differ
diff --git a/public/images/pokemon/671-orange.png b/public/images/pokemon/671-orange.png
index a99b8302e76..ac60adbcf10 100644
Binary files a/public/images/pokemon/671-orange.png and b/public/images/pokemon/671-orange.png differ
diff --git a/public/images/pokemon/671-red.png b/public/images/pokemon/671-red.png
index 460dafd4cc1..1b83ecf38ca 100644
Binary files a/public/images/pokemon/671-red.png and b/public/images/pokemon/671-red.png differ
diff --git a/public/images/pokemon/671-white.png b/public/images/pokemon/671-white.png
index 3d6f0d841b8..393970614d6 100644
Binary files a/public/images/pokemon/671-white.png and b/public/images/pokemon/671-white.png differ
diff --git a/public/images/pokemon/671-yellow.png b/public/images/pokemon/671-yellow.png
index 650e8db7a35..2af1b4aa543 100644
Binary files a/public/images/pokemon/671-yellow.png and b/public/images/pokemon/671-yellow.png differ
diff --git a/public/images/pokemon/674.json b/public/images/pokemon/674.json
index 9534a585c64..9954c30188d 100644
--- a/public/images/pokemon/674.json
+++ b/public/images/pokemon/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 28,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:17675dc9d79a224d5cfe26d4ea11594d:afc8db52143597fb62ac44c9a1600a80:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 29, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 87, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 29, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 116, "h": 168 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/674.png b/public/images/pokemon/674.png
index 3161096bb29..85b2fafb91b 100644
Binary files a/public/images/pokemon/674.png and b/public/images/pokemon/674.png differ
diff --git a/public/images/pokemon/676-dandy.png b/public/images/pokemon/676-dandy.png
index 1e9f9b7bb2c..54e36574b2a 100644
Binary files a/public/images/pokemon/676-dandy.png and b/public/images/pokemon/676-dandy.png differ
diff --git a/public/images/pokemon/676-debutante.png b/public/images/pokemon/676-debutante.png
index 92390b17f34..30d5bcafec5 100644
Binary files a/public/images/pokemon/676-debutante.png and b/public/images/pokemon/676-debutante.png differ
diff --git a/public/images/pokemon/676-diamond.png b/public/images/pokemon/676-diamond.png
index 3915b78ec26..953581d7bb7 100644
Binary files a/public/images/pokemon/676-diamond.png and b/public/images/pokemon/676-diamond.png differ
diff --git a/public/images/pokemon/676-heart.png b/public/images/pokemon/676-heart.png
index 99327208605..9e6950cc36c 100644
Binary files a/public/images/pokemon/676-heart.png and b/public/images/pokemon/676-heart.png differ
diff --git a/public/images/pokemon/676-kabuki.png b/public/images/pokemon/676-kabuki.png
index c4f6473c75b..0d7323a520c 100644
Binary files a/public/images/pokemon/676-kabuki.png and b/public/images/pokemon/676-kabuki.png differ
diff --git a/public/images/pokemon/676-la-reine.png b/public/images/pokemon/676-la-reine.png
index e649e6d74c8..c2f0eb72d75 100644
Binary files a/public/images/pokemon/676-la-reine.png and b/public/images/pokemon/676-la-reine.png differ
diff --git a/public/images/pokemon/676-matron.png b/public/images/pokemon/676-matron.png
index 98142c41661..1f93b11a277 100644
Binary files a/public/images/pokemon/676-matron.png and b/public/images/pokemon/676-matron.png differ
diff --git a/public/images/pokemon/676-pharaoh.png b/public/images/pokemon/676-pharaoh.png
index cced072318b..e0f48c46bab 100644
Binary files a/public/images/pokemon/676-pharaoh.png and b/public/images/pokemon/676-pharaoh.png differ
diff --git a/public/images/pokemon/676-star.png b/public/images/pokemon/676-star.png
index 7a1044bda75..566aa713aee 100644
Binary files a/public/images/pokemon/676-star.png and b/public/images/pokemon/676-star.png differ
diff --git a/public/images/pokemon/677.png b/public/images/pokemon/677.png
index d0ebc245b32..3a5d6833ced 100644
Binary files a/public/images/pokemon/677.png and b/public/images/pokemon/677.png differ
diff --git a/public/images/pokemon/678-female.png b/public/images/pokemon/678-female.png
index 73abb68900a..087c5301dd0 100644
Binary files a/public/images/pokemon/678-female.png and b/public/images/pokemon/678-female.png differ
diff --git a/public/images/pokemon/678.png b/public/images/pokemon/678.png
index 7846bebd294..e4a1f8854fb 100644
Binary files a/public/images/pokemon/678.png and b/public/images/pokemon/678.png differ
diff --git a/public/images/pokemon/682.png b/public/images/pokemon/682.png
index 41ecd482b14..2a83ceedaa9 100644
Binary files a/public/images/pokemon/682.png and b/public/images/pokemon/682.png differ
diff --git a/public/images/pokemon/683.png b/public/images/pokemon/683.png
index bf559a07929..1b16b038c51 100644
Binary files a/public/images/pokemon/683.png and b/public/images/pokemon/683.png differ
diff --git a/public/images/pokemon/684.png b/public/images/pokemon/684.png
index 8bf8f765465..a3f7e544f89 100644
Binary files a/public/images/pokemon/684.png and b/public/images/pokemon/684.png differ
diff --git a/public/images/pokemon/685.png b/public/images/pokemon/685.png
index 521b7560182..957cd5d815b 100644
Binary files a/public/images/pokemon/685.png and b/public/images/pokemon/685.png differ
diff --git a/public/images/pokemon/688.json b/public/images/pokemon/688.json
index 84ec62d4211..3d9aa902a54 100644
--- a/public/images/pokemon/688.json
+++ b/public/images/pokemon/688.json
@@ -1,41 +1,18 @@
-{
- "textures": [
- {
- "image": "688.png",
- "format": "RGBA8888",
- "size": {
- "w": 52,
- "h": 52
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f328f72c414efc6cf463a1254afa75ac:50168e1a7077626f41bdaf5d0b35af74:176060351d0044923af938ba7932a6ef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 64, "h": 63 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 63 },
+ "sourceSize": { "w": 64, "h": 63 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 64, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/688.png b/public/images/pokemon/688.png
index 2ac1b5d5fb1..2e65d4beb6f 100644
Binary files a/public/images/pokemon/688.png and b/public/images/pokemon/688.png differ
diff --git a/public/images/pokemon/689.json b/public/images/pokemon/689.json
index 2ff881f55c0..488ef54de71 100644
--- a/public/images/pokemon/689.json
+++ b/public/images/pokemon/689.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "689.png",
- "format": "RGBA8888",
- "size": {
- "w": 86,
- "h": 86
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1825183d2cc847c000400501e055918b:af535bb92b1490f3ab69be674b3b6fe0:bd0c58ecddcb4af9a0c6e7b39821d971$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 82 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 82 },
+ "sourceSize": { "w": 79, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 79, "h": 82 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/689.png b/public/images/pokemon/689.png
index 75fa0b474d7..1ec1bcec98a 100644
Binary files a/public/images/pokemon/689.png and b/public/images/pokemon/689.png differ
diff --git a/public/images/pokemon/694.json b/public/images/pokemon/694.json
index c770e137915..48e9623d7f4 100644
--- a/public/images/pokemon/694.json
+++ b/public/images/pokemon/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 41,
- "h": 41
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a121458917a5069ac5fcf0438e46af2b:afcd331d4ef231f539d602827ea66e55:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 282, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 241, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 171, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 85, "y": 170, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 227, "y": 93, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 52, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 50, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 39 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 56, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 0, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 49 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 224, "y": 47, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 281, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 168, "y": 0, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 56, "h": 48 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 281, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 224, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 50, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 281, "y": 92, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 57, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 112, "y": 49, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 94, "w": 56, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 56, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 170, "y": 48, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 53, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 126, "y": 175, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 138, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 249 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/694.png b/public/images/pokemon/694.png
index 2659476db8a..fbd210e7d89 100644
Binary files a/public/images/pokemon/694.png and b/public/images/pokemon/694.png differ
diff --git a/public/images/pokemon/698.json b/public/images/pokemon/698.json
index 34938139984..6baf41b0ce7 100644
--- a/public/images/pokemon/698.json
+++ b/public/images/pokemon/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 57,
- "h": 57
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:563dc7193ff897a6bf95dc8334febb0f:0dc4e9f203f0efed6323a93621a24f2c:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 152, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/698.png b/public/images/pokemon/698.png
index 81c7b03e375..d9e638561d1 100644
Binary files a/public/images/pokemon/698.png and b/public/images/pokemon/698.png differ
diff --git a/public/images/pokemon/699.png b/public/images/pokemon/699.png
index c8b7dda83ba..2d5320b71a2 100644
Binary files a/public/images/pokemon/699.png and b/public/images/pokemon/699.png differ
diff --git a/public/images/pokemon/702.png b/public/images/pokemon/702.png
index 0e3daf90889..4e0eccee204 100644
Binary files a/public/images/pokemon/702.png and b/public/images/pokemon/702.png differ
diff --git a/public/images/pokemon/703.json b/public/images/pokemon/703.json
index e160dd32d25..5c0a6230108 100644
--- a/public/images/pokemon/703.json
+++ b/public/images/pokemon/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5da3bf1b2b82712da609c628fc886d69:7a2dc2f1f3b5fa2ee6b04cdf4c952277:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 35, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 35, "y": 153, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 111, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 183, "h": 192 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/703.png b/public/images/pokemon/703.png
index 3f3767fbc6c..ea231fc6c09 100644
Binary files a/public/images/pokemon/703.png and b/public/images/pokemon/703.png differ
diff --git a/public/images/pokemon/707.json b/public/images/pokemon/707.json
index b37a090ddb5..ee5036fb541 100644
--- a/public/images/pokemon/707.json
+++ b/public/images/pokemon/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:56a3742632a462544b501f22a2cb2e57:5315127216c0bad2620a5352c4e424ba:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 578, "y": 149, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 95, "y": 62, "w": 59, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 14, "w": 59, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 519, "y": 2, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 67, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 280, "y": 2, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 82, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 93, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 63 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 95, "y": 2, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 95, "h": 60 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 190, "y": 2, "w": 90, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 90, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 362, "y": 2, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 445, "y": 2, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 74, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 586, "y": 2, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 2, "y": 220, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 4, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 319, "y": 447, "w": 42, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 5, "w": 42, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 447, "y": 489, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 614, "y": 500, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 10, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 573, "y": 453, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 267, "y": 480, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 184, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 2, "y": 443, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 226, "y": 442, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 130, "y": 438, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 366, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 52, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 682, "y": 221, "w": 48, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 18, "w": 48, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 519, "y": 361, "w": 47, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 47, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 43, "y": 502, "w": 44, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 20, "w": 44, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 714, "y": 505, "w": 41, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 20, "w": 41, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 402, "y": 489, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 471, "y": 219, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 692, "y": 80, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 389, "y": 147, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 399, "y": 297, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 610, "y": 375, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 141, "y": 360, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 638, "y": 79, "w": 54, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 54, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 362, "y": 67, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 60, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 474, "y": 73, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 59, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 264, "y": 147, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 57, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 298, "y": 264, "w": 54, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 54, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 524, "y": 148, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 211, "y": 135, "w": 53, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 53, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 471, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 569, "y": 302, "w": 48, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 19, "w": 48, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 154, "y": 134, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 57, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 154, "y": 64, "w": 60, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 20, "w": 60, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 214, "y": 64, "w": 59, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 19, "w": 59, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 2, "y": 292, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 18, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 696, "y": 426, "w": 41, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 41, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 533, "y": 73, "w": 53, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 53, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 56, "y": 135, "w": 62, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 62, "h": 64 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 662, "y": 373, "w": 62, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 62, "h": 53 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 655, "y": 505, "w": 59, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 22, "w": 59, "h": 47 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 422, "y": 437, "w": 61, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 61, "h": 52 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 326, "y": 136, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 63, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 321, "y": 198, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 57, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 519, "y": 291, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 20, "w": 50, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 445, "y": 363, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 20, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 45, "y": 426, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 189, "y": 352, "w": 44, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 44, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 667, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 425, "y": 218, "w": 46, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 40, "y": 18, "w": 46, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 148, "y": 203, "w": 47, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 47, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 572, "y": 224, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 18, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 244, "y": 287, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 577 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/707.png b/public/images/pokemon/707.png
index e96c81bb953..899ab995926 100644
Binary files a/public/images/pokemon/707.png and b/public/images/pokemon/707.png differ
diff --git a/public/images/pokemon/708.json b/public/images/pokemon/708.json
index 99aa2cffcb4..abc8d24db2b 100644
--- a/public/images/pokemon/708.json
+++ b/public/images/pokemon/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c7204472319329328505da257ec6edec:b1ef9ba3c80855e31831f718036043ff:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 90, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 135, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 90, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 10, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 134, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 180, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 225, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 15, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 270, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 17, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 270, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 90, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 23, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 135, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 180, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 225, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 18, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 178, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 15, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 223, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 226, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 45, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 180, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 315, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/708.png b/public/images/pokemon/708.png
index a51533e592b..0b612280028 100644
Binary files a/public/images/pokemon/708.png and b/public/images/pokemon/708.png differ
diff --git a/public/images/pokemon/714.json b/public/images/pokemon/714.json
index 84c1183e47b..b43aebd68a1 100644
--- a/public/images/pokemon/714.json
+++ b/public/images/pokemon/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 64,
- "h": 64
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 64,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:acf096b1d2c6d9730a18ff797fb5ae47:ea434d000e9983cb42ecd03220d247c4:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 133, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 117, "w": 34, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 34, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 117, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 196, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 218, "y": 117, "w": 33, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 33, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 258, "h": 186 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/714.png b/public/images/pokemon/714.png
index c79f9b83b82..4572eada3f3 100644
Binary files a/public/images/pokemon/714.png and b/public/images/pokemon/714.png differ
diff --git a/public/images/pokemon/715.png b/public/images/pokemon/715.png
index a13b8f435e4..08d9c985776 100644
Binary files a/public/images/pokemon/715.png and b/public/images/pokemon/715.png differ
diff --git a/public/images/pokemon/716-active.png b/public/images/pokemon/716-active.png
index 50b69e5ba7d..55ad63f4d3d 100644
Binary files a/public/images/pokemon/716-active.png and b/public/images/pokemon/716-active.png differ
diff --git a/public/images/pokemon/716-neutral.png b/public/images/pokemon/716-neutral.png
index 62a90a55dd1..8390dddffdc 100644
Binary files a/public/images/pokemon/716-neutral.png and b/public/images/pokemon/716-neutral.png differ
diff --git a/public/images/pokemon/718-10.json b/public/images/pokemon/718-10.json
index 479c069fe0a..ad273c9ea79 100644
--- a/public/images/pokemon/718-10.json
+++ b/public/images/pokemon/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 66,
- "h": 66
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1845dc28b51b657957628d4b4d7af94:87a4c3e6fcac562963f6331abb3d962c:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 287, "y": 130, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 57, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 164, "y": 261, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 327, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 56, "y": 327, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 329, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 112, "y": 326, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 265, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 226, "y": 332, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 220, "y": 261, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 264, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 279, "y": 196, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 56, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 110, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 198, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 169, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 224, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 132, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 113, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 345, "h": 395 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/718-10.png b/public/images/pokemon/718-10.png
index a2acc542c68..4d15f78dd83 100644
Binary files a/public/images/pokemon/718-10.png and b/public/images/pokemon/718-10.png differ
diff --git a/public/images/pokemon/718.json b/public/images/pokemon/718.json
index b86c5362079..98053a226cb 100644
--- a/public/images/pokemon/718.json
+++ b/public/images/pokemon/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c521b0d088429d6fd0d1d291823b7881:a063fa0268f5006b3587b06e3245db2a:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 222, "y": 355, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 354, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 149, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 442, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 149, "y": 266, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 377, "y": 265, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 308, "y": 177, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 91, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 301, "y": 264, "w": 76, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 76, "h": 86 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 267, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 90, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 391, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 78, "h": 91 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 468, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 157, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 313, "y": 0, "w": 78, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 78, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 79, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 391, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 235, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 469, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 313, "y": 89, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 157, "y": 90, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 76, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 226, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 354, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 547, "h": 530 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/718.png b/public/images/pokemon/718.png
index 0c65ebefb31..07319fd6de0 100644
Binary files a/public/images/pokemon/718.png and b/public/images/pokemon/718.png differ
diff --git a/public/images/pokemon/719.json b/public/images/pokemon/719.json
index 4503b576777..29716341ffd 100644
--- a/public/images/pokemon/719.json
+++ b/public/images/pokemon/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2444999ec5c861d795baf2a948bfbf12:226dba2be6e002f00cb5559f02986b41:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 128, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 80, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 120, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 237, "y": 288, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 198, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 237, "y": 359, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 160, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 165, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 212, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 206, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 200, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 240, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 159, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 40, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 80, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 248, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 43, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 128, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 80, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 120, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 237, "y": 288, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 198, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 237, "y": 359, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 120, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 160, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 165, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 212, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 206, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 200, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 240, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 159, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 40, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 80, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 248, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 43, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 287, "h": 429 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/719.png b/public/images/pokemon/719.png
index 287bfb9fd27..536e999a3d6 100644
Binary files a/public/images/pokemon/719.png and b/public/images/pokemon/719.png differ
diff --git a/public/images/pokemon/772.png b/public/images/pokemon/772.png
index a32fd5c1b72..129e12d1e4c 100644
Binary files a/public/images/pokemon/772.png and b/public/images/pokemon/772.png differ
diff --git a/public/images/pokemon/777.png b/public/images/pokemon/777.png
index 074df4db673..bf1779d0f10 100644
Binary files a/public/images/pokemon/777.png and b/public/images/pokemon/777.png differ
diff --git a/public/images/pokemon/778-disguised.png b/public/images/pokemon/778-disguised.png
index 97397e9414c..b048cf02233 100644
Binary files a/public/images/pokemon/778-disguised.png and b/public/images/pokemon/778-disguised.png differ
diff --git a/public/images/pokemon/80-mega.png b/public/images/pokemon/80-mega.png
index 42aed7b3c66..6f7e9f0d962 100644
Binary files a/public/images/pokemon/80-mega.png and b/public/images/pokemon/80-mega.png differ
diff --git a/public/images/pokemon/80.png b/public/images/pokemon/80.png
index c6120f8b0b1..bcea1acb9b7 100644
Binary files a/public/images/pokemon/80.png and b/public/images/pokemon/80.png differ
diff --git a/public/images/pokemon/818-gigantamax.png b/public/images/pokemon/818-gigantamax.png
index c103073e4cf..c19add87a4f 100644
Binary files a/public/images/pokemon/818-gigantamax.png and b/public/images/pokemon/818-gigantamax.png differ
diff --git a/public/images/pokemon/862.png b/public/images/pokemon/862.png
index 4d6daf0a7da..3d82d7ef07a 100644
Binary files a/public/images/pokemon/862.png and b/public/images/pokemon/862.png differ
diff --git a/public/images/pokemon/876-female.png b/public/images/pokemon/876-female.png
index db4d869c148..3294cfc5b21 100644
Binary files a/public/images/pokemon/876-female.png and b/public/images/pokemon/876-female.png differ
diff --git a/public/images/pokemon/876.png b/public/images/pokemon/876.png
index a204d67325b..ae5a23d3d94 100644
Binary files a/public/images/pokemon/876.png and b/public/images/pokemon/876.png differ
diff --git a/public/images/pokemon/881.png b/public/images/pokemon/881.png
index 01cc12c00dd..321e2962b8b 100644
Binary files a/public/images/pokemon/881.png and b/public/images/pokemon/881.png differ
diff --git a/public/images/pokemon/894.png b/public/images/pokemon/894.png
index ea82d8bd82e..5f5b0535e8a 100644
Binary files a/public/images/pokemon/894.png and b/public/images/pokemon/894.png differ
diff --git a/public/images/pokemon/896.png b/public/images/pokemon/896.png
index 1b64f2641a3..8157c737363 100644
Binary files a/public/images/pokemon/896.png and b/public/images/pokemon/896.png differ
diff --git a/public/images/pokemon/898-ice.png b/public/images/pokemon/898-ice.png
index 3723a78f33a..ebbe798f696 100644
Binary files a/public/images/pokemon/898-ice.png and b/public/images/pokemon/898-ice.png differ
diff --git a/public/images/pokemon/898-shadow.png b/public/images/pokemon/898-shadow.png
index 30bdbe224ec..cf6e79c1794 100644
Binary files a/public/images/pokemon/898-shadow.png and b/public/images/pokemon/898-shadow.png differ
diff --git a/public/images/pokemon/898.png b/public/images/pokemon/898.png
index d20e1f937e1..6966777e821 100644
Binary files a/public/images/pokemon/898.png and b/public/images/pokemon/898.png differ
diff --git a/public/images/pokemon/912.png b/public/images/pokemon/912.png
index 60b288d350e..022a653212c 100644
Binary files a/public/images/pokemon/912.png and b/public/images/pokemon/912.png differ
diff --git a/public/images/pokemon/913.png b/public/images/pokemon/913.png
index 7baef852807..328b48ff47b 100644
Binary files a/public/images/pokemon/913.png and b/public/images/pokemon/913.png differ
diff --git a/public/images/pokemon/914.png b/public/images/pokemon/914.png
index a2a89748c90..4e044dfae23 100644
Binary files a/public/images/pokemon/914.png and b/public/images/pokemon/914.png differ
diff --git a/public/images/pokemon/940.png b/public/images/pokemon/940.png
index f35482bb36a..434afc4a180 100644
Binary files a/public/images/pokemon/940.png and b/public/images/pokemon/940.png differ
diff --git a/public/images/pokemon/941.png b/public/images/pokemon/941.png
index 417d7923296..bbe885fd7b1 100644
Binary files a/public/images/pokemon/941.png and b/public/images/pokemon/941.png differ
diff --git a/public/images/pokemon/945.png b/public/images/pokemon/945.png
index 280ad17b152..74c43b6d32e 100644
Binary files a/public/images/pokemon/945.png and b/public/images/pokemon/945.png differ
diff --git a/public/images/pokemon/981.png b/public/images/pokemon/981.png
index ff66259c58d..b0f4a16498e 100644
Binary files a/public/images/pokemon/981.png and b/public/images/pokemon/981.png differ
diff --git a/public/images/pokemon/997.png b/public/images/pokemon/997.png
index 6b9248d85a3..5fee59edad6 100644
Binary files a/public/images/pokemon/997.png and b/public/images/pokemon/997.png differ
diff --git a/public/images/pokemon/back/1003.png b/public/images/pokemon/back/1003.png
index 77ece80dcc9..36ee14788b3 100644
Binary files a/public/images/pokemon/back/1003.png and b/public/images/pokemon/back/1003.png differ
diff --git a/public/images/pokemon/back/1012-counterfeit.png b/public/images/pokemon/back/1012-counterfeit.png
index 8ab1941187d..e6deb02c70c 100644
Binary files a/public/images/pokemon/back/1012-counterfeit.png and b/public/images/pokemon/back/1012-counterfeit.png differ
diff --git a/public/images/pokemon/back/1013-unremarkable.png b/public/images/pokemon/back/1013-unremarkable.png
index b8532d049fc..479f0e51cff 100644
Binary files a/public/images/pokemon/back/1013-unremarkable.png and b/public/images/pokemon/back/1013-unremarkable.png differ
diff --git a/public/images/pokemon/back/126.png b/public/images/pokemon/back/126.png
index 4b65d1323c8..193c38f7e2c 100644
Binary files a/public/images/pokemon/back/126.png and b/public/images/pokemon/back/126.png differ
diff --git a/public/images/pokemon/back/159.png b/public/images/pokemon/back/159.png
index 710014bf180..699661bb510 100644
Binary files a/public/images/pokemon/back/159.png and b/public/images/pokemon/back/159.png differ
diff --git a/public/images/pokemon/back/172-spiky.png b/public/images/pokemon/back/172-spiky.png
index 37b2d401f17..d038e0d3661 100644
Binary files a/public/images/pokemon/back/172-spiky.png and b/public/images/pokemon/back/172-spiky.png differ
diff --git a/public/images/pokemon/back/172.png b/public/images/pokemon/back/172.png
index 9f4c8f4f1bd..775a42dd948 100644
Binary files a/public/images/pokemon/back/172.png and b/public/images/pokemon/back/172.png differ
diff --git a/public/images/pokemon/back/190.png b/public/images/pokemon/back/190.png
index bc4a5eee405..687eb29a67f 100644
Binary files a/public/images/pokemon/back/190.png and b/public/images/pokemon/back/190.png differ
diff --git a/public/images/pokemon/back/198.png b/public/images/pokemon/back/198.png
index dbae4ffdfed..dc92c8b1d59 100644
Binary files a/public/images/pokemon/back/198.png and b/public/images/pokemon/back/198.png differ
diff --git a/public/images/pokemon/back/199.png b/public/images/pokemon/back/199.png
index 099dffb2a61..a7cffbc7820 100644
Binary files a/public/images/pokemon/back/199.png and b/public/images/pokemon/back/199.png differ
diff --git a/public/images/pokemon/back/2026.png b/public/images/pokemon/back/2026.png
index 4e1e16c6207..1f0411ffcd8 100644
Binary files a/public/images/pokemon/back/2026.png and b/public/images/pokemon/back/2026.png differ
diff --git a/public/images/pokemon/back/228.png b/public/images/pokemon/back/228.png
index e723a44c31e..3a1952f81e7 100644
Binary files a/public/images/pokemon/back/228.png and b/public/images/pokemon/back/228.png differ
diff --git a/public/images/pokemon/back/229-mega.png b/public/images/pokemon/back/229-mega.png
index 6e09a3ae218..2c13a17ccc1 100644
Binary files a/public/images/pokemon/back/229-mega.png and b/public/images/pokemon/back/229-mega.png differ
diff --git a/public/images/pokemon/back/229.png b/public/images/pokemon/back/229.png
index 6cdef1e4d79..08692a9babe 100644
Binary files a/public/images/pokemon/back/229.png and b/public/images/pokemon/back/229.png differ
diff --git a/public/images/pokemon/back/249.json b/public/images/pokemon/back/249.json
index 52784b825f8..7f126e8c62c 100644
--- a/public/images/pokemon/back/249.json
+++ b/public/images/pokemon/back/249.json
@@ -1,2540 +1,686 @@
-{
- "textures": [
- {
- "image": "249.png",
- "format": "RGBA8888",
- "size": {
- "w": 610,
- "h": 610
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 5,
- "w": 99,
- "h": 88
- },
- "frame": {
- "x": 230,
- "y": 137,
- "w": 99,
- "h": 88
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 5,
- "w": 99,
- "h": 88
- },
- "frame": {
- "x": 329,
- "y": 141,
- "w": 99,
- "h": 88
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 0,
- "w": 84,
- "h": 97
- },
- "frame": {
- "x": 526,
- "y": 141,
- "w": 84,
- "h": 97
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 96,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 96,
- "h": 89
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 96,
- "h": 89
- },
- "frame": {
- "x": 96,
- "y": 222,
- "w": 96,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 7,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 290,
- "y": 229,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 7,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 290,
- "y": 229,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 4,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 385,
- "y": 230,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 95,
- "y": 311,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 32,
- "y": 2,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 190,
- "y": 315,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 32,
- "y": 2,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 190,
- "y": 315,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 5,
- "w": 101,
- "h": 91
- },
- "frame": {
- "x": 282,
- "y": 319,
- "w": 101,
- "h": 91
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 5,
- "w": 94,
- "h": 92
- },
- "frame": {
- "x": 383,
- "y": 320,
- "w": 94,
- "h": 92
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 4,
- "w": 100,
- "h": 92
- },
- "frame": {
- "x": 477,
- "y": 329,
- "w": 100,
- "h": 92
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 94,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 396,
- "w": 94,
- "h": 92
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 2,
- "w": 91,
- "h": 92
- },
- "frame": {
- "x": 94,
- "y": 402,
- "w": 91,
- "h": 92
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 2,
- "w": 91,
- "h": 92
- },
- "frame": {
- "x": 94,
- "y": 402,
- "w": 91,
- "h": 92
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 2,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 185,
- "y": 406,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 6,
- "w": 96,
- "h": 92
- },
- "frame": {
- "x": 277,
- "y": 410,
- "w": 96,
- "h": 92
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 2,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 465,
- "y": 421,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 4,
- "w": 93,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 488,
- "w": 93,
- "h": 94
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 1,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 93,
- "y": 494,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 1,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 93,
- "y": 494,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 3,
- "w": 93,
- "h": 95
- },
- "frame": {
- "x": 183,
- "y": 498,
- "w": 93,
- "h": 95
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 0,
- "w": 86,
- "h": 96
- },
- "frame": {
- "x": 276,
- "y": 502,
- "w": 86,
- "h": 96
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 0,
- "w": 86,
- "h": 96
- },
- "frame": {
- "x": 276,
- "y": 502,
- "w": 86,
- "h": 96
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 1,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 362,
- "y": 505,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 2,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 452,
- "y": 514,
- "w": 90,
- "h": 96
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d1fca3cca7f334c5072e6d9eac438f12:ad4656a8607db0b15f07d4c8860395b7:25c89a8ec37b43392b53a70993acdff3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 161, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 374, "y": 220, "w": 93, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 10, "w": 93, "h": 89 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 832, "y": 275, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 282, "y": 169, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 9, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 191, "y": 132, "w": 91, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 91, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 71, "w": 98, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 8, "w": 98, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 829, "y": 0, "w": 97, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 6, "w": 97, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 92, "y": 222, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 90, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 926, "y": 0, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 89, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 90, "y": 313, "w": 88, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 5, "w": 88, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 251, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 6, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 743, "y": 271, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 4, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 98, "y": 132, "w": 93, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 93, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 182, "y": 223, "w": 93, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 7, "w": 93, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 793, "y": 92, "w": 97, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 97, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 476, "y": 135, "w": 97, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 9, "w": 97, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 560, "y": 225, "w": 93, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 7, "w": 93, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 467, "y": 221, "w": 93, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 93, "h": 89 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 259, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 921, "y": 275, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 87, "h": 93 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 536, "y": 313, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 182, "y": 311, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 84, "h": 96 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 341, "w": 80, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 0, "w": 80, "h": 97 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 619, "y": 332, "w": 81, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 2, "w": 81, "h": 96 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 364, "y": 309, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 450, "y": 310, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 86, "h": 94 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 757, "y": 179, "w": 90, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 90, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 847, "y": 183, "w": 90, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 890, "y": 92, "w": 92, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "249.png",
+ "format": "I8",
+ "size": { "w": 1015, "h": 438 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/249.png b/public/images/pokemon/back/249.png
index e08ce361804..181c7076e5d 100644
Binary files a/public/images/pokemon/back/249.png and b/public/images/pokemon/back/249.png differ
diff --git a/public/images/pokemon/back/25-beauty-cosplay.png b/public/images/pokemon/back/25-beauty-cosplay.png
index 30c51863f9f..8a57b642aa7 100644
Binary files a/public/images/pokemon/back/25-beauty-cosplay.png and b/public/images/pokemon/back/25-beauty-cosplay.png differ
diff --git a/public/images/pokemon/back/25-cool-cosplay.png b/public/images/pokemon/back/25-cool-cosplay.png
index fe8e67a27cd..1c9528eb350 100644
Binary files a/public/images/pokemon/back/25-cool-cosplay.png and b/public/images/pokemon/back/25-cool-cosplay.png differ
diff --git a/public/images/pokemon/back/25-cosplay.png b/public/images/pokemon/back/25-cosplay.png
index 54c1dca4925..38e573f5784 100644
Binary files a/public/images/pokemon/back/25-cosplay.png and b/public/images/pokemon/back/25-cosplay.png differ
diff --git a/public/images/pokemon/back/25-cute-cosplay.png b/public/images/pokemon/back/25-cute-cosplay.png
index 9436bad0863..64b180067d5 100644
Binary files a/public/images/pokemon/back/25-cute-cosplay.png and b/public/images/pokemon/back/25-cute-cosplay.png differ
diff --git a/public/images/pokemon/back/25-gigantamax.png b/public/images/pokemon/back/25-gigantamax.png
index 70bf85129da..1bed545d749 100644
Binary files a/public/images/pokemon/back/25-gigantamax.png and b/public/images/pokemon/back/25-gigantamax.png differ
diff --git a/public/images/pokemon/back/25-partner.png b/public/images/pokemon/back/25-partner.png
index 8085a963e28..ae6133aefff 100644
Binary files a/public/images/pokemon/back/25-partner.png and b/public/images/pokemon/back/25-partner.png differ
diff --git a/public/images/pokemon/back/25-smart-cosplay.png b/public/images/pokemon/back/25-smart-cosplay.png
index 81a6d938154..6f23b7f4df0 100644
Binary files a/public/images/pokemon/back/25-smart-cosplay.png and b/public/images/pokemon/back/25-smart-cosplay.png differ
diff --git a/public/images/pokemon/back/25-tough-cosplay.png b/public/images/pokemon/back/25-tough-cosplay.png
index e70757866a5..cfc9392efe8 100644
Binary files a/public/images/pokemon/back/25-tough-cosplay.png and b/public/images/pokemon/back/25-tough-cosplay.png differ
diff --git a/public/images/pokemon/back/25.png b/public/images/pokemon/back/25.png
index 8085a963e28..ae6133aefff 100644
Binary files a/public/images/pokemon/back/25.png and b/public/images/pokemon/back/25.png differ
diff --git a/public/images/pokemon/back/256.png b/public/images/pokemon/back/256.png
index 86f771dee3f..9e58466f2ba 100644
Binary files a/public/images/pokemon/back/256.png and b/public/images/pokemon/back/256.png differ
diff --git a/public/images/pokemon/back/257-mega.png b/public/images/pokemon/back/257-mega.png
index 1222c1cf8e2..df1f65d5811 100644
Binary files a/public/images/pokemon/back/257-mega.png and b/public/images/pokemon/back/257-mega.png differ
diff --git a/public/images/pokemon/back/257.png b/public/images/pokemon/back/257.png
index cc319ea4841..0104c4799da 100644
Binary files a/public/images/pokemon/back/257.png and b/public/images/pokemon/back/257.png differ
diff --git a/public/images/pokemon/back/26.png b/public/images/pokemon/back/26.png
index 21b3a5fa9c1..454c581edae 100644
Binary files a/public/images/pokemon/back/26.png and b/public/images/pokemon/back/26.png differ
diff --git a/public/images/pokemon/back/261.png b/public/images/pokemon/back/261.png
index ce8d9579465..b44a6dc019e 100644
Binary files a/public/images/pokemon/back/261.png and b/public/images/pokemon/back/261.png differ
diff --git a/public/images/pokemon/back/262.png b/public/images/pokemon/back/262.png
index e1c7a26e2e8..2bc9bf59816 100644
Binary files a/public/images/pokemon/back/262.png and b/public/images/pokemon/back/262.png differ
diff --git a/public/images/pokemon/back/276.png b/public/images/pokemon/back/276.png
index 64c4a4d22ee..fef264f004e 100644
Binary files a/public/images/pokemon/back/276.png and b/public/images/pokemon/back/276.png differ
diff --git a/public/images/pokemon/back/277.png b/public/images/pokemon/back/277.png
index 0e173bc54fb..ced72a75a73 100644
Binary files a/public/images/pokemon/back/277.png and b/public/images/pokemon/back/277.png differ
diff --git a/public/images/pokemon/back/3-gigantamax.png b/public/images/pokemon/back/3-gigantamax.png
index a368c97741e..278cb58b765 100644
Binary files a/public/images/pokemon/back/3-gigantamax.png and b/public/images/pokemon/back/3-gigantamax.png differ
diff --git a/public/images/pokemon/back/3-mega.png b/public/images/pokemon/back/3-mega.png
index 0c8512cb91b..5f4986de090 100644
Binary files a/public/images/pokemon/back/3-mega.png and b/public/images/pokemon/back/3-mega.png differ
diff --git a/public/images/pokemon/back/3.png b/public/images/pokemon/back/3.png
index 4312bfbce2c..9f833c7d122 100644
Binary files a/public/images/pokemon/back/3.png and b/public/images/pokemon/back/3.png differ
diff --git a/public/images/pokemon/back/303-mega.png b/public/images/pokemon/back/303-mega.png
index c1fe85b22ff..94960dc84b1 100644
Binary files a/public/images/pokemon/back/303-mega.png and b/public/images/pokemon/back/303-mega.png differ
diff --git a/public/images/pokemon/back/357.png b/public/images/pokemon/back/357.png
index 4c832d552a9..7a7e551c4a2 100644
Binary files a/public/images/pokemon/back/357.png and b/public/images/pokemon/back/357.png differ
diff --git a/public/images/pokemon/back/379.png b/public/images/pokemon/back/379.png
index 586a19a5916..b4f282d5989 100644
Binary files a/public/images/pokemon/back/379.png and b/public/images/pokemon/back/379.png differ
diff --git a/public/images/pokemon/back/390.png b/public/images/pokemon/back/390.png
index 65b5595cfbe..d6dcc990c48 100644
Binary files a/public/images/pokemon/back/390.png and b/public/images/pokemon/back/390.png differ
diff --git a/public/images/pokemon/back/391.png b/public/images/pokemon/back/391.png
index e89d79720ab..9b41cd2bd89 100644
Binary files a/public/images/pokemon/back/391.png and b/public/images/pokemon/back/391.png differ
diff --git a/public/images/pokemon/back/392.png b/public/images/pokemon/back/392.png
index e15396669ce..2e7466294da 100644
Binary files a/public/images/pokemon/back/392.png and b/public/images/pokemon/back/392.png differ
diff --git a/public/images/pokemon/back/401.png b/public/images/pokemon/back/401.png
index 61baacef0b6..1227e0533e3 100644
Binary files a/public/images/pokemon/back/401.png and b/public/images/pokemon/back/401.png differ
diff --git a/public/images/pokemon/back/402.png b/public/images/pokemon/back/402.png
index 68d74ba524d..f74de4e8dc2 100644
Binary files a/public/images/pokemon/back/402.png and b/public/images/pokemon/back/402.png differ
diff --git a/public/images/pokemon/back/4080.png b/public/images/pokemon/back/4080.png
index ce3c9cbd3f5..182424bd1e0 100644
Binary files a/public/images/pokemon/back/4080.png and b/public/images/pokemon/back/4080.png differ
diff --git a/public/images/pokemon/back/412-sandy.png b/public/images/pokemon/back/412-sandy.png
index c76152b11bc..61219669129 100644
Binary files a/public/images/pokemon/back/412-sandy.png and b/public/images/pokemon/back/412-sandy.png differ
diff --git a/public/images/pokemon/back/418.png b/public/images/pokemon/back/418.png
index 5d2cf6c1368..724948d9809 100644
Binary files a/public/images/pokemon/back/418.png and b/public/images/pokemon/back/418.png differ
diff --git a/public/images/pokemon/back/419.png b/public/images/pokemon/back/419.png
index 6ece4983987..7a389c2cbe3 100644
Binary files a/public/images/pokemon/back/419.png and b/public/images/pokemon/back/419.png differ
diff --git a/public/images/pokemon/back/4199.png b/public/images/pokemon/back/4199.png
index 1b45a0c2016..eb02986212f 100644
Binary files a/public/images/pokemon/back/4199.png and b/public/images/pokemon/back/4199.png differ
diff --git a/public/images/pokemon/back/424.png b/public/images/pokemon/back/424.png
index 76bc69d20e8..c953801431e 100644
Binary files a/public/images/pokemon/back/424.png and b/public/images/pokemon/back/424.png differ
diff --git a/public/images/pokemon/back/430.png b/public/images/pokemon/back/430.png
index 6c0fc8a5166..383685fa816 100644
Binary files a/public/images/pokemon/back/430.png and b/public/images/pokemon/back/430.png differ
diff --git a/public/images/pokemon/back/455.png b/public/images/pokemon/back/455.png
index 116faf6f090..2191905e2ce 100644
Binary files a/public/images/pokemon/back/455.png and b/public/images/pokemon/back/455.png differ
diff --git a/public/images/pokemon/back/456.png b/public/images/pokemon/back/456.png
index 74d21eee031..216cca54757 100644
Binary files a/public/images/pokemon/back/456.png and b/public/images/pokemon/back/456.png differ
diff --git a/public/images/pokemon/back/4562.png b/public/images/pokemon/back/4562.png
index 6bbbf07ebdc..1e23be42716 100644
Binary files a/public/images/pokemon/back/4562.png and b/public/images/pokemon/back/4562.png differ
diff --git a/public/images/pokemon/back/457.png b/public/images/pokemon/back/457.png
index 239b235e7bd..806cacfaed2 100644
Binary files a/public/images/pokemon/back/457.png and b/public/images/pokemon/back/457.png differ
diff --git a/public/images/pokemon/back/467.png b/public/images/pokemon/back/467.png
index 0073f964ade..5edba20e48e 100644
Binary files a/public/images/pokemon/back/467.png and b/public/images/pokemon/back/467.png differ
diff --git a/public/images/pokemon/back/477.png b/public/images/pokemon/back/477.png
index 40142d042b9..02b662fbd74 100644
Binary files a/public/images/pokemon/back/477.png and b/public/images/pokemon/back/477.png differ
diff --git a/public/images/pokemon/back/486.png b/public/images/pokemon/back/486.png
index 041b03e5790..4df438f6320 100644
Binary files a/public/images/pokemon/back/486.png and b/public/images/pokemon/back/486.png differ
diff --git a/public/images/pokemon/back/502.png b/public/images/pokemon/back/502.png
index 4857186bd7e..5225cb803e0 100644
Binary files a/public/images/pokemon/back/502.png and b/public/images/pokemon/back/502.png differ
diff --git a/public/images/pokemon/back/503.png b/public/images/pokemon/back/503.png
index 96a901b2bdc..8b38780da27 100644
Binary files a/public/images/pokemon/back/503.png and b/public/images/pokemon/back/503.png differ
diff --git a/public/images/pokemon/back/527.png b/public/images/pokemon/back/527.png
index 61eab42c767..ce061ffe60a 100644
Binary files a/public/images/pokemon/back/527.png and b/public/images/pokemon/back/527.png differ
diff --git a/public/images/pokemon/back/528.png b/public/images/pokemon/back/528.png
index 1b7733cd4db..81fc8414dd8 100644
Binary files a/public/images/pokemon/back/528.png and b/public/images/pokemon/back/528.png differ
diff --git a/public/images/pokemon/back/556.png b/public/images/pokemon/back/556.png
index aeab696307a..43652a17d06 100644
Binary files a/public/images/pokemon/back/556.png and b/public/images/pokemon/back/556.png differ
diff --git a/public/images/pokemon/back/569-gigantamax.png b/public/images/pokemon/back/569-gigantamax.png
index ca4e897ecc2..334c513dd73 100644
Binary files a/public/images/pokemon/back/569-gigantamax.png and b/public/images/pokemon/back/569-gigantamax.png differ
diff --git a/public/images/pokemon/back/587.png b/public/images/pokemon/back/587.png
index e7304b754ce..8932c1f480a 100644
Binary files a/public/images/pokemon/back/587.png and b/public/images/pokemon/back/587.png differ
diff --git a/public/images/pokemon/back/590.png b/public/images/pokemon/back/590.png
index 9874d4e216d..6e7685b2ced 100644
Binary files a/public/images/pokemon/back/590.png and b/public/images/pokemon/back/590.png differ
diff --git a/public/images/pokemon/back/591.png b/public/images/pokemon/back/591.png
index af87fdf527e..2f2d9f34f08 100644
Binary files a/public/images/pokemon/back/591.png and b/public/images/pokemon/back/591.png differ
diff --git a/public/images/pokemon/back/616.png b/public/images/pokemon/back/616.png
index 751eaf485da..7033e50a0dd 100644
Binary files a/public/images/pokemon/back/616.png and b/public/images/pokemon/back/616.png differ
diff --git a/public/images/pokemon/back/6503.png b/public/images/pokemon/back/6503.png
index 3953d5d6c66..c88de28046e 100644
Binary files a/public/images/pokemon/back/6503.png and b/public/images/pokemon/back/6503.png differ
diff --git a/public/images/pokemon/back/656.png b/public/images/pokemon/back/656.png
index 5f6ce42c63b..62362337762 100644
Binary files a/public/images/pokemon/back/656.png and b/public/images/pokemon/back/656.png differ
diff --git a/public/images/pokemon/back/657.png b/public/images/pokemon/back/657.png
index c7655a643b2..1e61b595e49 100644
Binary files a/public/images/pokemon/back/657.png and b/public/images/pokemon/back/657.png differ
diff --git a/public/images/pokemon/back/658-ash.json b/public/images/pokemon/back/658-ash.json
index 4ddab1765b2..51a722070b3 100644
--- a/public/images/pokemon/back/658-ash.json
+++ b/public/images/pokemon/back/658-ash.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "658-ash.png",
- "format": "RGBA8888",
- "size": {
- "w": 73,
- "h": 73
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4f38801bb3afeda5faff04bdcf6a666f:0c78ce2715e7510bf55da0a92b42661c:bfbf521a5c7bd80bcd95a96d9789c0dd$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 73, "h": 73 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/658-ash.png b/public/images/pokemon/back/658-ash.png
index e574e888fac..382b06fd6cb 100644
Binary files a/public/images/pokemon/back/658-ash.png and b/public/images/pokemon/back/658-ash.png differ
diff --git a/public/images/pokemon/back/658.json b/public/images/pokemon/back/658.json
index 119002876a6..1d8893e2d5d 100644
--- a/public/images/pokemon/back/658.json
+++ b/public/images/pokemon/back/658.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "658.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 77,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:acdb9925f3f23b947504eec7cc28c92d:1a13d9d418f6c107bb9e5d621d9154bb:5affcab976148657d36bf4ff3410f92d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 65 },
+ "sourceSize": { "w": 77, "h": 65 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "format": "I8",
+ "size": { "w": 77, "h": 65 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/658.png b/public/images/pokemon/back/658.png
index a8128e1c73f..be286b88666 100644
Binary files a/public/images/pokemon/back/658.png and b/public/images/pokemon/back/658.png differ
diff --git a/public/images/pokemon/back/666-fancy.png b/public/images/pokemon/back/666-fancy.png
index 35ed4317d8e..b56daf08a52 100644
Binary files a/public/images/pokemon/back/666-fancy.png and b/public/images/pokemon/back/666-fancy.png differ
diff --git a/public/images/pokemon/back/666-high-plains.png b/public/images/pokemon/back/666-high-plains.png
index 22f676d8f49..d6cca9c2413 100644
Binary files a/public/images/pokemon/back/666-high-plains.png and b/public/images/pokemon/back/666-high-plains.png differ
diff --git a/public/images/pokemon/back/666-river.png b/public/images/pokemon/back/666-river.png
index 0d7d7a65d1e..effabe7fa2d 100644
Binary files a/public/images/pokemon/back/666-river.png and b/public/images/pokemon/back/666-river.png differ
diff --git a/public/images/pokemon/back/668-female.json b/public/images/pokemon/back/668-female.json
deleted file mode 100644
index dc3fc99ba58..00000000000
--- a/public/images/pokemon/back/668-female.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "668-female.png",
- "format": "RGBA8888",
- "size": {
- "w": 74,
- "h": 74
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 74,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3b22b1fc8fabd22888048f909287acba:10bec1e42fb1d39868a624d00345818d:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
diff --git a/public/images/pokemon/back/668-female.png b/public/images/pokemon/back/668-female.png
deleted file mode 100644
index 6f28278630a..00000000000
Binary files a/public/images/pokemon/back/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/back/674.json b/public/images/pokemon/back/674.json
index e280c324a0a..cc0ead50962 100644
--- a/public/images/pokemon/back/674.json
+++ b/public/images/pokemon/back/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1fb0fb4f4e63f6114c7490a9d4d536dc:9830bfa81d721fc889ca0580935f03e3:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 42, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 83, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 115, "h": 122 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/674.png b/public/images/pokemon/back/674.png
index be77e6e1598..9a9d0ec59dd 100644
Binary files a/public/images/pokemon/back/674.png and b/public/images/pokemon/back/674.png differ
diff --git a/public/images/pokemon/back/676-dandy.png b/public/images/pokemon/back/676-dandy.png
index f8052549668..8a4f26e17b2 100644
Binary files a/public/images/pokemon/back/676-dandy.png and b/public/images/pokemon/back/676-dandy.png differ
diff --git a/public/images/pokemon/back/676-debutante.png b/public/images/pokemon/back/676-debutante.png
index 507ea4addbe..bed3f323a6b 100644
Binary files a/public/images/pokemon/back/676-debutante.png and b/public/images/pokemon/back/676-debutante.png differ
diff --git a/public/images/pokemon/back/676-diamond.png b/public/images/pokemon/back/676-diamond.png
index 9498e4e75be..436d9b6dbde 100644
Binary files a/public/images/pokemon/back/676-diamond.png and b/public/images/pokemon/back/676-diamond.png differ
diff --git a/public/images/pokemon/back/676-heart.png b/public/images/pokemon/back/676-heart.png
index 49c83c6c113..57d472c3834 100644
Binary files a/public/images/pokemon/back/676-heart.png and b/public/images/pokemon/back/676-heart.png differ
diff --git a/public/images/pokemon/back/676-kabuki.png b/public/images/pokemon/back/676-kabuki.png
index 2aa6fccce61..d602c607643 100644
Binary files a/public/images/pokemon/back/676-kabuki.png and b/public/images/pokemon/back/676-kabuki.png differ
diff --git a/public/images/pokemon/back/676-la-reine.png b/public/images/pokemon/back/676-la-reine.png
index 2147e5cab01..de1b1a15b90 100644
Binary files a/public/images/pokemon/back/676-la-reine.png and b/public/images/pokemon/back/676-la-reine.png differ
diff --git a/public/images/pokemon/back/676-matron.png b/public/images/pokemon/back/676-matron.png
index 38092e4fefe..e01a8f273af 100644
Binary files a/public/images/pokemon/back/676-matron.png and b/public/images/pokemon/back/676-matron.png differ
diff --git a/public/images/pokemon/back/676-pharaoh.png b/public/images/pokemon/back/676-pharaoh.png
index a7ca046406f..13952c58c68 100644
Binary files a/public/images/pokemon/back/676-pharaoh.png and b/public/images/pokemon/back/676-pharaoh.png differ
diff --git a/public/images/pokemon/back/676-star.png b/public/images/pokemon/back/676-star.png
index 9b082488381..5b188f33498 100644
Binary files a/public/images/pokemon/back/676-star.png and b/public/images/pokemon/back/676-star.png differ
diff --git a/public/images/pokemon/back/682.png b/public/images/pokemon/back/682.png
index a801a3be1d4..60f869b2f2c 100644
Binary files a/public/images/pokemon/back/682.png and b/public/images/pokemon/back/682.png differ
diff --git a/public/images/pokemon/back/683.png b/public/images/pokemon/back/683.png
index 2183bc34796..38247067a25 100644
Binary files a/public/images/pokemon/back/683.png and b/public/images/pokemon/back/683.png differ
diff --git a/public/images/pokemon/back/684.png b/public/images/pokemon/back/684.png
index 1ba17e86bac..3f02f312123 100644
Binary files a/public/images/pokemon/back/684.png and b/public/images/pokemon/back/684.png differ
diff --git a/public/images/pokemon/back/685.png b/public/images/pokemon/back/685.png
index b1a18694193..eab453253cc 100644
Binary files a/public/images/pokemon/back/685.png and b/public/images/pokemon/back/685.png differ
diff --git a/public/images/pokemon/back/688.json b/public/images/pokemon/back/688.json
index 872fbc1f9db..d9f30db34a8 100644
--- a/public/images/pokemon/back/688.json
+++ b/public/images/pokemon/back/688.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "688.png",
- "format": "RGBA8888",
- "size": {
- "w": 52,
- "h": 52
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ea462f2b1b46327e3b8fcb7ec5e44f08:2d2598cc03dec73182dbea237ad83b34:176060351d0044923af938ba7932a6ef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 65 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 51, "h": 65 },
+ "sourceSize": { "w": 51, "h": 65 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-dev",
+ "image": "688.png",
+ "format": "I8",
+ "size": { "w": 51, "h": 65 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/688.png b/public/images/pokemon/back/688.png
index 33602c624a7..bb22ceed75e 100644
Binary files a/public/images/pokemon/back/688.png and b/public/images/pokemon/back/688.png differ
diff --git a/public/images/pokemon/back/694.json b/public/images/pokemon/back/694.json
index afdb992784d..76c88067e7e 100644
--- a/public/images/pokemon/back/694.json
+++ b/public/images/pokemon/back/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b35211eb8a79aa76e67039dd27e0e5a6:1905f4c2a0828a1c7c274f51d78b7e21:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 253, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 297, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 209, "y": 162, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 90, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 90, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 117, "y": 0, "w": 58, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 59, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 59, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 232, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 232, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 175, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 289, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 117, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 174, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 58, "y": 48, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 90, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 48, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 90, "w": 58, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 12, "w": 58, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 227, "y": 90, "w": 56, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 56, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 169, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 190, "y": 199, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 348, "h": 242 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/694.png b/public/images/pokemon/back/694.png
index 5c5b107960c..d5f2f5f9563 100644
Binary files a/public/images/pokemon/back/694.png and b/public/images/pokemon/back/694.png differ
diff --git a/public/images/pokemon/back/698.json b/public/images/pokemon/back/698.json
index 5cfdd360d26..0da697e1f4e 100644
--- a/public/images/pokemon/back/698.json
+++ b/public/images/pokemon/back/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 55,
- "h": 55
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:18b6430a6c7f4e62e682eee0f5b03c01:4297c6c0129460df1d8cf73dd3393a43:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 174, "h": 169 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/698.png b/public/images/pokemon/back/698.png
index 7326005d6f1..cd49968a7cd 100644
Binary files a/public/images/pokemon/back/698.png and b/public/images/pokemon/back/698.png differ
diff --git a/public/images/pokemon/back/699.png b/public/images/pokemon/back/699.png
index d24d2ad0a73..25693e4a3f9 100644
Binary files a/public/images/pokemon/back/699.png and b/public/images/pokemon/back/699.png differ
diff --git a/public/images/pokemon/back/702.png b/public/images/pokemon/back/702.png
index 9b375837be3..2b1d490b71a 100644
Binary files a/public/images/pokemon/back/702.png and b/public/images/pokemon/back/702.png differ
diff --git a/public/images/pokemon/back/703.json b/public/images/pokemon/back/703.json
index 4afe5c3a14d..d6752e6f7ff 100644
--- a/public/images/pokemon/back/703.json
+++ b/public/images/pokemon/back/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:32e6c2d8721f80aa2afd20f97c5e4cf1:2c61f7a426cd2d739241c87d6ab5ea99:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 110, "h": 117 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/703.png b/public/images/pokemon/back/703.png
index 1f52ddd3afe..b5b35e07027 100644
Binary files a/public/images/pokemon/back/703.png and b/public/images/pokemon/back/703.png differ
diff --git a/public/images/pokemon/back/707.json b/public/images/pokemon/back/707.json
index cf372e6a60f..b92e1983efc 100644
--- a/public/images/pokemon/back/707.json
+++ b/public/images/pokemon/back/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8e9f9a53c8e85bade8027fc978f717a4:3280efd867363be1c2e5a01411ad5bd5:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 428, "y": 143, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 62, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 14, "w": 61, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 530, "y": 2, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 11, "w": 70, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 194, "y": 2, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 85, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 96, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 98, "y": 2, "w": 96, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 96, "h": 60 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 279, "y": 2, "w": 91, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 91, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 370, "y": 2, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 84, "h": 64 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 454, "y": 2, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 600, "y": 2, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 372, "y": 210, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 4, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 172, "y": 450, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 526, "y": 443, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 432, "y": 453, "w": 41, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 10, "w": 41, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 43, "y": 438, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 2, "y": 435, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 13, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 565, "y": 366, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 131, "y": 429, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 485, "y": 426, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 649, "y": 421, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 2, "y": 281, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 53, "y": 214, "w": 48, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 18, "w": 48, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 354, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 345, "y": 421, "w": 46, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 20, "w": 46, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 567, "y": 451, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 45, "h": 68 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 423, "y": 218, "w": 52, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 52, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 2, "y": 137, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 2, "y": 65, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 19, "w": 59, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 600, "y": 71, "w": 58, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 19, "w": 58, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 577, "y": 291, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 303, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 400, "y": 364, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 524, "y": 285, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 266, "y": 213, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 60, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 674, "y": 219, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 58, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 150, "y": 288, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 18, "w": 56, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 250, "y": 351, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 53, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 674, "y": 149, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 214, "y": 145, "w": 52, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 52, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 48, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 161, "y": 217, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 343, "y": 66, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 61, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 279, "y": 64, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 64, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 667, "y": 2, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 19, "w": 64, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 101, "y": 223, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 89, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 671, "y": 281, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 274, "y": 441, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 62, "h": 50 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 275, "y": 491, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 674, "y": 505, "w": 59, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 23, "w": 59, "h": 42 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 612, "y": 498, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 213, "y": 491, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 22, "w": 62, "h": 49 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 372, "y": 287, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 21, "w": 58, "h": 61 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 96, "y": 296, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 51, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 84, "y": 441, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 728, "y": 149, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 19, "w": 42, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 690, "y": 434, "w": 44, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 44, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 669, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 259, "y": 275, "w": 47, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 47, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 212, "y": 218, "w": 47, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 18, "w": 47, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 578, "y": 213, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 18, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 724, "y": 281, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 772, "h": 549 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/707.png b/public/images/pokemon/back/707.png
index 78aa7077f90..83ca7298f45 100644
Binary files a/public/images/pokemon/back/707.png and b/public/images/pokemon/back/707.png differ
diff --git a/public/images/pokemon/back/708.json b/public/images/pokemon/back/708.json
index 33edc5748bd..22aa1885edb 100644
--- a/public/images/pokemon/back/708.json
+++ b/public/images/pokemon/back/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 43,
- "h": 43
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:baaaa3a73da00bbc954269f5f5228420:171d77a039e525f9a3a332d9e2d5d82c:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 126, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 88, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 175, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 88, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 13, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 132, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 14, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 176, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 220, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 17, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 264, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 262, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 44, "y": 166, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 23, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 167, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 88, "y": 206, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 20, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 220, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 44, "y": 247, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 218, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 262, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 177, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 264, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 222, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 307, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/708.png b/public/images/pokemon/back/708.png
index d6ba8dd838c..9e094aa7122 100644
Binary files a/public/images/pokemon/back/708.png and b/public/images/pokemon/back/708.png differ
diff --git a/public/images/pokemon/back/714.json b/public/images/pokemon/back/714.json
index e4e3740603e..abcb8902edd 100644
--- a/public/images/pokemon/back/714.json
+++ b/public/images/pokemon/back/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 63,
- "h": 63
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8ffbc9c4153869b318391be0e5f3743c:6e53f3ebf638d13b0d9b325c9e1c6198:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 198, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 124, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 264, "y": 61, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 198, "y": 60, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 160, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 196, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 245, "y": 120, "w": 35, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 35, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 264, "y": 1, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 47, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 133, "y": 1, "w": 63, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 63, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 282, "y": 120, "w": 34, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 34, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 317, "h": 239 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/714.png b/public/images/pokemon/back/714.png
index b9724fe6a63..afe2bce45a4 100644
Binary files a/public/images/pokemon/back/714.png and b/public/images/pokemon/back/714.png differ
diff --git a/public/images/pokemon/back/715.png b/public/images/pokemon/back/715.png
index edcb84dbd2a..624780ff0c6 100644
Binary files a/public/images/pokemon/back/715.png and b/public/images/pokemon/back/715.png differ
diff --git a/public/images/pokemon/back/716-active.png b/public/images/pokemon/back/716-active.png
index 0b5d2ec3c66..c3276ec81b6 100644
Binary files a/public/images/pokemon/back/716-active.png and b/public/images/pokemon/back/716-active.png differ
diff --git a/public/images/pokemon/back/716-neutral.png b/public/images/pokemon/back/716-neutral.png
index 291fb1600dd..73ebb3231cc 100644
Binary files a/public/images/pokemon/back/716-neutral.png and b/public/images/pokemon/back/716-neutral.png differ
diff --git a/public/images/pokemon/back/718-10.json b/public/images/pokemon/back/718-10.json
index 74c29a2514f..75053d61900 100644
--- a/public/images/pokemon/back/718-10.json
+++ b/public/images/pokemon/back/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e9f4b2c69d996349a8e35598e7ddec9c:06067c7cf2cde81fd4d1f42fe319185e:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 56, "y": 319, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 59, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 259, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 177, "y": 320, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 232, "y": 128, "w": 61, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 56, "y": 258, "w": 61, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 61, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 118, "y": 195, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 115, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 237, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 234, "y": 253, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 254, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 258, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 175, "y": 128, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 253, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 59, "y": 65, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 117, "y": 128, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 65, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 364, "h": 387 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/718-10.png b/public/images/pokemon/back/718-10.png
index 351da7fa3b3..2f3b211e9a6 100644
Binary files a/public/images/pokemon/back/718-10.png and b/public/images/pokemon/back/718-10.png differ
diff --git a/public/images/pokemon/back/718.json b/public/images/pokemon/back/718.json
index ef727edcb5c..1a835e26b08 100644
--- a/public/images/pokemon/back/718.json
+++ b/public/images/pokemon/back/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3aa5b45708c79b806af72f343f73edbc:0b68b84d5671a020b28cd5a19650bf44:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 359, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 300, "y": 357, "w": 73, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 380, "y": 271, "w": 74, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 74, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 384, "y": 181, "w": 75, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 75, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 155, "y": 92, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 91, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 227, "y": 268, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 150, "y": 182, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 272, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 75, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 310, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 387, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 155, "y": 0, "w": 77, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 92 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 77, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 93 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 231, "y": 180, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 77, "y": 91, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 78, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 0, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 232, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 464, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 93, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 75, "y": 179, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 454, "y": 357, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 541, "h": 534 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/718.png b/public/images/pokemon/back/718.png
index 8e3966b1f79..ce48ca205b4 100644
Binary files a/public/images/pokemon/back/718.png and b/public/images/pokemon/back/718.png differ
diff --git a/public/images/pokemon/back/719.json b/public/images/pokemon/back/719.json
index ea7fd0f3213..440e23718de 100644
--- a/public/images/pokemon/back/719.json
+++ b/public/images/pokemon/back/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 42,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fd235f556d7919416a78362d72f6badd:d250eac977fb7684257a27d4f4c11bea:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 126, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 168, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 124, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 206, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 162, "y": 359, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 202, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 82, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 165, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 210, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 217, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 44, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 88, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 252, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 247, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 162, "y": 288, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 241, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 122, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 41, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 216, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 174, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 168, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 124, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 206, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 162, "y": 359, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 202, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 82, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 165, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 210, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 88, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 252, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 247, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 162, "y": 288, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 241, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 122, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 41, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 216, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 174, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 292, "h": 428 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/719.png b/public/images/pokemon/back/719.png
index 14ff62742f7..1c275f3241d 100644
Binary files a/public/images/pokemon/back/719.png and b/public/images/pokemon/back/719.png differ
diff --git a/public/images/pokemon/back/772.png b/public/images/pokemon/back/772.png
index eb4e5e9b8b1..059671261d7 100644
Binary files a/public/images/pokemon/back/772.png and b/public/images/pokemon/back/772.png differ
diff --git a/public/images/pokemon/back/798.png b/public/images/pokemon/back/798.png
index 085db6e0876..262f0b4fd79 100644
Binary files a/public/images/pokemon/back/798.png and b/public/images/pokemon/back/798.png differ
diff --git a/public/images/pokemon/back/80-mega.png b/public/images/pokemon/back/80-mega.png
index 5bc773e3475..005e2a813f3 100644
Binary files a/public/images/pokemon/back/80-mega.png and b/public/images/pokemon/back/80-mega.png differ
diff --git a/public/images/pokemon/back/80.png b/public/images/pokemon/back/80.png
index 25b7f5fff9c..f993d4b695b 100644
Binary files a/public/images/pokemon/back/80.png and b/public/images/pokemon/back/80.png differ
diff --git a/public/images/pokemon/back/818-gigantamax.png b/public/images/pokemon/back/818-gigantamax.png
index 93dc06b038c..22b6e71281a 100644
Binary files a/public/images/pokemon/back/818-gigantamax.png and b/public/images/pokemon/back/818-gigantamax.png differ
diff --git a/public/images/pokemon/back/876-female.png b/public/images/pokemon/back/876-female.png
index 29e7d4a2afd..5c25cc2f977 100644
Binary files a/public/images/pokemon/back/876-female.png and b/public/images/pokemon/back/876-female.png differ
diff --git a/public/images/pokemon/back/876.png b/public/images/pokemon/back/876.png
index 1ba33ec5516..1fc71387c62 100644
Binary files a/public/images/pokemon/back/876.png and b/public/images/pokemon/back/876.png differ
diff --git a/public/images/pokemon/back/880.png b/public/images/pokemon/back/880.png
index a82239996bc..d175b340bb8 100644
Binary files a/public/images/pokemon/back/880.png and b/public/images/pokemon/back/880.png differ
diff --git a/public/images/pokemon/back/881.png b/public/images/pokemon/back/881.png
index 852453aaaa0..60ab60a9aa1 100644
Binary files a/public/images/pokemon/back/881.png and b/public/images/pokemon/back/881.png differ
diff --git a/public/images/pokemon/back/882.png b/public/images/pokemon/back/882.png
index cb05d6c5a91..0675270f6e9 100644
Binary files a/public/images/pokemon/back/882.png and b/public/images/pokemon/back/882.png differ
diff --git a/public/images/pokemon/back/894.png b/public/images/pokemon/back/894.png
index 337cba1cc71..b4cc4974ce2 100644
Binary files a/public/images/pokemon/back/894.png and b/public/images/pokemon/back/894.png differ
diff --git a/public/images/pokemon/back/896.png b/public/images/pokemon/back/896.png
index 243e9a4cfde..f989d532c8b 100644
Binary files a/public/images/pokemon/back/896.png and b/public/images/pokemon/back/896.png differ
diff --git a/public/images/pokemon/back/898-ice.png b/public/images/pokemon/back/898-ice.png
index ca5b032669e..b279a7416ed 100644
Binary files a/public/images/pokemon/back/898-ice.png and b/public/images/pokemon/back/898-ice.png differ
diff --git a/public/images/pokemon/back/898-shadow.png b/public/images/pokemon/back/898-shadow.png
index 0bbf0d2083c..0491ba74c86 100644
Binary files a/public/images/pokemon/back/898-shadow.png and b/public/images/pokemon/back/898-shadow.png differ
diff --git a/public/images/pokemon/back/898.png b/public/images/pokemon/back/898.png
index f99aa938ea2..fafc2947908 100644
Binary files a/public/images/pokemon/back/898.png and b/public/images/pokemon/back/898.png differ
diff --git a/public/images/pokemon/back/913.png b/public/images/pokemon/back/913.png
index 0935def3821..4a08acae4ea 100644
Binary files a/public/images/pokemon/back/913.png and b/public/images/pokemon/back/913.png differ
diff --git a/public/images/pokemon/back/914.png b/public/images/pokemon/back/914.png
index 7e87e0cc60e..221a91d018a 100644
Binary files a/public/images/pokemon/back/914.png and b/public/images/pokemon/back/914.png differ
diff --git a/public/images/pokemon/back/945.png b/public/images/pokemon/back/945.png
index a89963b7cc3..6359f2cd77a 100644
Binary files a/public/images/pokemon/back/945.png and b/public/images/pokemon/back/945.png differ
diff --git a/public/images/pokemon/back/981.png b/public/images/pokemon/back/981.png
index 38b1a715f69..6744ddcf6b9 100644
Binary files a/public/images/pokemon/back/981.png and b/public/images/pokemon/back/981.png differ
diff --git a/public/images/pokemon/back/987.png b/public/images/pokemon/back/987.png
index 64a47fbf0ea..ab4e628de28 100644
Binary files a/public/images/pokemon/back/987.png and b/public/images/pokemon/back/987.png differ
diff --git a/public/images/pokemon/back/female/190.png b/public/images/pokemon/back/female/190.png
index 68b0624d213..1028c6410a6 100644
Binary files a/public/images/pokemon/back/female/190.png and b/public/images/pokemon/back/female/190.png differ
diff --git a/public/images/pokemon/back/female/198.png b/public/images/pokemon/back/female/198.png
index 4f3f5d5c1a4..01489a05fb0 100644
Binary files a/public/images/pokemon/back/female/198.png and b/public/images/pokemon/back/female/198.png differ
diff --git a/public/images/pokemon/back/female/229.png b/public/images/pokemon/back/female/229.png
index 76be7104638..f3bb6b6f2f6 100644
Binary files a/public/images/pokemon/back/female/229.png and b/public/images/pokemon/back/female/229.png differ
diff --git a/public/images/pokemon/back/female/25-beauty-cosplay.png b/public/images/pokemon/back/female/25-beauty-cosplay.png
index b33e374aa6d..161cc301f7b 100644
Binary files a/public/images/pokemon/back/female/25-beauty-cosplay.png and b/public/images/pokemon/back/female/25-beauty-cosplay.png differ
diff --git a/public/images/pokemon/back/female/25-cool-cosplay.png b/public/images/pokemon/back/female/25-cool-cosplay.png
index e672040eaab..d10328785c8 100644
Binary files a/public/images/pokemon/back/female/25-cool-cosplay.png and b/public/images/pokemon/back/female/25-cool-cosplay.png differ
diff --git a/public/images/pokemon/back/female/25-cosplay.png b/public/images/pokemon/back/female/25-cosplay.png
index 2ebb0fe2285..644aec70f50 100644
Binary files a/public/images/pokemon/back/female/25-cosplay.png and b/public/images/pokemon/back/female/25-cosplay.png differ
diff --git a/public/images/pokemon/back/female/25-cute-cosplay.png b/public/images/pokemon/back/female/25-cute-cosplay.png
index 998a41f7396..552d816e142 100644
Binary files a/public/images/pokemon/back/female/25-cute-cosplay.png and b/public/images/pokemon/back/female/25-cute-cosplay.png differ
diff --git a/public/images/pokemon/back/female/25-partner.png b/public/images/pokemon/back/female/25-partner.png
index 97ceaa8bb2f..e65e58ec131 100644
Binary files a/public/images/pokemon/back/female/25-partner.png and b/public/images/pokemon/back/female/25-partner.png differ
diff --git a/public/images/pokemon/back/female/25-smart-cosplay.png b/public/images/pokemon/back/female/25-smart-cosplay.png
index 983f49e7024..c84c0b556aa 100644
Binary files a/public/images/pokemon/back/female/25-smart-cosplay.png and b/public/images/pokemon/back/female/25-smart-cosplay.png differ
diff --git a/public/images/pokemon/back/female/25-tough-cosplay.png b/public/images/pokemon/back/female/25-tough-cosplay.png
index a043231f172..73be0c8fb85 100644
Binary files a/public/images/pokemon/back/female/25-tough-cosplay.png and b/public/images/pokemon/back/female/25-tough-cosplay.png differ
diff --git a/public/images/pokemon/back/female/25.png b/public/images/pokemon/back/female/25.png
index 97ceaa8bb2f..e65e58ec131 100644
Binary files a/public/images/pokemon/back/female/25.png and b/public/images/pokemon/back/female/25.png differ
diff --git a/public/images/pokemon/back/female/256.png b/public/images/pokemon/back/female/256.png
index 6b6f7b97b7c..92612d4ccdc 100644
Binary files a/public/images/pokemon/back/female/256.png and b/public/images/pokemon/back/female/256.png differ
diff --git a/public/images/pokemon/back/female/257.png b/public/images/pokemon/back/female/257.png
index 0b93d07d99e..7b8171f39c0 100644
Binary files a/public/images/pokemon/back/female/257.png and b/public/images/pokemon/back/female/257.png differ
diff --git a/public/images/pokemon/back/female/26.png b/public/images/pokemon/back/female/26.png
index 40d39589660..2a6a3e41b2f 100644
Binary files a/public/images/pokemon/back/female/26.png and b/public/images/pokemon/back/female/26.png differ
diff --git a/public/images/pokemon/back/female/3.png b/public/images/pokemon/back/female/3.png
index 0fdbf4e9be2..ef103db8ce0 100644
Binary files a/public/images/pokemon/back/female/3.png and b/public/images/pokemon/back/female/3.png differ
diff --git a/public/images/pokemon/back/female/401.png b/public/images/pokemon/back/female/401.png
index 2b0206a6707..8ebce5ff353 100644
Binary files a/public/images/pokemon/back/female/401.png and b/public/images/pokemon/back/female/401.png differ
diff --git a/public/images/pokemon/back/female/402.png b/public/images/pokemon/back/female/402.png
index bc8ca92ea94..6e88b492759 100644
Binary files a/public/images/pokemon/back/female/402.png and b/public/images/pokemon/back/female/402.png differ
diff --git a/public/images/pokemon/back/female/418.png b/public/images/pokemon/back/female/418.png
index 14c1eee1a63..1fc721cd534 100644
Binary files a/public/images/pokemon/back/female/418.png and b/public/images/pokemon/back/female/418.png differ
diff --git a/public/images/pokemon/back/female/419.png b/public/images/pokemon/back/female/419.png
index 9c757d2faba..22ac91c7208 100644
Binary files a/public/images/pokemon/back/female/419.png and b/public/images/pokemon/back/female/419.png differ
diff --git a/public/images/pokemon/back/female/424.png b/public/images/pokemon/back/female/424.png
index b05fbcf8a19..b8128ba481b 100644
Binary files a/public/images/pokemon/back/female/424.png and b/public/images/pokemon/back/female/424.png differ
diff --git a/public/images/pokemon/back/female/456.png b/public/images/pokemon/back/female/456.png
index dd326cb32f1..4c666b8cc19 100644
Binary files a/public/images/pokemon/back/female/456.png and b/public/images/pokemon/back/female/456.png differ
diff --git a/public/images/pokemon/back/female/457.png b/public/images/pokemon/back/female/457.png
index 04e1ae12ff4..9f243381edc 100644
Binary files a/public/images/pokemon/back/female/457.png and b/public/images/pokemon/back/female/457.png differ
diff --git a/public/images/pokemon/back/shiny/1003.png b/public/images/pokemon/back/shiny/1003.png
index 6ebce339091..fa50a1c8ffe 100644
Binary files a/public/images/pokemon/back/shiny/1003.png and b/public/images/pokemon/back/shiny/1003.png differ
diff --git a/public/images/pokemon/back/shiny/190.png b/public/images/pokemon/back/shiny/190.png
index cdbf2611180..a0a65c18c7f 100644
Binary files a/public/images/pokemon/back/shiny/190.png and b/public/images/pokemon/back/shiny/190.png differ
diff --git a/public/images/pokemon/back/shiny/249.json b/public/images/pokemon/back/shiny/249.json
index 7512f163c15..7f126e8c62c 100644
--- a/public/images/pokemon/back/shiny/249.json
+++ b/public/images/pokemon/back/shiny/249.json
@@ -1,2540 +1,686 @@
-{
- "textures": [
- {
- "image": "249.png",
- "format": "RGBA8888",
- "size": {
- "w": 610,
- "h": 610
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 36,
- "w": 143,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 143,
- "h": 64
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 35,
- "w": 146,
- "h": 65
- },
- "frame": {
- "x": 143,
- "y": 0,
- "w": 146,
- "h": 65
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 30,
- "w": 132,
- "h": 67
- },
- "frame": {
- "x": 289,
- "y": 0,
- "w": 132,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 28,
- "w": 140,
- "h": 68
- },
- "frame": {
- "x": 421,
- "y": 0,
- "w": 140,
- "h": 68
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 30,
- "w": 138,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 64,
- "w": 138,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 30,
- "w": 146,
- "h": 70
- },
- "frame": {
- "x": 138,
- "y": 65,
- "w": 146,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 28,
- "w": 130,
- "h": 70
- },
- "frame": {
- "x": 284,
- "y": 67,
- "w": 130,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 26,
- "w": 145,
- "h": 73
- },
- "frame": {
- "x": 414,
- "y": 68,
- "w": 145,
- "h": 73
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 13,
- "w": 124,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 124,
- "h": 82
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 11,
- "w": 106,
- "h": 87
- },
- "frame": {
- "x": 124,
- "y": 135,
- "w": 106,
- "h": 87
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 5,
- "w": 99,
- "h": 88
- },
- "frame": {
- "x": 230,
- "y": 137,
- "w": 99,
- "h": 88
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 5,
- "w": 99,
- "h": 88
- },
- "frame": {
- "x": 329,
- "y": 141,
- "w": 99,
- "h": 88
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 6,
- "w": 98,
- "h": 89
- },
- "frame": {
- "x": 428,
- "y": 141,
- "w": 98,
- "h": 89
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 0,
- "w": 84,
- "h": 97
- },
- "frame": {
- "x": 526,
- "y": 141,
- "w": 84,
- "h": 97
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 96,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 96,
- "h": 89
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 96,
- "h": 89
- },
- "frame": {
- "x": 96,
- "y": 222,
- "w": 96,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 7,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 192,
- "y": 225,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 7,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 290,
- "y": 229,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 7,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 290,
- "y": 229,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 4,
- "w": 95,
- "h": 90
- },
- "frame": {
- "x": 385,
- "y": 230,
- "w": 95,
- "h": 90
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 4,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 480,
- "y": 238,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 0,
- "y": 305,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 95,
- "h": 91
- },
- "frame": {
- "x": 95,
- "y": 311,
- "w": 95,
- "h": 91
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 32,
- "y": 2,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 190,
- "y": 315,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 32,
- "y": 2,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 190,
- "y": 315,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 5,
- "w": 101,
- "h": 91
- },
- "frame": {
- "x": 282,
- "y": 319,
- "w": 101,
- "h": 91
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 5,
- "w": 94,
- "h": 92
- },
- "frame": {
- "x": 383,
- "y": 320,
- "w": 94,
- "h": 92
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 4,
- "w": 100,
- "h": 92
- },
- "frame": {
- "x": 477,
- "y": 329,
- "w": 100,
- "h": 92
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 94,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 396,
- "w": 94,
- "h": 92
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 2,
- "w": 91,
- "h": 92
- },
- "frame": {
- "x": 94,
- "y": 402,
- "w": 91,
- "h": 92
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 2,
- "w": 91,
- "h": 92
- },
- "frame": {
- "x": 94,
- "y": 402,
- "w": 91,
- "h": 92
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 2,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 185,
- "y": 406,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 6,
- "w": 96,
- "h": 92
- },
- "frame": {
- "x": 277,
- "y": 410,
- "w": 96,
- "h": 92
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 3,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 373,
- "y": 412,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 2,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 465,
- "y": 421,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 4,
- "w": 93,
- "h": 94
- },
- "frame": {
- "x": 0,
- "y": 488,
- "w": 93,
- "h": 94
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 1,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 93,
- "y": 494,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 1,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 93,
- "y": 494,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 3,
- "w": 93,
- "h": 95
- },
- "frame": {
- "x": 183,
- "y": 498,
- "w": 93,
- "h": 95
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 0,
- "w": 86,
- "h": 96
- },
- "frame": {
- "x": 276,
- "y": 502,
- "w": 86,
- "h": 96
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 0,
- "w": 86,
- "h": 96
- },
- "frame": {
- "x": 276,
- "y": 502,
- "w": 86,
- "h": 96
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 1,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 362,
- "y": 505,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 146,
- "h": 100
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 2,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 452,
- "y": 514,
- "w": 90,
- "h": 96
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d7da4020739cd4d93722302e0d6f99c6:d519731f31735f11bbba940400858c46:25c89a8ec37b43392b53a70993acdff3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 690, "y": 66, "w": 103, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 14, "w": 103, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 554, "y": 0, "w": 136, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 33, "w": 136, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 69, "w": 141, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 40, "w": 141, "h": 63 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 409, "y": 0, "w": 145, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 38, "w": 145, "h": 65 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 143, "y": 0, "w": 144, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 33, "w": 144, "h": 69 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 143, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 30, "w": 143, "h": 71 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 409, "y": 65, "w": 131, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 131, "h": 68 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 540, "y": 69, "w": 134, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 33, "w": 134, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 690, "y": 0, "w": 139, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 32, "w": 139, "h": 66 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 287, "y": 0, "w": 122, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 122, "h": 81 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 380, "y": 133, "w": 96, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 10, "w": 96, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 573, "y": 135, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 653, "y": 242, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 665, "y": 152, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 284, "y": 81, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 96, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 161, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 374, "y": 220, "w": 93, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 10, "w": 93, "h": 89 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 832, "y": 275, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 282, "y": 169, "w": 92, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 9, "w": 92, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 191, "y": 132, "w": 91, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 91, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 71, "w": 98, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 8, "w": 98, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 829, "y": 0, "w": 97, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 6, "w": 97, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 92, "y": 222, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 90, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 926, "y": 0, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 89, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 90, "y": 313, "w": 88, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 5, "w": 88, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 251, "w": 90, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 6, "w": 90, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 743, "y": 271, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 4, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 98, "y": 132, "w": 93, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 93, "h": 90 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 182, "y": 223, "w": 93, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 7, "w": 93, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 793, "y": 92, "w": 97, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 97, "h": 87 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 476, "y": 135, "w": 97, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 9, "w": 97, "h": 86 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 560, "y": 225, "w": 93, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 7, "w": 93, "h": 88 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 467, "y": 221, "w": 93, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 93, "h": 89 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 259, "w": 89, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 89, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 921, "y": 275, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 87, "h": 93 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 536, "y": 313, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 182, "y": 311, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 84, "h": 96 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 341, "w": 80, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 0, "w": 80, "h": 97 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 619, "y": 332, "w": 81, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 2, "w": 81, "h": 96 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 364, "y": 309, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 450, "y": 310, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 86, "h": 94 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 30
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 757, "y": 179, "w": 90, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 90, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 70
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 847, "y": 183, "w": 90, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 90, "h": 92 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 20
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 890, "y": 92, "w": 92, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 92, "h": 91 },
+ "sourceSize": { "w": 146, "h": 103 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "249.png",
+ "format": "I8",
+ "size": { "w": 1015, "h": 438 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/249.png b/public/images/pokemon/back/shiny/249.png
index bf37f724613..066a38999e0 100644
Binary files a/public/images/pokemon/back/shiny/249.png and b/public/images/pokemon/back/shiny/249.png differ
diff --git a/public/images/pokemon/back/shiny/257-mega.png b/public/images/pokemon/back/shiny/257-mega.png
index 40eb7a61bb5..04603c4a5e0 100644
Binary files a/public/images/pokemon/back/shiny/257-mega.png and b/public/images/pokemon/back/shiny/257-mega.png differ
diff --git a/public/images/pokemon/back/shiny/261.png b/public/images/pokemon/back/shiny/261.png
index a43f3d73f76..3399736c315 100644
Binary files a/public/images/pokemon/back/shiny/261.png and b/public/images/pokemon/back/shiny/261.png differ
diff --git a/public/images/pokemon/back/shiny/262.png b/public/images/pokemon/back/shiny/262.png
index afcc2c8bfe6..9e76bfed3fc 100644
Binary files a/public/images/pokemon/back/shiny/262.png and b/public/images/pokemon/back/shiny/262.png differ
diff --git a/public/images/pokemon/back/shiny/3-gigantamax.png b/public/images/pokemon/back/shiny/3-gigantamax.png
index e3402e164a6..24b79e4211e 100644
Binary files a/public/images/pokemon/back/shiny/3-gigantamax.png and b/public/images/pokemon/back/shiny/3-gigantamax.png differ
diff --git a/public/images/pokemon/back/shiny/3.png b/public/images/pokemon/back/shiny/3.png
index a80c363723b..890fce10821 100644
Binary files a/public/images/pokemon/back/shiny/3.png and b/public/images/pokemon/back/shiny/3.png differ
diff --git a/public/images/pokemon/back/shiny/303-mega.png b/public/images/pokemon/back/shiny/303-mega.png
index c7de009cf2a..7097e527ddf 100644
Binary files a/public/images/pokemon/back/shiny/303-mega.png and b/public/images/pokemon/back/shiny/303-mega.png differ
diff --git a/public/images/pokemon/back/shiny/357.png b/public/images/pokemon/back/shiny/357.png
index da2497041e4..783f4401b2d 100644
Binary files a/public/images/pokemon/back/shiny/357.png and b/public/images/pokemon/back/shiny/357.png differ
diff --git a/public/images/pokemon/back/shiny/373-mega.png b/public/images/pokemon/back/shiny/373-mega.png
index 95145fd40e3..ce2c48a77b4 100644
Binary files a/public/images/pokemon/back/shiny/373-mega.png and b/public/images/pokemon/back/shiny/373-mega.png differ
diff --git a/public/images/pokemon/back/shiny/378.png b/public/images/pokemon/back/shiny/378.png
index ecaa26564c3..7bb24f1edfe 100644
Binary files a/public/images/pokemon/back/shiny/378.png and b/public/images/pokemon/back/shiny/378.png differ
diff --git a/public/images/pokemon/back/shiny/4080.png b/public/images/pokemon/back/shiny/4080.png
index 2c8d85fa5d7..4f214c399b8 100644
Binary files a/public/images/pokemon/back/shiny/4080.png and b/public/images/pokemon/back/shiny/4080.png differ
diff --git a/public/images/pokemon/back/shiny/424.png b/public/images/pokemon/back/shiny/424.png
index 67675146686..7e27173b989 100644
Binary files a/public/images/pokemon/back/shiny/424.png and b/public/images/pokemon/back/shiny/424.png differ
diff --git a/public/images/pokemon/back/shiny/433.png b/public/images/pokemon/back/shiny/433.png
index a6bb0e59098..040b700225f 100644
Binary files a/public/images/pokemon/back/shiny/433.png and b/public/images/pokemon/back/shiny/433.png differ
diff --git a/public/images/pokemon/back/shiny/469.png b/public/images/pokemon/back/shiny/469.png
index 8ac1f32335d..bdd46a1ed16 100644
Binary files a/public/images/pokemon/back/shiny/469.png and b/public/images/pokemon/back/shiny/469.png differ
diff --git a/public/images/pokemon/back/shiny/477.png b/public/images/pokemon/back/shiny/477.png
index 25414ab5c18..e7630e58e07 100644
Binary files a/public/images/pokemon/back/shiny/477.png and b/public/images/pokemon/back/shiny/477.png differ
diff --git a/public/images/pokemon/back/shiny/556.png b/public/images/pokemon/back/shiny/556.png
index 4f2e991b010..8a5a573e5d5 100644
Binary files a/public/images/pokemon/back/shiny/556.png and b/public/images/pokemon/back/shiny/556.png differ
diff --git a/public/images/pokemon/back/shiny/658-ash.json b/public/images/pokemon/back/shiny/658-ash.json
index a796ad08246..51a722070b3 100644
--- a/public/images/pokemon/back/shiny/658-ash.json
+++ b/public/images/pokemon/back/shiny/658-ash.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "658-ash.png",
- "format": "RGBA8888",
- "size": {
- "w": 73,
- "h": 73
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d474b821316a87dfe09b397bdc2db5ef:497de0c2ec59ceba163e870b3226c76c:bfbf521a5c7bd80bcd95a96d9789c0dd$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 73, "h": 73 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/658-ash.png b/public/images/pokemon/back/shiny/658-ash.png
index e41efb2c7ad..6e10e834731 100644
Binary files a/public/images/pokemon/back/shiny/658-ash.png and b/public/images/pokemon/back/shiny/658-ash.png differ
diff --git a/public/images/pokemon/back/shiny/658.json b/public/images/pokemon/back/shiny/658.json
index cc5d3c5b9ff..867e1d2d3d2 100644
--- a/public/images/pokemon/back/shiny/658.json
+++ b/public/images/pokemon/back/shiny/658.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "658.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 77,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5891f87a78022cde3402e7d9714cc7bf:756360084290e39c139e3fef91c81759:5affcab976148657d36bf4ff3410f92d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 65 },
+ "sourceSize": { "w": 77, "h": 65 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 77, "h": 65 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/658.png b/public/images/pokemon/back/shiny/658.png
index 8b7f9c7e4fb..239aaafb6ce 100644
Binary files a/public/images/pokemon/back/shiny/658.png and b/public/images/pokemon/back/shiny/658.png differ
diff --git a/public/images/pokemon/back/shiny/668-female.png b/public/images/pokemon/back/shiny/668-female.png
deleted file mode 100644
index caf8bed99ac..00000000000
Binary files a/public/images/pokemon/back/shiny/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/back/shiny/674.json b/public/images/pokemon/back/shiny/674.json
index eac9372c5d4..cc0ead50962 100644
--- a/public/images/pokemon/back/shiny/674.json
+++ b/public/images/pokemon/back/shiny/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:efc4d9ff714ef5249d5ea29e541766f9:c21489bea9a10b1521844e4efb4735d5:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 42, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 83, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 115, "h": 122 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/674.png b/public/images/pokemon/back/shiny/674.png
index 96734feb3f7..4617b03c6eb 100644
Binary files a/public/images/pokemon/back/shiny/674.png and b/public/images/pokemon/back/shiny/674.png differ
diff --git a/public/images/pokemon/back/shiny/688.json b/public/images/pokemon/back/shiny/688.json
index 56cf47aab5a..d9f30db34a8 100644
--- a/public/images/pokemon/back/shiny/688.json
+++ b/public/images/pokemon/back/shiny/688.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "688.png",
- "format": "RGBA8888",
- "size": {
- "w": 52,
- "h": 52
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0261b6c9242bba728fcfbfc515875b27:de0d9ddceed9311b33ae50ba86e969d1:176060351d0044923af938ba7932a6ef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 65 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 51, "h": 65 },
+ "sourceSize": { "w": 51, "h": 65 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-dev",
+ "image": "688.png",
+ "format": "I8",
+ "size": { "w": 51, "h": 65 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/688.png b/public/images/pokemon/back/shiny/688.png
index c4aff6eb12d..bfff80c4925 100644
Binary files a/public/images/pokemon/back/shiny/688.png and b/public/images/pokemon/back/shiny/688.png differ
diff --git a/public/images/pokemon/back/shiny/694.json b/public/images/pokemon/back/shiny/694.json
index ae617f4876f..76c88067e7e 100644
--- a/public/images/pokemon/back/shiny/694.json
+++ b/public/images/pokemon/back/shiny/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:136b476d55eb513322e6355dbd903c97:982afbb162c554e6193d6fe06bccb61d:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 253, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 297, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 209, "y": 162, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 90, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 90, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 117, "y": 0, "w": 58, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 59, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 59, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 232, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 232, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 175, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 289, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 117, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 174, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 58, "y": 48, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 90, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 48, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 90, "w": 58, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 12, "w": 58, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 227, "y": 90, "w": 56, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 56, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 169, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 190, "y": 199, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 348, "h": 242 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/694.png b/public/images/pokemon/back/shiny/694.png
index 1c6444e450a..b4d451678ef 100644
Binary files a/public/images/pokemon/back/shiny/694.png and b/public/images/pokemon/back/shiny/694.png differ
diff --git a/public/images/pokemon/back/shiny/698.json b/public/images/pokemon/back/shiny/698.json
index fba1db6d11d..0da697e1f4e 100644
--- a/public/images/pokemon/back/shiny/698.json
+++ b/public/images/pokemon/back/shiny/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 55,
- "h": 55
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d3467f0abbe6bec820c8196bd88983a:3a8331cf2af48202898ef3b9681f4110:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 174, "h": 169 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/698.png b/public/images/pokemon/back/shiny/698.png
index 22f9b2b660d..bc96912bd46 100644
Binary files a/public/images/pokemon/back/shiny/698.png and b/public/images/pokemon/back/shiny/698.png differ
diff --git a/public/images/pokemon/back/shiny/699.png b/public/images/pokemon/back/shiny/699.png
index 58bd840f1e3..0eb93c80f38 100644
Binary files a/public/images/pokemon/back/shiny/699.png and b/public/images/pokemon/back/shiny/699.png differ
diff --git a/public/images/pokemon/back/shiny/703.json b/public/images/pokemon/back/shiny/703.json
index ee6074b20ca..d6752e6f7ff 100644
--- a/public/images/pokemon/back/shiny/703.json
+++ b/public/images/pokemon/back/shiny/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d9d865fef42b5a28e45d32fccd741f98:96057dceb7fdf650f54901c6be0f386f:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 110, "h": 117 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/703.png b/public/images/pokemon/back/shiny/703.png
index ea22e4ad5d4..635d930e674 100644
Binary files a/public/images/pokemon/back/shiny/703.png and b/public/images/pokemon/back/shiny/703.png differ
diff --git a/public/images/pokemon/back/shiny/707.json b/public/images/pokemon/back/shiny/707.json
index 8151fd60f08..b92e1983efc 100644
--- a/public/images/pokemon/back/shiny/707.json
+++ b/public/images/pokemon/back/shiny/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c2d2cb3b868498a2b93c8233ad35af4a:09ee133b9c655c6135da1abf1c9b6ddf:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 428, "y": 143, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 62, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 14, "w": 61, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 530, "y": 2, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 11, "w": 70, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 194, "y": 2, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 85, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 96, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 98, "y": 2, "w": 96, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 96, "h": 60 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 279, "y": 2, "w": 91, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 91, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 370, "y": 2, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 84, "h": 64 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 454, "y": 2, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 600, "y": 2, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 372, "y": 210, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 4, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 172, "y": 450, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 526, "y": 443, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 432, "y": 453, "w": 41, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 10, "w": 41, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 43, "y": 438, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 2, "y": 435, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 13, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 565, "y": 366, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 131, "y": 429, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 485, "y": 426, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 649, "y": 421, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 2, "y": 281, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 53, "y": 214, "w": 48, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 18, "w": 48, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 354, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 345, "y": 421, "w": 46, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 20, "w": 46, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 567, "y": 451, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 45, "h": 68 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 423, "y": 218, "w": 52, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 52, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 2, "y": 137, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 2, "y": 65, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 19, "w": 59, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 600, "y": 71, "w": 58, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 19, "w": 58, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 577, "y": 291, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 303, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 400, "y": 364, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 524, "y": 285, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 266, "y": 213, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 60, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 674, "y": 219, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 58, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 150, "y": 288, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 18, "w": 56, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 250, "y": 351, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 53, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 674, "y": 149, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 214, "y": 145, "w": 52, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 52, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 48, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 161, "y": 217, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 343, "y": 66, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 61, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 279, "y": 64, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 64, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 667, "y": 2, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 19, "w": 64, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 101, "y": 223, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 89, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 671, "y": 281, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 274, "y": 441, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 62, "h": 50 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 275, "y": 491, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 674, "y": 505, "w": 59, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 23, "w": 59, "h": 42 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 612, "y": 498, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 213, "y": 491, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 22, "w": 62, "h": 49 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 372, "y": 287, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 21, "w": 58, "h": 61 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 96, "y": 296, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 51, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 84, "y": 441, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 728, "y": 149, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 19, "w": 42, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 690, "y": 434, "w": 44, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 44, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 669, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 259, "y": 275, "w": 47, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 47, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 212, "y": 218, "w": 47, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 18, "w": 47, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 578, "y": 213, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 18, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 724, "y": 281, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 772, "h": 549 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/707.png b/public/images/pokemon/back/shiny/707.png
index da84624a35c..8d7e5922091 100644
Binary files a/public/images/pokemon/back/shiny/707.png and b/public/images/pokemon/back/shiny/707.png differ
diff --git a/public/images/pokemon/back/shiny/708.json b/public/images/pokemon/back/shiny/708.json
index 1433d1f3954..22aa1885edb 100644
--- a/public/images/pokemon/back/shiny/708.json
+++ b/public/images/pokemon/back/shiny/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 43,
- "h": 43
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab46d1202eb640c4a791f5c8d9bd36ec:04314281a1a95837e11d92d38c448507:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 126, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 88, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 175, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 88, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 13, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 132, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 14, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 176, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 220, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 17, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 264, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 262, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 44, "y": 166, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 23, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 167, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 88, "y": 206, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 20, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 220, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 44, "y": 247, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 218, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 262, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 177, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 264, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 222, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 307, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/708.png b/public/images/pokemon/back/shiny/708.png
index 51462cccc15..8a9ff2cb9ee 100644
Binary files a/public/images/pokemon/back/shiny/708.png and b/public/images/pokemon/back/shiny/708.png differ
diff --git a/public/images/pokemon/back/shiny/714.json b/public/images/pokemon/back/shiny/714.json
index 135bc02dbd5..abcb8902edd 100644
--- a/public/images/pokemon/back/shiny/714.json
+++ b/public/images/pokemon/back/shiny/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 63,
- "h": 63
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:11292bc220f23110a419628bee722abd:b42c1c416a6792bd1666ba41005a2f4d:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 198, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 124, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 264, "y": 61, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 198, "y": 60, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 160, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 196, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 245, "y": 120, "w": 35, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 35, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 264, "y": 1, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 47, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 133, "y": 1, "w": 63, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 63, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 282, "y": 120, "w": 34, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 34, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 317, "h": 239 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/714.png b/public/images/pokemon/back/shiny/714.png
index 65433cec665..e1e5d5dbec7 100644
Binary files a/public/images/pokemon/back/shiny/714.png and b/public/images/pokemon/back/shiny/714.png differ
diff --git a/public/images/pokemon/back/shiny/716-active.png b/public/images/pokemon/back/shiny/716-active.png
index 7c4db546443..96c6814d109 100644
Binary files a/public/images/pokemon/back/shiny/716-active.png and b/public/images/pokemon/back/shiny/716-active.png differ
diff --git a/public/images/pokemon/back/shiny/716-neutral.png b/public/images/pokemon/back/shiny/716-neutral.png
index fe52ce43e0c..9c80656e93c 100644
Binary files a/public/images/pokemon/back/shiny/716-neutral.png and b/public/images/pokemon/back/shiny/716-neutral.png differ
diff --git a/public/images/pokemon/back/shiny/718-10.json b/public/images/pokemon/back/shiny/718-10.json
index 032783b5555..75053d61900 100644
--- a/public/images/pokemon/back/shiny/718-10.json
+++ b/public/images/pokemon/back/shiny/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c99dd53bf67561425f9faac1002806d0:277725239a09766c1d58b4a0f8c45775:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 56, "y": 319, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 59, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 259, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 177, "y": 320, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 232, "y": 128, "w": 61, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 56, "y": 258, "w": 61, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 61, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 118, "y": 195, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 115, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 237, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 234, "y": 253, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 254, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 258, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 175, "y": 128, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 253, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 59, "y": 65, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 117, "y": 128, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 65, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 364, "h": 387 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/718-10.png b/public/images/pokemon/back/shiny/718-10.png
index 0479543fc7a..7998912c001 100644
Binary files a/public/images/pokemon/back/shiny/718-10.png and b/public/images/pokemon/back/shiny/718-10.png differ
diff --git a/public/images/pokemon/back/shiny/718.json b/public/images/pokemon/back/shiny/718.json
index 4badc82d015..1a835e26b08 100644
--- a/public/images/pokemon/back/shiny/718.json
+++ b/public/images/pokemon/back/shiny/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f2bba9e481cf6dfcc460f398fd1af964:386098c871ad5fe384af5f85559e7551:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 359, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 300, "y": 357, "w": 73, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 380, "y": 271, "w": 74, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 74, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 384, "y": 181, "w": 75, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 75, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 155, "y": 92, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 91, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 227, "y": 268, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 150, "y": 182, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 272, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 75, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 310, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 387, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 155, "y": 0, "w": 77, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 92 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 77, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 93 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 231, "y": 180, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 77, "y": 91, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 78, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 0, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 232, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 464, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 93, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 75, "y": 179, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 454, "y": 357, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 541, "h": 534 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/718.png b/public/images/pokemon/back/shiny/718.png
index 4492fbd3b22..bb8d4179347 100644
Binary files a/public/images/pokemon/back/shiny/718.png and b/public/images/pokemon/back/shiny/718.png differ
diff --git a/public/images/pokemon/back/shiny/719.json b/public/images/pokemon/back/shiny/719.json
index 8cb7bee25c3..f7fa0ccb512 100644
--- a/public/images/pokemon/back/shiny/719.json
+++ b/public/images/pokemon/back/shiny/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0340084a126284b9d4aa16b7bbdc9616:f699a390d9b5db64f5f03e684cf77f66:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 120, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 160, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 158, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 112, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 38, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 156, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 197, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 207, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 42, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 84, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 39, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 350, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 75, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 194, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 117, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 40, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 166, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 120, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 160, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 158, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 112, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 38, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 156, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 197, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 200, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 207, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 84, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 39, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 350, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 75, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 194, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 117, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 40, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 166, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 252, "h": 420 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/719.png b/public/images/pokemon/back/shiny/719.png
index a0b34f5bcca..6e76d35bc93 100644
Binary files a/public/images/pokemon/back/shiny/719.png and b/public/images/pokemon/back/shiny/719.png differ
diff --git a/public/images/pokemon/back/shiny/772.png b/public/images/pokemon/back/shiny/772.png
index f999ba8ec01..e275c06ee41 100644
Binary files a/public/images/pokemon/back/shiny/772.png and b/public/images/pokemon/back/shiny/772.png differ
diff --git a/public/images/pokemon/back/shiny/773.png b/public/images/pokemon/back/shiny/773.png
index 6dba183d9d2..26aafa2d2ea 100644
Binary files a/public/images/pokemon/back/shiny/773.png and b/public/images/pokemon/back/shiny/773.png differ
diff --git a/public/images/pokemon/back/shiny/798.png b/public/images/pokemon/back/shiny/798.png
index b1948a6a3cd..56a45c895a0 100644
Binary files a/public/images/pokemon/back/shiny/798.png and b/public/images/pokemon/back/shiny/798.png differ
diff --git a/public/images/pokemon/back/shiny/80-mega.png b/public/images/pokemon/back/shiny/80-mega.png
index 6c508034c3e..5baf6ccb873 100644
Binary files a/public/images/pokemon/back/shiny/80-mega.png and b/public/images/pokemon/back/shiny/80-mega.png differ
diff --git a/public/images/pokemon/back/shiny/80.png b/public/images/pokemon/back/shiny/80.png
index 68e3d526965..c6c3b23f364 100644
Binary files a/public/images/pokemon/back/shiny/80.png and b/public/images/pokemon/back/shiny/80.png differ
diff --git a/public/images/pokemon/back/shiny/818-gigantamax.png b/public/images/pokemon/back/shiny/818-gigantamax.png
index 224858fc0be..ca58c4eb34c 100644
Binary files a/public/images/pokemon/back/shiny/818-gigantamax.png and b/public/images/pokemon/back/shiny/818-gigantamax.png differ
diff --git a/public/images/pokemon/back/shiny/881.png b/public/images/pokemon/back/shiny/881.png
index 3686b34dd99..4dc11742548 100644
Binary files a/public/images/pokemon/back/shiny/881.png and b/public/images/pokemon/back/shiny/881.png differ
diff --git a/public/images/pokemon/back/shiny/898-ice.png b/public/images/pokemon/back/shiny/898-ice.png
index 3bf247280b9..0e96f7ca9d3 100644
Binary files a/public/images/pokemon/back/shiny/898-ice.png and b/public/images/pokemon/back/shiny/898-ice.png differ
diff --git a/public/images/pokemon/back/shiny/898-shadow.png b/public/images/pokemon/back/shiny/898-shadow.png
index a1ea98d1f3f..6319b0c56d1 100644
Binary files a/public/images/pokemon/back/shiny/898-shadow.png and b/public/images/pokemon/back/shiny/898-shadow.png differ
diff --git a/public/images/pokemon/back/shiny/913.png b/public/images/pokemon/back/shiny/913.png
index d57246f3565..e3a4405fd1e 100644
Binary files a/public/images/pokemon/back/shiny/913.png and b/public/images/pokemon/back/shiny/913.png differ
diff --git a/public/images/pokemon/back/shiny/914.png b/public/images/pokemon/back/shiny/914.png
index f22947be030..5e88e004266 100644
Binary files a/public/images/pokemon/back/shiny/914.png and b/public/images/pokemon/back/shiny/914.png differ
diff --git a/public/images/pokemon/back/shiny/944.png b/public/images/pokemon/back/shiny/944.png
index 24957073d46..a33c2a39c2f 100644
Binary files a/public/images/pokemon/back/shiny/944.png and b/public/images/pokemon/back/shiny/944.png differ
diff --git a/public/images/pokemon/back/shiny/945.png b/public/images/pokemon/back/shiny/945.png
index a1cc685f008..38be3590480 100644
Binary files a/public/images/pokemon/back/shiny/945.png and b/public/images/pokemon/back/shiny/945.png differ
diff --git a/public/images/pokemon/back/shiny/981.png b/public/images/pokemon/back/shiny/981.png
index b89fa6b1629..0a5d6e5fb90 100644
Binary files a/public/images/pokemon/back/shiny/981.png and b/public/images/pokemon/back/shiny/981.png differ
diff --git a/public/images/pokemon/back/shiny/983.png b/public/images/pokemon/back/shiny/983.png
index 4b69919c297..5cdf12cc859 100644
Binary files a/public/images/pokemon/back/shiny/983.png and b/public/images/pokemon/back/shiny/983.png differ
diff --git a/public/images/pokemon/back/shiny/987.png b/public/images/pokemon/back/shiny/987.png
index 8022d2f900a..8c4c0c8b62a 100644
Binary files a/public/images/pokemon/back/shiny/987.png and b/public/images/pokemon/back/shiny/987.png differ
diff --git a/public/images/pokemon/back/shiny/female/190.png b/public/images/pokemon/back/shiny/female/190.png
index 11c7f6a84e5..cb2352cfb4d 100644
Binary files a/public/images/pokemon/back/shiny/female/190.png and b/public/images/pokemon/back/shiny/female/190.png differ
diff --git a/public/images/pokemon/back/shiny/female/3.png b/public/images/pokemon/back/shiny/female/3.png
index 706a6c33f14..dff72d5b6e5 100644
Binary files a/public/images/pokemon/back/shiny/female/3.png and b/public/images/pokemon/back/shiny/female/3.png differ
diff --git a/public/images/pokemon/back/shiny/female/424.png b/public/images/pokemon/back/shiny/female/424.png
index dd620a0cfa9..a00c99e375e 100644
Binary files a/public/images/pokemon/back/shiny/female/424.png and b/public/images/pokemon/back/shiny/female/424.png differ
diff --git a/public/images/pokemon/exp/1003.png b/public/images/pokemon/exp/1003.png
index e6c8cbc2b67..2d02c4050e9 100644
Binary files a/public/images/pokemon/exp/1003.png and b/public/images/pokemon/exp/1003.png differ
diff --git a/public/images/pokemon/exp/2026.png b/public/images/pokemon/exp/2026.png
index 80ac591cd62..718fb8957b3 100644
Binary files a/public/images/pokemon/exp/2026.png and b/public/images/pokemon/exp/2026.png differ
diff --git a/public/images/pokemon/exp/229-mega.png b/public/images/pokemon/exp/229-mega.png
index bc7656d9f1c..babc5310bb4 100644
Binary files a/public/images/pokemon/exp/229-mega.png and b/public/images/pokemon/exp/229-mega.png differ
diff --git a/public/images/pokemon/exp/248-mega.json b/public/images/pokemon/exp/248-mega.json
index 42e7e9f7d6d..2c9370cbeee 100644
--- a/public/images/pokemon/exp/248-mega.json
+++ b/public/images/pokemon/exp/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 271,
- "h": 271
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 181,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 91,
- "y": 170,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cde8b160e19f5e22098d0c8712fe3e26:5bade20a2d91d5c0e3de833bedccd3cb:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 92, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 92, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 184, "y": 345, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 278, "y": 263, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 468, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 549, "y": 346, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 431, "w": 87, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 87, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 367, "y": 429, "w": 87, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 87, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 461, "y": 346, "w": 86, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 86, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 283, "y": 175, "w": 89, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 89, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 189, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 93, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 93, "h": 87 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 380, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 95, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 474, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 190, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 95, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 378, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 283, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 473, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 89, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 374, "y": 175, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 651, "h": 593 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/248-mega.png b/public/images/pokemon/exp/248-mega.png
index b7563738d3d..167b88b09e5 100644
Binary files a/public/images/pokemon/exp/248-mega.png and b/public/images/pokemon/exp/248-mega.png differ
diff --git a/public/images/pokemon/exp/359-mega.png b/public/images/pokemon/exp/359-mega.png
index 8b6d0dd2b4a..10787a35a8b 100644
Binary files a/public/images/pokemon/exp/359-mega.png and b/public/images/pokemon/exp/359-mega.png differ
diff --git a/public/images/pokemon/exp/362-mega.json b/public/images/pokemon/exp/362-mega.json
index 05497f4ce7e..c69ecfb1903 100644
--- a/public/images/pokemon/exp/362-mega.json
+++ b/public/images/pokemon/exp/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 116,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:06afd89cf806f88f8f27098b432ad2cd:96be21e5293fd792149dc4962c63b26d:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/362-mega.png b/public/images/pokemon/exp/362-mega.png
index 76464e38a4c..be87d172e8e 100644
Binary files a/public/images/pokemon/exp/362-mega.png and b/public/images/pokemon/exp/362-mega.png differ
diff --git a/public/images/pokemon/exp/373-mega.png b/public/images/pokemon/exp/373-mega.png
index 93c27d88db6..0b93c472c76 100644
Binary files a/public/images/pokemon/exp/373-mega.png and b/public/images/pokemon/exp/373-mega.png differ
diff --git a/public/images/pokemon/exp/4080.png b/public/images/pokemon/exp/4080.png
index 81890a8b9e5..77e47856b0a 100644
Binary files a/public/images/pokemon/exp/4080.png and b/public/images/pokemon/exp/4080.png differ
diff --git a/public/images/pokemon/exp/4199.png b/public/images/pokemon/exp/4199.png
index b1858760c0c..b7a7dd9bfbb 100644
Binary files a/public/images/pokemon/exp/4199.png and b/public/images/pokemon/exp/4199.png differ
diff --git a/public/images/pokemon/exp/4222.png b/public/images/pokemon/exp/4222.png
index b78d04c371c..5e04aafdc22 100644
Binary files a/public/images/pokemon/exp/4222.png and b/public/images/pokemon/exp/4222.png differ
diff --git a/public/images/pokemon/exp/4264.png b/public/images/pokemon/exp/4264.png
index 3436fe2fe13..4bc70f2fdce 100644
Binary files a/public/images/pokemon/exp/4264.png and b/public/images/pokemon/exp/4264.png differ
diff --git a/public/images/pokemon/exp/4562.png b/public/images/pokemon/exp/4562.png
index 69b90f182ca..307390e8e2c 100644
Binary files a/public/images/pokemon/exp/4562.png and b/public/images/pokemon/exp/4562.png differ
diff --git a/public/images/pokemon/exp/484-origin.json b/public/images/pokemon/exp/484-origin.json
index f52359c264a..2b63fdd6785 100644
--- a/public/images/pokemon/exp/484-origin.json
+++ b/public/images/pokemon/exp/484-origin.json
@@ -4,8 +4,8 @@
"image": "484-origin.png",
"format": "RGBA8888",
"size": {
- "w": 426,
- "h": 426
+ "w": 274,
+ "h": 274
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -35,20 +35,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -56,20 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -77,20 +77,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -98,20 +98,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -119,146 +119,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
"w": 91,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 97
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
+ "h": 95
},
"spriteSourceSize": {
"x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
+ "h": 95
},
"frame": {
"x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
+ "h": 95
}
},
{
@@ -266,20 +140,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -287,20 +161,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -308,20 +182,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -329,20 +203,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -350,20 +224,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -371,20 +245,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -392,20 +266,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -413,20 +287,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -434,20 +308,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -455,20 +329,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -476,20 +350,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -497,272 +371,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
+ "w": 91,
"h": 95
},
- "frame": {
+ "spriteSourceSize": {
"x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
"y": 1,
- "w": 89,
- "h": 95
+ "w": 90,
+ "h": 94
},
"frame": {
"x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
+ "y": 95,
+ "w": 90,
+ "h": 94
}
},
{
@@ -770,20 +392,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -791,20 +413,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -812,20 +434,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -833,20 +455,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -854,20 +476,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -875,20 +497,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -896,20 +518,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -917,20 +539,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -938,20 +560,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -959,20 +581,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -980,20 +602,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -1001,272 +623,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
"w": 91,
- "h": 92
+ "h": 95
},
- "frame": {
- "x": 275,
- "y": 92,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
+ "h": 91
},
"frame": {
"x": 90,
- "y": 97,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 90,
- "y": 97,
- "w": 89,
- "h": 93
+ "y": 0,
+ "w": 91,
+ "h": 91
}
},
{
@@ -1274,20 +644,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1295,20 +665,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1316,20 +686,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1337,20 +707,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1358,20 +728,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1379,20 +749,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1400,20 +770,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1421,20 +791,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1442,20 +812,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1463,20 +833,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1484,20 +854,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1505,19 +875,229 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
+ "h": 91
+ },
+ "frame": {
+ "x": 181,
+ "y": 0,
+ "w": 90,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
"h": 92
},
"frame": {
"x": 90,
- "y": 190,
- "w": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
"h": 92
}
},
@@ -1526,20 +1106,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1547,20 +1127,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1568,20 +1148,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1589,20 +1169,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1610,20 +1190,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1631,20 +1211,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1652,20 +1232,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1673,20 +1253,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1694,20 +1274,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1715,20 +1295,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1736,20 +1316,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1757,62 +1337,62 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
+ "w": 89,
+ "h": 91
+ },
+ "frame": {
+ "x": 90,
+ "y": 183,
+ "w": 89,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
"w": 89,
"h": 92
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 179,
+ "y": 91,
"w": 89,
"h": 92
}
},
{
- "filename": "0077.png",
+ "filename": "0016.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
},
"frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
+ "x": 179,
+ "y": 91,
+ "w": 89,
+ "h": 92
}
},
{
@@ -1820,20 +1400,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1841,20 +1421,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1862,20 +1442,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1883,20 +1463,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1904,20 +1484,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1925,608 +1505,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 79,
- "h": 83
- },
- "frame": {
- "x": 347,
- "y": 274,
- "w": 79,
- "h": 83
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 384,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 371,
- "y": 54,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
}
]
@@ -2535,6 +1527,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:52f94c22e7d6d2608638048866c1910a:045ab453153e084bad1f17ca61076c30:5ea3e660bc9c2624f846675d5196db82$"
+ "smartupdate": "$TexturePacker:SmartUpdate:4eec21f441df8c5ce7313596a1672a9e:bec666304c4bb8072e19fa13a830a7c8:5ea3e660bc9c2624f846675d5196db82$"
}
}
diff --git a/public/images/pokemon/exp/484-origin.png b/public/images/pokemon/exp/484-origin.png
index dbd6db55f78..2d8d0fde472 100644
Binary files a/public/images/pokemon/exp/484-origin.png and b/public/images/pokemon/exp/484-origin.png differ
diff --git a/public/images/pokemon/exp/531-mega.png b/public/images/pokemon/exp/531-mega.png
index d9b93c2ecca..391cc22b6db 100644
Binary files a/public/images/pokemon/exp/531-mega.png and b/public/images/pokemon/exp/531-mega.png differ
diff --git a/public/images/pokemon/exp/569-gigantamax.json b/public/images/pokemon/exp/569-gigantamax.json
new file mode 100644
index 00000000000..6cda2b0d79a
--- /dev/null
+++ b/public/images/pokemon/exp/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 419, "h": 261 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/569-gigantamax.png b/public/images/pokemon/exp/569-gigantamax.png
new file mode 100644
index 00000000000..90decc0ad84
Binary files /dev/null and b/public/images/pokemon/exp/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/6503.png b/public/images/pokemon/exp/6503.png
index 28d3a366fef..d1a698254cb 100644
Binary files a/public/images/pokemon/exp/6503.png and b/public/images/pokemon/exp/6503.png differ
diff --git a/public/images/pokemon/exp/651.json b/public/images/pokemon/exp/651.json
index 5db25b75d8e..20bdccd5bd4 100644
--- a/public/images/pokemon/exp/651.json
+++ b/public/images/pokemon/exp/651.json
@@ -1,188 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 116,
- "h": 116
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 53,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d110ead01ff70d3da8dfb432dfe00ac0:207046ea51a1627a342c2b30f969868e:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 239, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 60, "y": 0, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 355, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 59, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 297, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 101, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 329, "y": 252, "w": 51, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 47 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 252, "w": 51, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 204, "w": 52, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 52, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 166, "y": 202, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 52, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 275, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 204, "w": 54, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 333, "y": 202, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 202, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 55, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/651.png b/public/images/pokemon/exp/651.png
index 42a1af8184d..633a3cc0c75 100644
Binary files a/public/images/pokemon/exp/651.png and b/public/images/pokemon/exp/651.png differ
diff --git a/public/images/pokemon/exp/653.json b/public/images/pokemon/exp/653.json
index 19654fbb3cb..a08242f32cf 100644
--- a/public/images/pokemon/exp/653.json
+++ b/public/images/pokemon/exp/653.json
@@ -1,1553 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 180,
- "h": 180
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 47,
- "y": 136,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f19f65b0cc7eac6c736e7e4bd91d830:87ecb6f1ef5612019ef73bbf8249079d:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 168, "h": 175 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/653.png b/public/images/pokemon/exp/653.png
index cf42c8754bc..66e359173aa 100644
Binary files a/public/images/pokemon/exp/653.png and b/public/images/pokemon/exp/653.png differ
diff --git a/public/images/pokemon/exp/654.json b/public/images/pokemon/exp/654.json
index a7f07f56864..74019f665ec 100644
--- a/public/images/pokemon/exp/654.json
+++ b/public/images/pokemon/exp/654.json
@@ -1,818 +1,695 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 390,
- "h": 390
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 162,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 243,
- "w": 47,
- "h": 80
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 81,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 162,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 80
- },
- "frame": {
- "x": 47,
- "y": 243,
- "w": 46,
- "h": 80
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 79,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 158,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 237,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 93,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 139,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 79,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 159,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 46,
- "h": 78
- },
- "frame": {
- "x": 139,
- "y": 239,
- "w": 46,
- "h": 78
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 139,
- "y": 317,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 185,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 231,
- "y": 316,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 46,
- "h": 77
- },
- "frame": {
- "x": 274,
- "y": 79,
- "w": 46,
- "h": 77
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 47,
- "h": 75
- },
- "frame": {
- "x": 275,
- "y": 0,
- "w": 47,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 274,
- "y": 156,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 275,
- "y": 234,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 46,
- "h": 76
- },
- "frame": {
- "x": 319,
- "y": 156,
- "w": 46,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 45,
- "h": 77
- },
- "frame": {
- "x": 320,
- "y": 75,
- "w": 45,
- "h": 77
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 322,
- "y": 0,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 277,
- "y": 312,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 320,
- "y": 232,
- "w": 45,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 323,
- "y": 308,
- "w": 45,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6cb9cd08a225d9ce5a32640f2a1a4760:ab52583219972dae47f87bdaf152d0c0:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 152, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 172, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 213, "y": 265, "w": 51, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 282, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 173, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 60, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 110, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 165, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 282, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 133, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 220, "y": 134, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 198, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 218, "y": 199, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 271, "y": 261, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 51, "y": 264, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 337, "h": 393 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/654.png b/public/images/pokemon/exp/654.png
index 31d16e68e48..b1101648416 100644
Binary files a/public/images/pokemon/exp/654.png and b/public/images/pokemon/exp/654.png differ
diff --git a/public/images/pokemon/exp/656.json b/public/images/pokemon/exp/656.json
index 71ebaea1efb..3c2051bfe3a 100644
--- a/public/images/pokemon/exp/656.json
+++ b/public/images/pokemon/exp/656.json
@@ -1,671 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 96,
- "h": 96
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5f39528f34681b7e85d5ea8d96776a2d:75313d84bbb64652e1825fbfbea72872:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 98, "y": 116, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 129, "y": 1, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 31, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 33, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 65, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 97, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 162, "y": 1, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 81, "w": 29, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 29, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 164, "y": 148, "w": 29, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 29, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 35, "y": 81, "w": 30, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 30, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 69, "y": 152, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 104, "y": 185, "w": 34, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 34, "h": 30 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 186, "w": 34, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 17, "w": 34, "h": 29 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 157, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 137, "y": 112, "w": 33, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 33, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 132, "y": 147, "w": 30, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 36 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 36, "y": 157, "w": 30, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 35, "y": 121, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 35, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 69, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 103, "y": 79, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 240, "h": 216 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/656.png b/public/images/pokemon/exp/656.png
index 4f4af590a45..cc85a92ecbb 100644
Binary files a/public/images/pokemon/exp/656.png and b/public/images/pokemon/exp/656.png differ
diff --git a/public/images/pokemon/exp/657.png b/public/images/pokemon/exp/657.png
index 6cfff5af3f7..404fb30a2b2 100644
Binary files a/public/images/pokemon/exp/657.png and b/public/images/pokemon/exp/657.png differ
diff --git a/public/images/pokemon/exp/658-ash.json b/public/images/pokemon/exp/658-ash.json
index f3a02cb1774..52dbac8366a 100644
--- a/public/images/pokemon/exp/658-ash.json
+++ b/public/images/pokemon/exp/658-ash.json
@@ -1,671 +1,299 @@
-{
- "textures": [
- {
- "image": "658-ash.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cfb009f1af61ea752bdb3266bffd0fd0:e1abe8d09d1fe3c1ec758293b0a4bed5:f09eeed5adc5ec50aec50218e03662c2$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 79, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 79, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 79, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 79, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 79, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 79, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "image": "658-ash.png",
+ "format": "I8",
+ "size": { "w": 237, "h": 148 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/658-ash.png b/public/images/pokemon/exp/658-ash.png
index 5d80ca1ad0e..ced4cbcec71 100644
Binary files a/public/images/pokemon/exp/658-ash.png and b/public/images/pokemon/exp/658-ash.png differ
diff --git a/public/images/pokemon/exp/658.png b/public/images/pokemon/exp/658.png
index ab2e30592f6..83b2f5fab89 100644
Binary files a/public/images/pokemon/exp/658.png and b/public/images/pokemon/exp/658.png differ
diff --git a/public/images/pokemon/exp/661.json b/public/images/pokemon/exp/661.json
index f01755ccdc0..74bcbcb06a0 100644
--- a/public/images/pokemon/exp/661.json
+++ b/public/images/pokemon/exp/661.json
@@ -1,356 +1,397 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7dcd93b1058cdbc2640b9885ceb2e854:a2e65850e27a715b371214cfcc8954f8:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 96, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 98, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 137, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/661.png b/public/images/pokemon/exp/661.png
index 52e31c9ec73..ebc25efa895 100644
Binary files a/public/images/pokemon/exp/661.png and b/public/images/pokemon/exp/661.png differ
diff --git a/public/images/pokemon/exp/662.json b/public/images/pokemon/exp/662.json
index a5fb9d1a87c..3600bbcd38d 100644
--- a/public/images/pokemon/exp/662.json
+++ b/public/images/pokemon/exp/662.json
@@ -1,776 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 167,
- "h": 167
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fdd7a1bbdeb9b06a84c6e230eaa36b6e:73c8c872230bd4fc874bce8a02ada9b0:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 221, "y": 131, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 57, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 113, "y": 70, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 19, "w": 56, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 335, "y": 136, "w": 49, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 36, "w": 49, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 197, "w": 63, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 33, "w": 63, "h": 51 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 16, "w": 59, "h": 66 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 119, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 233, "y": 1, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 54, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 176, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 288, "y": 1, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 59, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 338, "y": 187, "w": 47, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 30, "w": 47, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 249, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 26, "w": 62, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 68, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 58, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 169, "y": 141, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 17, "w": 47, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 275, "y": 198, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 62, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 61, "y": 1, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 288, "y": 66, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 54, "h": 69 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 60, "y": 69, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 52, "h": 71 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 170, "y": 70, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 133, "w": 49, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 49, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 275, "y": 249, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 30, "w": 56, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 205, "w": 64, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 27, "w": 64, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 221, "y": 72, "w": 60, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 60, "h": 58 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 113, "y": 134, "w": 55, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 55, "h": 62 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 223, "y": 193, "w": 51, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 51, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 51, "y": 141, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 169, "y": 193, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 279, "y": 136, "w": 55, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 55, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 386, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/662.png b/public/images/pokemon/exp/662.png
index 090e6e4c91f..be3e0170e73 100644
Binary files a/public/images/pokemon/exp/662.png and b/public/images/pokemon/exp/662.png differ
diff --git a/public/images/pokemon/exp/663.json b/public/images/pokemon/exp/663.json
index 7d61c15fd97..8c4ef182132 100644
--- a/public/images/pokemon/exp/663.json
+++ b/public/images/pokemon/exp/663.json
@@ -1,1700 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 295,
- "h": 295
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:df66b59e88a0e2316e65cc2931e2d45a:38fe3e789df33d7d1b51b40128b5adaa:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 480, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/663.png b/public/images/pokemon/exp/663.png
index e3f83f2594b..394cec2e0ee 100644
Binary files a/public/images/pokemon/exp/663.png and b/public/images/pokemon/exp/663.png differ
diff --git a/public/images/pokemon/exp/664.json b/public/images/pokemon/exp/664.json
index b44e028830f..5036fe74b0b 100644
--- a/public/images/pokemon/exp/664.json
+++ b/public/images/pokemon/exp/664.json
@@ -1,188 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 84,
- "h": 84
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 50,
- "y": 0,
- "w": 25,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:463885b13604daf56d9395607b6a199b:02b6779c8edc4d65f396242ab67065d7:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 46, "w": 26, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 26, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 46, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 90, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 52, "y": 91, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 46, "w": 27, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 78, "y": 91, "w": 26, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 0, "w": 28, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 28, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 0, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 56, "y": 45, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 111, "h": 136 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/664.png b/public/images/pokemon/exp/664.png
index 5f7ee7f426e..d626085b5a1 100644
Binary files a/public/images/pokemon/exp/664.png and b/public/images/pokemon/exp/664.png differ
diff --git a/public/images/pokemon/exp/665.json b/public/images/pokemon/exp/665.json
index 69d1dfa05e2..a06b1d10ad0 100644
--- a/public/images/pokemon/exp/665.json
+++ b/public/images/pokemon/exp/665.json
@@ -1,188 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 76,
- "h": 76
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:359a2e5553846e1cd19ec4ff9a207cd7:96f598328847d5f090f229788215db91:a72e6c94514c750d7462eab6b08ee591$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 193, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 40, "y": 41, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 38, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 3, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 34, "w": 63, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 80, "h": 41 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 34, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 37 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 37, "w": 53, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 53, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 343, "y": 37, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 46, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 41, "w": 40, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 40, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 227, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 261, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 295, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 329, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 363, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 397, "h": 135 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/665.png b/public/images/pokemon/exp/665.png
index 05b0370d0c6..88dc208300f 100644
Binary files a/public/images/pokemon/exp/665.png and b/public/images/pokemon/exp/665.png differ
diff --git a/public/images/pokemon/exp/666-fancy.png b/public/images/pokemon/exp/666-fancy.png
index 6c23274c5e0..92da507a61f 100644
Binary files a/public/images/pokemon/exp/666-fancy.png and b/public/images/pokemon/exp/666-fancy.png differ
diff --git a/public/images/pokemon/exp/666-high-plains.png b/public/images/pokemon/exp/666-high-plains.png
index 9d6527bf091..a34b2fd8254 100644
Binary files a/public/images/pokemon/exp/666-high-plains.png and b/public/images/pokemon/exp/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/666-meadow.json b/public/images/pokemon/exp/666-meadow.json
index ee4f6d31bc0..77158992e59 100644
--- a/public/images/pokemon/exp/666-meadow.json
+++ b/public/images/pokemon/exp/666-meadow.json
@@ -1,314 +1,551 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 243,
- "h": 243
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 88
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 77,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 77,
- "h": 89
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 77,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 77,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 69,
- "h": 89
- },
- "frame": {
- "x": 77,
- "y": 88,
- "w": 69,
- "h": 89
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 69,
- "h": 89
- },
- "frame": {
- "x": 77,
- "y": 88,
- "w": 69,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 62,
- "h": 87
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 62,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 62,
- "h": 87
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 62,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 2,
- "w": 56,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 56,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 2,
- "w": 56,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 56,
- "h": 86
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 41,
- "h": 85
- },
- "frame": {
- "x": 202,
- "y": 0,
- "w": 41,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 51,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 86,
- "w": 51,
- "h": 86
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 51,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 86,
- "w": 51,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 46,
- "h": 86
- },
- "frame": {
- "x": 197,
- "y": 86,
- "w": 46,
- "h": 86
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 46,
- "h": 86
- },
- "frame": {
- "x": 197,
- "y": 86,
- "w": 46,
- "h": 86
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 2, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 278, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 53, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 71, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 20, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 155, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 140, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 206, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 209, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 257, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 278, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 308, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 53, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 104, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 20, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 2, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 209, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 53, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 278, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 104, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-meadow.png",
+ "format": "I8",
+ "size": { "w": 398, "h": 347 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/666-meadow.png b/public/images/pokemon/exp/666-meadow.png
index 3f9f758ad1f..6912a8d8174 100644
Binary files a/public/images/pokemon/exp/666-meadow.png and b/public/images/pokemon/exp/666-meadow.png differ
diff --git a/public/images/pokemon/exp/666-poke-ball.png b/public/images/pokemon/exp/666-poke-ball.png
index e33fe6e8c5a..58cae8e2aaa 100644
Binary files a/public/images/pokemon/exp/666-poke-ball.png and b/public/images/pokemon/exp/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/666-river.png b/public/images/pokemon/exp/666-river.png
index 1e908ff89b6..433b2c39254 100644
Binary files a/public/images/pokemon/exp/666-river.png and b/public/images/pokemon/exp/666-river.png differ
diff --git a/public/images/pokemon/exp/667.json b/public/images/pokemon/exp/667.json
index 3667bc80aa0..3fba95afcf9 100644
--- a/public/images/pokemon/exp/667.json
+++ b/public/images/pokemon/exp/667.json
@@ -1,272 +1,659 @@
-{
- "textures": [
- {
- "image": "667.png",
- "format": "RGBA8888",
- "size": {
- "w": 160,
- "h": 160
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 45,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 90,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 46,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 46,
- "w": 40,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c78c1973ebb266716d5a3a4557bca98:3ab4a906b1847f4048e828e5410eae40:02171d511e760c8a3e1b623ad6bf93f5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 48 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 48 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "667.png",
+ "format": "I8",
+ "size": { "w": 167, "h": 141 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/667.png b/public/images/pokemon/exp/667.png
index 21bbfcc0d68..3ae931300c5 100644
Binary files a/public/images/pokemon/exp/667.png and b/public/images/pokemon/exp/667.png differ
diff --git a/public/images/pokemon/exp/668.json b/public/images/pokemon/exp/668.json
index 083fdcfb598..63671a548a2 100644
--- a/public/images/pokemon/exp/668.json
+++ b/public/images/pokemon/exp/668.json
@@ -1,272 +1,821 @@
-{
- "textures": [
- {
- "image": "668.png",
- "format": "RGBA8888",
- "size": {
- "w": 205,
- "h": 205
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 68
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 136,
- "y": 69,
- "w": 69,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a0374d38386b4719d8b0a8fcc11d003d:7a4ba7ff9050ba3dee8c8340200f12c2:947bf84d1af493c62e2cef45bb6c19ad$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 351, "y": 151, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 142, "y": 221, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 351, "y": 224, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 70, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 421, "y": 225, "w": 69, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 205, "y": 296, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 69, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 212, "y": 224, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 70, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 137, "y": 294, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 274, "y": 299, "w": 64, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 368, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 61, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 442, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 55, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 441, "w": 55, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 261, "y": 372, "w": 59, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 134, "y": 367, "w": 62, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 62, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 295, "w": 66, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 66, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 365, "y": 75, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 69, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 75, "w": 71, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 442, "y": 74, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 72, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 221, "y": 74, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 72, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 369, "y": 0, "w": 73, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 296, "y": 0, "w": 73, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 74, "y": 0, "w": 74, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 74, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 148, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 74, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 148, "y": 74, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 73, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 222, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 74, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 442, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 73, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 293, "y": 75, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 72, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 71, "y": 75, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 72, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 71, "y": 149, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 71, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 143, "y": 148, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 71, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668.png",
+ "format": "I8",
+ "size": { "w": 515, "h": 516 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/668.png b/public/images/pokemon/exp/668.png
index 36acb70a20f..85be1a55032 100644
Binary files a/public/images/pokemon/exp/668.png and b/public/images/pokemon/exp/668.png differ
diff --git a/public/images/pokemon/exp/672.json b/public/images/pokemon/exp/672.json
index 7062ea01ab3..f337bef7d29 100644
--- a/public/images/pokemon/exp/672.json
+++ b/public/images/pokemon/exp/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 250,
- "h": 250
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 190,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 151,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 188,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 145,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 181,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 36,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 72,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 108,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 144,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 72,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 144,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 215,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 209,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:38e639fec858918eeed4df6a97e5793c:1f05d1f362d84566f20c17270128fcef:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 100, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 83, "y": 101, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 170, "h": 193 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/672.png b/public/images/pokemon/exp/672.png
index 1af5c35d308..1c261d8d51a 100644
Binary files a/public/images/pokemon/exp/672.png and b/public/images/pokemon/exp/672.png differ
diff --git a/public/images/pokemon/exp/674.json b/public/images/pokemon/exp/674.json
deleted file mode 100644
index ab275feb366..00000000000
--- a/public/images/pokemon/exp/674.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8a56731ba1ddcc58654c5fd4c09d4b6c:7feee6e8d94135fbc956d541853811cb:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/674.png b/public/images/pokemon/exp/674.png
deleted file mode 100644
index 68fd635ed4f..00000000000
Binary files a/public/images/pokemon/exp/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/677.png b/public/images/pokemon/exp/677.png
index 70d8a0f185d..d25f1675102 100644
Binary files a/public/images/pokemon/exp/677.png and b/public/images/pokemon/exp/677.png differ
diff --git a/public/images/pokemon/exp/678-female.png b/public/images/pokemon/exp/678-female.png
index 3af30f5d2a7..b2021bd5923 100644
Binary files a/public/images/pokemon/exp/678-female.png and b/public/images/pokemon/exp/678-female.png differ
diff --git a/public/images/pokemon/exp/682.png b/public/images/pokemon/exp/682.png
index 35ab3a5c315..104dc143677 100644
Binary files a/public/images/pokemon/exp/682.png and b/public/images/pokemon/exp/682.png differ
diff --git a/public/images/pokemon/exp/683.png b/public/images/pokemon/exp/683.png
index 5e8ff5acd30..d657a0ee5fd 100644
Binary files a/public/images/pokemon/exp/683.png and b/public/images/pokemon/exp/683.png differ
diff --git a/public/images/pokemon/exp/684.png b/public/images/pokemon/exp/684.png
index d7d6b29f730..84f06ee4f3c 100644
Binary files a/public/images/pokemon/exp/684.png and b/public/images/pokemon/exp/684.png differ
diff --git a/public/images/pokemon/exp/685.png b/public/images/pokemon/exp/685.png
index cfccc4f119b..2a1ab94bc22 100644
Binary files a/public/images/pokemon/exp/685.png and b/public/images/pokemon/exp/685.png differ
diff --git a/public/images/pokemon/exp/692.json b/public/images/pokemon/exp/692.json
index 935f67c3daa..86b535260ae 100644
--- a/public/images/pokemon/exp/692.json
+++ b/public/images/pokemon/exp/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 162,
- "h": 162
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 80,
- "w": 59,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 121,
- "w": 59,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:770fa5fad1cc8a443ce0a20fecd29c87:eb7f111f1bbee8cd3438d375d4fb00f7:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 117, "y": 72, "w": 59, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/692.png b/public/images/pokemon/exp/692.png
index 976faaf76a4..1e42cbf47fa 100644
Binary files a/public/images/pokemon/exp/692.png and b/public/images/pokemon/exp/692.png differ
diff --git a/public/images/pokemon/exp/693.json b/public/images/pokemon/exp/693.json
index b5b81735f10..c8f7763de1d 100644
--- a/public/images/pokemon/exp/693.json
+++ b/public/images/pokemon/exp/693.json
@@ -1,272 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 259,
- "h": 259
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 85,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 91,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 178,
- "w": 91,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8606ef5d207ca2100dda49cb1d79599e:d3c4f159e863b497f7925b3a24df9e4b:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 303, "y": 140, "w": 102, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 5, "w": 102, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 523, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 318, "y": 290, "w": 103, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 103, "h": 64 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 105, "y": 1, "w": 102, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 102, "h": 75 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 508, "y": 152, "w": 106, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 106, "h": 67 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 414, "y": 74, "w": 103, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 103, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 309, "y": 214, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 306, "y": 1, "w": 106, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 106, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 218, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 213, "y": 279, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 103, "y": 341, "w": 104, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 104, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 516, "y": 1, "w": 101, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 101, "h": 73 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 149, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 349, "w": 102, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 102, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 103, "y": 404, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 626, "h": 466 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/693.png b/public/images/pokemon/exp/693.png
index 538f2f11f73..2e8f1ccd05c 100644
Binary files a/public/images/pokemon/exp/693.png and b/public/images/pokemon/exp/693.png differ
diff --git a/public/images/pokemon/exp/694.json b/public/images/pokemon/exp/694.json
deleted file mode 100644
index 12cc0369cc2..00000000000
--- a/public/images/pokemon/exp/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 44,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 34,
- "h": 37
- },
- "frame": {
- "x": 36,
- "y": 103,
- "w": 34,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 43,
- "y": 34,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 82,
- "y": 35,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 70,
- "y": 71,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 31,
- "h": 37
- },
- "frame": {
- "x": 103,
- "y": 71,
- "w": 31,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c6f790c1c7c7e284eb98dfeaad75e635:7e95f5e91c561cc43d0e8ef8188f18b3:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/694.png b/public/images/pokemon/exp/694.png
deleted file mode 100644
index 671d9517e4c..00000000000
Binary files a/public/images/pokemon/exp/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/696.json b/public/images/pokemon/exp/696.json
index 3bc9dae1999..f95124e3f31 100644
--- a/public/images/pokemon/exp/696.json
+++ b/public/images/pokemon/exp/696.json
@@ -1,692 +1,1054 @@
-{
- "textures": [
- {
- "image": "696.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f6c90e8287d3ce2aa68c9fef98f6e12f:24cf84ba4764bd88b4e751ca1911a8d5:58b7763fb9abdd043e9bfa400cfafdef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 286, "h": 179 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/696.png b/public/images/pokemon/exp/696.png
index 8dd6b2cf6c7..7892c40e52b 100644
Binary files a/public/images/pokemon/exp/696.png and b/public/images/pokemon/exp/696.png differ
diff --git a/public/images/pokemon/exp/697.json b/public/images/pokemon/exp/697.json
index 9120976bb53..c56de41946c 100644
--- a/public/images/pokemon/exp/697.json
+++ b/public/images/pokemon/exp/697.json
@@ -1,1175 +1,983 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 378,
- "h": 378
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 76,
- "y": 75,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 227,
- "y": 0,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 222,
- "y": 149,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 227,
- "y": 74,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 299,
- "y": 74,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 60,
- "h": 79
- },
- "frame": {
- "x": 269,
- "y": 229,
- "w": 60,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:768a260ef504838ad6b945525f4ed05f:3b115b0ef560b516c93f6aa5f1423cd9:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 184, "y": 231, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 157, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 90, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 391, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 275, "y": 390, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 363, "y": 463, "w": 86, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 86, "h": 81 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 649, "y": 386, "w": 86, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 82 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 449, "y": 463, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 87, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 312, "w": 90, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 90, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 372, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 92, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 473, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 556, "y": 386, "w": 93, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 387, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 648, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 186, "y": 312, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 661, "y": 157, "w": 96, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 96, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 458, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 669, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 464, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 568, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 661, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 289, "y": 0, "w": 95, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 95, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 192, "y": 0, "w": 97, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 97, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 480, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 384, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 192, "y": 77, "w": 96, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 96, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 566, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 553, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 277, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 92, "y": 310, "w": 94, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 94, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 157, "w": 94, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 94, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 458, "y": 234, "w": 93, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 93, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 184, "y": 153, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 380, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 288, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 762, "h": 616 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/697.png b/public/images/pokemon/exp/697.png
index 136007c2892..808dd14eabd 100644
Binary files a/public/images/pokemon/exp/697.png and b/public/images/pokemon/exp/697.png differ
diff --git a/public/images/pokemon/exp/698.json b/public/images/pokemon/exp/698.json
deleted file mode 100644
index e0096ec0ecf..00000000000
--- a/public/images/pokemon/exp/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 175,
- "h": 175
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2dce35b74cbe50cf08e71af3768cef4c:e4d5ff1dbd47865af99315586fe42981:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/698.png b/public/images/pokemon/exp/698.png
deleted file mode 100644
index 3fba3dad32a..00000000000
Binary files a/public/images/pokemon/exp/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/699.png b/public/images/pokemon/exp/699.png
index d2108e813aa..1b7a4f402e3 100644
Binary files a/public/images/pokemon/exp/699.png and b/public/images/pokemon/exp/699.png differ
diff --git a/public/images/pokemon/exp/700.json b/public/images/pokemon/exp/700.json
index fbcefcf3561..2ed26d79228 100644
--- a/public/images/pokemon/exp/700.json
+++ b/public/images/pokemon/exp/700.json
@@ -1,1070 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 45,
- "y": 176,
- "w": 42,
- "h": 57
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 101,
- "y": 118,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8ebe248133b590a1727583e2ee69cc50:c2481ba04831dcd949e63454034488e2:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 60, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 43, "h": 62 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 99, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 147, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 51, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 60, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 46, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 92, "y": 178, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 43, "h": 60 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 136, "y": 178, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 179, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 185, "y": 123, "w": 44, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 44, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 47, "y": 62, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 45, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 44, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 242, "h": 298 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/700.png b/public/images/pokemon/exp/700.png
index 997328d323d..4d3e64fab03 100644
Binary files a/public/images/pokemon/exp/700.png and b/public/images/pokemon/exp/700.png differ
diff --git a/public/images/pokemon/exp/702.json b/public/images/pokemon/exp/702.json
index bf5cfbccec0..0ab95b58c7a 100644
--- a/public/images/pokemon/exp/702.json
+++ b/public/images/pokemon/exp/702.json
@@ -1,671 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 138,
- "h": 138
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:be64539a559c97720b84c9b5cd8151b7:e7db40381441319d37a93d8698db35c7:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 141, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 141, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 188, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 48, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 188, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 145, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 94, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 187, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 234, "h": 178 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/702.png b/public/images/pokemon/exp/702.png
index a5d375e779a..1f1bd6b524f 100644
Binary files a/public/images/pokemon/exp/702.png and b/public/images/pokemon/exp/702.png differ
diff --git a/public/images/pokemon/exp/703.json b/public/images/pokemon/exp/703.json
deleted file mode 100644
index 75e52fdc904..00000000000
--- a/public/images/pokemon/exp/703.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 35,
- "h": 39
- },
- "frame": {
- "x": 37,
- "y": 81,
- "w": 35,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 40,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 35,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 80,
- "w": 35,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:01a847d167639aeeb160ddd9a360a558:5e33077f4810fe91d17064ff7dd6bf4d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/703.png b/public/images/pokemon/exp/703.png
deleted file mode 100644
index 5a0c63154ef..00000000000
Binary files a/public/images/pokemon/exp/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/704.json b/public/images/pokemon/exp/704.json
index 440a41ebbc5..8b429c0639e 100644
--- a/public/images/pokemon/exp/704.json
+++ b/public/images/pokemon/exp/704.json
@@ -1,1784 +1,371 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 288,
- "h": 288
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 235,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 0,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 163,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 121,
- "y": 85,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 163,
- "y": 85,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 125,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 129,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 169,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 168,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 173,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 213,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 175,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 211,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 216,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:695bd0c4059d0b12112a2e7a99e1d237:1f0a27b4d1a84460990b54c833ed8007:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 26, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 80, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 26, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 78, "y": 31, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 26, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 99, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 108, "h": 128 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/704.png b/public/images/pokemon/exp/704.png
index 2490591adf2..b85d8dfc3c0 100644
Binary files a/public/images/pokemon/exp/704.png and b/public/images/pokemon/exp/704.png differ
diff --git a/public/images/pokemon/exp/705.json b/public/images/pokemon/exp/705.json
index d710ef9e5eb..eecb83af45a 100644
--- a/public/images/pokemon/exp/705.json
+++ b/public/images/pokemon/exp/705.json
@@ -1,272 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 119,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4bf155254b23c88780e7eee282256589:82bb727988054c3064e203b6908ff464:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 39, "y": 125, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 200, "y": 60, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 39, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 117, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 127, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 39, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 78, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 117, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 155, "y": 181, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 119, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 39, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 196, "y": 123, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 200, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 159, "y": 60, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "RGBA8888",
+ "size": { "w": 241, "h": 361 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/705.png b/public/images/pokemon/exp/705.png
index 670e8be5d51..0bd8323bcb4 100644
Binary files a/public/images/pokemon/exp/705.png and b/public/images/pokemon/exp/705.png differ
diff --git a/public/images/pokemon/exp/707.json b/public/images/pokemon/exp/707.json
deleted file mode 100644
index 253d37ed70a..00000000000
--- a/public/images/pokemon/exp/707.json
+++ /dev/null
@@ -1,1931 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 45,
- "h": 70
- },
- "frame": {
- "x": 120,
- "y": 140,
- "w": 45,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 151,
- "y": 210,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 44,
- "h": 71
- },
- "frame": {
- "x": 235,
- "y": 211,
- "w": 44,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a13ec2d124f7e95263b088a395e9d780:8c9f0ed432d15fda1ebbfa6ff4063d39:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/707.png b/public/images/pokemon/exp/707.png
deleted file mode 100644
index 294d6e35e70..00000000000
Binary files a/public/images/pokemon/exp/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/708.png b/public/images/pokemon/exp/708.png
deleted file mode 100644
index f71cbaa535d..00000000000
Binary files a/public/images/pokemon/exp/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/712.json b/public/images/pokemon/exp/712.json
index 0e49da4d806..859fa54fc5c 100644
--- a/public/images/pokemon/exp/712.json
+++ b/public/images/pokemon/exp/712.json
@@ -1,2771 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 209,
- "h": 209
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:144801e89f73b8a2d351aa5854b03ced:c8bd981e9dc030e1f41d7d7d0b7df029:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 36, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 36, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 108, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 108, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 72, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 72, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 144, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 144, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 166, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 166, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 72, "y": 43, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 72, "y": 43, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 206 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/712.png b/public/images/pokemon/exp/712.png
index cd40c2e5c9b..1726f22f7b8 100644
Binary files a/public/images/pokemon/exp/712.png and b/public/images/pokemon/exp/712.png differ
diff --git a/public/images/pokemon/exp/713.json b/public/images/pokemon/exp/713.json
index 7c5c6b565e4..f4fcfa1ff85 100644
--- a/public/images/pokemon/exp/713.json
+++ b/public/images/pokemon/exp/713.json
@@ -1,146 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 87,
- "y": 72,
- "w": 87,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:11a7176e3fe76c2e9fc09061688f4db6:8fdb4357b8a1808fc8dcdc5a29bec720:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 416, "h": 247 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/713.png b/public/images/pokemon/exp/713.png
index 0452b1989a1..2d0b8477262 100644
Binary files a/public/images/pokemon/exp/713.png and b/public/images/pokemon/exp/713.png differ
diff --git a/public/images/pokemon/exp/714.json b/public/images/pokemon/exp/714.json
deleted file mode 100644
index 7deaf1909af..00000000000
--- a/public/images/pokemon/exp/714.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 179,
- "h": 179
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 58
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 64,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 116,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:585d7099ac8249026b274a63ac9c25f0:8d770fdec6c3922ce9cc2e04a6453388:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/714.png b/public/images/pokemon/exp/714.png
deleted file mode 100644
index 21c184bf476..00000000000
Binary files a/public/images/pokemon/exp/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/715.png b/public/images/pokemon/exp/715.png
index 58f093d089a..3967da0f1b9 100644
Binary files a/public/images/pokemon/exp/715.png and b/public/images/pokemon/exp/715.png differ
diff --git a/public/images/pokemon/exp/716-active.png b/public/images/pokemon/exp/716-active.png
index 2f6ec8f76da..223a73d9cb7 100644
Binary files a/public/images/pokemon/exp/716-active.png and b/public/images/pokemon/exp/716-active.png differ
diff --git a/public/images/pokemon/exp/716-neutral.png b/public/images/pokemon/exp/716-neutral.png
index dd2d1821986..91fefde1eb7 100644
Binary files a/public/images/pokemon/exp/716-neutral.png and b/public/images/pokemon/exp/716-neutral.png differ
diff --git a/public/images/pokemon/exp/718-10.json b/public/images/pokemon/exp/718-10.json
deleted file mode 100644
index f387823bf4c..00000000000
--- a/public/images/pokemon/exp/718-10.json
+++ /dev/null
@@ -1,692 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 65,
- "h": 60
- },
- "frame": {
- "x": 59,
- "y": 65,
- "w": 65,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 179,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 64,
- "y": 125,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4a92d566ab5398ac1329b7a8bd47bf23:05925b513eba9d64f38ee84fe4b031b9:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/718-10.png b/public/images/pokemon/exp/718-10.png
deleted file mode 100644
index faf98182653..00000000000
Binary files a/public/images/pokemon/exp/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/718.json b/public/images/pokemon/exp/718.json
deleted file mode 100644
index 7e32292a1be..00000000000
--- a/public/images/pokemon/exp/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 219,
- "h": 219
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 71,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 71,
- "y": 0,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca886cfe27a80d5575319fa107b1227d:f6e306f8382a9caca9560b144b026413:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/718.png b/public/images/pokemon/exp/718.png
deleted file mode 100644
index 01595585059..00000000000
Binary files a/public/images/pokemon/exp/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/719.json b/public/images/pokemon/exp/719.json
deleted file mode 100644
index 289b518f437..00000000000
--- a/public/images/pokemon/exp/719.json
+++ /dev/null
@@ -1,1091 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 210,
- "h": 210
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 34,
- "y": 9,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 46,
- "h": 67
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 46,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 48,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 48,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 48,
- "y": 12,
- "w": 46,
- "h": 66
- },
- "frame": {
- "x": 48,
- "y": 67,
- "w": 46,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 45,
- "y": 1,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 5,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 36,
- "y": 2,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 44,
- "y": 133,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 54,
- "y": 3,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 42,
- "h": 66
- },
- "frame": {
- "x": 86,
- "y": 134,
- "w": 42,
- "h": 66
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 55,
- "y": 6,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 128,
- "y": 134,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 169,
- "y": 134,
- "w": 41,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb63d565533cc4db6abe2324f72ce7a0:5cfab760df87a56d5ca4db54a28b4a46:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/719.png b/public/images/pokemon/exp/719.png
deleted file mode 100644
index f9059000661..00000000000
Binary files a/public/images/pokemon/exp/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/752.png b/public/images/pokemon/exp/752.png
index 88bbba63252..e78e9803919 100644
Binary files a/public/images/pokemon/exp/752.png and b/public/images/pokemon/exp/752.png differ
diff --git a/public/images/pokemon/exp/770.png b/public/images/pokemon/exp/770.png
index 7cfd1179298..30f9073a58f 100644
Binary files a/public/images/pokemon/exp/770.png and b/public/images/pokemon/exp/770.png differ
diff --git a/public/images/pokemon/exp/771.png b/public/images/pokemon/exp/771.png
index d53f1e52286..3a2ef676382 100644
Binary files a/public/images/pokemon/exp/771.png and b/public/images/pokemon/exp/771.png differ
diff --git a/public/images/pokemon/exp/772.png b/public/images/pokemon/exp/772.png
index c3a986ff15e..0a28235f416 100644
Binary files a/public/images/pokemon/exp/772.png and b/public/images/pokemon/exp/772.png differ
diff --git a/public/images/pokemon/exp/773_Test.png b/public/images/pokemon/exp/773_Test.png
index a77cdf691e2..ab932e78c1a 100644
Binary files a/public/images/pokemon/exp/773_Test.png and b/public/images/pokemon/exp/773_Test.png differ
diff --git a/public/images/pokemon/exp/776.png b/public/images/pokemon/exp/776.png
index f002de4cf6a..07550683210 100644
Binary files a/public/images/pokemon/exp/776.png and b/public/images/pokemon/exp/776.png differ
diff --git a/public/images/pokemon/exp/777.png b/public/images/pokemon/exp/777.png
index 0683a9e0855..f60fcc50786 100644
Binary files a/public/images/pokemon/exp/777.png and b/public/images/pokemon/exp/777.png differ
diff --git a/public/images/pokemon/exp/793.png b/public/images/pokemon/exp/793.png
index 683dd1153f1..fb1e37da979 100644
Binary files a/public/images/pokemon/exp/793.png and b/public/images/pokemon/exp/793.png differ
diff --git a/public/images/pokemon/exp/798.png b/public/images/pokemon/exp/798.png
index 6c88f1130c9..8434a1721e8 100644
Binary files a/public/images/pokemon/exp/798.png and b/public/images/pokemon/exp/798.png differ
diff --git a/public/images/pokemon/exp/815-gigantamax.json b/public/images/pokemon/exp/815-gigantamax.json
new file mode 100644
index 00000000000..d8fb9d62e57
--- /dev/null
+++ b/public/images/pokemon/exp/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/815-gigantamax.png b/public/images/pokemon/exp/815-gigantamax.png
new file mode 100644
index 00000000000..4720e564c09
Binary files /dev/null and b/public/images/pokemon/exp/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/818.png b/public/images/pokemon/exp/818.png
index ff767c962a4..b71cccf2679 100644
Binary files a/public/images/pokemon/exp/818.png and b/public/images/pokemon/exp/818.png differ
diff --git a/public/images/pokemon/exp/839-gigantamax.json b/public/images/pokemon/exp/839-gigantamax.json
new file mode 100644
index 00000000000..15a7c122f5d
--- /dev/null
+++ b/public/images/pokemon/exp/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 692, "h": 664 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/839-gigantamax.png b/public/images/pokemon/exp/839-gigantamax.png
new file mode 100644
index 00000000000..5a614b0c895
Binary files /dev/null and b/public/images/pokemon/exp/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/857.png b/public/images/pokemon/exp/857.png
index 0a3195e2bda..85f17ece3d8 100644
Binary files a/public/images/pokemon/exp/857.png and b/public/images/pokemon/exp/857.png differ
diff --git a/public/images/pokemon/exp/876-female.png b/public/images/pokemon/exp/876-female.png
index eb61b85e351..0eb5b407970 100644
Binary files a/public/images/pokemon/exp/876-female.png and b/public/images/pokemon/exp/876-female.png differ
diff --git a/public/images/pokemon/exp/876.png b/public/images/pokemon/exp/876.png
index e1c47e16c0c..842a98830a7 100644
Binary files a/public/images/pokemon/exp/876.png and b/public/images/pokemon/exp/876.png differ
diff --git a/public/images/pokemon/exp/880.png b/public/images/pokemon/exp/880.png
index 7edffc97cc7..34a898fb5ac 100644
Binary files a/public/images/pokemon/exp/880.png and b/public/images/pokemon/exp/880.png differ
diff --git a/public/images/pokemon/exp/881.png b/public/images/pokemon/exp/881.png
index aeaa1728f1a..291f4c261fa 100644
Binary files a/public/images/pokemon/exp/881.png and b/public/images/pokemon/exp/881.png differ
diff --git a/public/images/pokemon/exp/882.png b/public/images/pokemon/exp/882.png
index 15269a499ca..37c4facc672 100644
Binary files a/public/images/pokemon/exp/882.png and b/public/images/pokemon/exp/882.png differ
diff --git a/public/images/pokemon/exp/894.png b/public/images/pokemon/exp/894.png
index 4879a1ca5ec..749eec38e5e 100644
Binary files a/public/images/pokemon/exp/894.png and b/public/images/pokemon/exp/894.png differ
diff --git a/public/images/pokemon/exp/896.png b/public/images/pokemon/exp/896.png
index f6f646aec65..7025ae49fb8 100644
Binary files a/public/images/pokemon/exp/896.png and b/public/images/pokemon/exp/896.png differ
diff --git a/public/images/pokemon/exp/898-ice.png b/public/images/pokemon/exp/898-ice.png
index c7c00f5551d..3cdf6adc202 100644
Binary files a/public/images/pokemon/exp/898-ice.png and b/public/images/pokemon/exp/898-ice.png differ
diff --git a/public/images/pokemon/exp/898-shadow.png b/public/images/pokemon/exp/898-shadow.png
index 5a41eb6cee0..b5f18487f32 100644
Binary files a/public/images/pokemon/exp/898-shadow.png and b/public/images/pokemon/exp/898-shadow.png differ
diff --git a/public/images/pokemon/exp/912.png b/public/images/pokemon/exp/912.png
index 23c03342039..b8c7465768c 100644
Binary files a/public/images/pokemon/exp/912.png and b/public/images/pokemon/exp/912.png differ
diff --git a/public/images/pokemon/exp/913.png b/public/images/pokemon/exp/913.png
index 1bfd1c8f022..538f852208a 100644
Binary files a/public/images/pokemon/exp/913.png and b/public/images/pokemon/exp/913.png differ
diff --git a/public/images/pokemon/exp/914.png b/public/images/pokemon/exp/914.png
index 33ca7719da2..013934d03f5 100644
Binary files a/public/images/pokemon/exp/914.png and b/public/images/pokemon/exp/914.png differ
diff --git a/public/images/pokemon/exp/940.png b/public/images/pokemon/exp/940.png
index 42aed88443c..5ecc20ea5d1 100644
Binary files a/public/images/pokemon/exp/940.png and b/public/images/pokemon/exp/940.png differ
diff --git a/public/images/pokemon/exp/945.png b/public/images/pokemon/exp/945.png
index 074c03fda29..b50e1a9af52 100644
Binary files a/public/images/pokemon/exp/945.png and b/public/images/pokemon/exp/945.png differ
diff --git a/public/images/pokemon/exp/954.png b/public/images/pokemon/exp/954.png
index 6097a0f0393..85a6017c417 100644
Binary files a/public/images/pokemon/exp/954.png and b/public/images/pokemon/exp/954.png differ
diff --git a/public/images/pokemon/exp/974.png b/public/images/pokemon/exp/974.png
index e016f114cce..354bcbed533 100644
Binary files a/public/images/pokemon/exp/974.png and b/public/images/pokemon/exp/974.png differ
diff --git a/public/images/pokemon/exp/981.png b/public/images/pokemon/exp/981.png
index 5c87495f6e9..c763e8ec358 100644
Binary files a/public/images/pokemon/exp/981.png and b/public/images/pokemon/exp/981.png differ
diff --git a/public/images/pokemon/exp/983.png b/public/images/pokemon/exp/983.png
index 226d971ae32..2fac1759c12 100644
Binary files a/public/images/pokemon/exp/983.png and b/public/images/pokemon/exp/983.png differ
diff --git a/public/images/pokemon/exp/back/1003.png b/public/images/pokemon/exp/back/1003.png
index d83789d1fb8..fc368e56f81 100644
Binary files a/public/images/pokemon/exp/back/1003.png and b/public/images/pokemon/exp/back/1003.png differ
diff --git a/public/images/pokemon/exp/back/2026.png b/public/images/pokemon/exp/back/2026.png
index 007e4bee3e0..0624bb2c5e7 100644
Binary files a/public/images/pokemon/exp/back/2026.png and b/public/images/pokemon/exp/back/2026.png differ
diff --git a/public/images/pokemon/exp/back/229-mega.png b/public/images/pokemon/exp/back/229-mega.png
index aae59a3a1d0..b538f3523dd 100644
Binary files a/public/images/pokemon/exp/back/229-mega.png and b/public/images/pokemon/exp/back/229-mega.png differ
diff --git a/public/images/pokemon/exp/back/248-mega.json b/public/images/pokemon/exp/back/248-mega.json
index 25bc42548ab..ddd3987db90 100644
--- a/public/images/pokemon/exp/back/248-mega.json
+++ b/public/images/pokemon/exp/back/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:625e35ec9f8e731e89fa37587ffb4738:07d356e18baf0312a4e8a36adb76fdd5:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 511, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 512, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 431, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 340, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 511, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 85, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 431, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 340, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 341, "y": 612, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 518, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 84, "y": 534, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 425, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 518, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 534, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 426, "y": 194, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 510, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 285, "w": 83, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 83, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 432, "y": 287, "w": 82, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 85, "y": 288, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 373, "w": 82, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 431, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 256, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 374, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 516, "y": 372, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 84, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 260, "y": 287, "w": 85, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 85, "h": 84 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 200, "w": 85, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 85, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 342, "y": 101, "w": 86, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 256, "y": 100, "w": 84, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 84, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 86, "y": 100, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 514, "y": 0, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 344, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 429, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 0, "w": 84, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 84, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 172, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 258, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 171, "y": 100, "w": 83, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 83, "h": 97 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 514, "y": 100, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 83, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 602, "h": 689 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/248-mega.png b/public/images/pokemon/exp/back/248-mega.png
index 4b2a4021721..1e4918e5ca7 100644
Binary files a/public/images/pokemon/exp/back/248-mega.png and b/public/images/pokemon/exp/back/248-mega.png differ
diff --git a/public/images/pokemon/exp/back/257-mega.png b/public/images/pokemon/exp/back/257-mega.png
index 48bd446329f..b27b98fa153 100644
Binary files a/public/images/pokemon/exp/back/257-mega.png and b/public/images/pokemon/exp/back/257-mega.png differ
diff --git a/public/images/pokemon/exp/back/359-mega.png b/public/images/pokemon/exp/back/359-mega.png
index 4ba1dd3ff81..1659752a571 100644
Binary files a/public/images/pokemon/exp/back/359-mega.png and b/public/images/pokemon/exp/back/359-mega.png differ
diff --git a/public/images/pokemon/exp/back/362-mega.json b/public/images/pokemon/exp/back/362-mega.json
index 6f5b4ea32bb..02354ddad93 100644
--- a/public/images/pokemon/exp/back/362-mega.json
+++ b/public/images/pokemon/exp/back/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b710cac988ef0d2bf31cf4b83951fd3a:aaedfd5f04a5c93bc13787cb0b73c4e3:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 128, "h": 132 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/362-mega.png b/public/images/pokemon/exp/back/362-mega.png
index 81f9bb5cdcd..5bbfd932d33 100644
Binary files a/public/images/pokemon/exp/back/362-mega.png and b/public/images/pokemon/exp/back/362-mega.png differ
diff --git a/public/images/pokemon/exp/back/382-primal.png b/public/images/pokemon/exp/back/382-primal.png
index 55c73cf877e..7bf840bcf24 100644
Binary files a/public/images/pokemon/exp/back/382-primal.png and b/public/images/pokemon/exp/back/382-primal.png differ
diff --git a/public/images/pokemon/exp/back/4080.png b/public/images/pokemon/exp/back/4080.png
index f4cfb4cd3c5..d0ffefd6503 100644
Binary files a/public/images/pokemon/exp/back/4080.png and b/public/images/pokemon/exp/back/4080.png differ
diff --git a/public/images/pokemon/exp/back/4199.png b/public/images/pokemon/exp/back/4199.png
index 174a325b28a..aa841a9e4d1 100644
Binary files a/public/images/pokemon/exp/back/4199.png and b/public/images/pokemon/exp/back/4199.png differ
diff --git a/public/images/pokemon/exp/back/4222.png b/public/images/pokemon/exp/back/4222.png
index 202817b2163..163dcb1432e 100644
Binary files a/public/images/pokemon/exp/back/4222.png and b/public/images/pokemon/exp/back/4222.png differ
diff --git a/public/images/pokemon/exp/back/4562.png b/public/images/pokemon/exp/back/4562.png
index 691c60c8b0a..0f8fdde8b81 100644
Binary files a/public/images/pokemon/exp/back/4562.png and b/public/images/pokemon/exp/back/4562.png differ
diff --git a/public/images/pokemon/exp/back/569-gigantamax.json b/public/images/pokemon/exp/back/569-gigantamax.json
new file mode 100644
index 00000000000..b266f5eb799
--- /dev/null
+++ b/public/images/pokemon/exp/back/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 281 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/569-gigantamax.png b/public/images/pokemon/exp/back/569-gigantamax.png
new file mode 100644
index 00000000000..13bbe97bee4
Binary files /dev/null and b/public/images/pokemon/exp/back/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/6503.png b/public/images/pokemon/exp/back/6503.png
index f5a2395826a..39b93590981 100644
Binary files a/public/images/pokemon/exp/back/6503.png and b/public/images/pokemon/exp/back/6503.png differ
diff --git a/public/images/pokemon/exp/back/651.json b/public/images/pokemon/exp/back/651.json
index 2dfe8c0091a..d000767029c 100644
--- a/public/images/pokemon/exp/back/651.json
+++ b/public/images/pokemon/exp/back/651.json
@@ -1,104 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 106,
- "h": 106
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 53,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:04a3a807a85b2fbb34c6e0e609d7bcd9:4422017bd667a14a570c0aab29c8a613:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 272, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 100, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 56, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 51, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 165, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 160, "y": 247, "w": 55, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 55, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 221, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 200, "w": 56, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 56, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 149, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 332, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 165, "y": 198, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 215, "y": 247, "w": 53, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 107, "y": 247, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 53, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 198, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 326, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 53, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 107, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 55, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 55, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 296 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/651.png b/public/images/pokemon/exp/back/651.png
index dd8d2b22d61..b16c8d5d67b 100644
Binary files a/public/images/pokemon/exp/back/651.png and b/public/images/pokemon/exp/back/651.png differ
diff --git a/public/images/pokemon/exp/back/653.json b/public/images/pokemon/exp/back/653.json
index 48c09e77b1b..c5fb4a5db61 100644
--- a/public/images/pokemon/exp/back/653.json
+++ b/public/images/pokemon/exp/back/653.json
@@ -1,2036 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2657d933ba34a7364529c17b46d25589:b79a47cc022bd83470144fdf9b951be2:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 176, "h": 170 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/653.png b/public/images/pokemon/exp/back/653.png
index 1f9cb2fe168..58682e90e58 100644
Binary files a/public/images/pokemon/exp/back/653.png and b/public/images/pokemon/exp/back/653.png differ
diff --git a/public/images/pokemon/exp/back/654.json b/public/images/pokemon/exp/back/654.json
index e62078dc236..a5bd681b6cb 100644
--- a/public/images/pokemon/exp/back/654.json
+++ b/public/images/pokemon/exp/back/654.json
@@ -1,188 +1,677 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d0b30f6e084cc1428328b2f8b9fbe624:bf595af9905e0e91443856bfefa85a3a:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 215, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 163, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 50, "y": 263, "w": 50, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 50, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 218, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 161, "y": 195, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 218, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 51, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 273, "h": 330 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/654.png b/public/images/pokemon/exp/back/654.png
index 1f8fdd06967..f5d317f8a2e 100644
Binary files a/public/images/pokemon/exp/back/654.png and b/public/images/pokemon/exp/back/654.png differ
diff --git a/public/images/pokemon/exp/back/656.json b/public/images/pokemon/exp/back/656.json
index 45c9ae75c29..78a3ae89852 100644
--- a/public/images/pokemon/exp/back/656.json
+++ b/public/images/pokemon/exp/back/656.json
@@ -1,1007 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a0be6653f39ddbef185db62f993cae42:d1b80f97b079891e5ee3e04a05cb932f:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 67, "y": 1, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 33, "h": 38 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 34, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 102, "y": 1, "w": 31, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 167, "y": 80, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 41, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 99, "y": 43, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 155, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 107, "y": 189, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 32, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 191, "w": 31, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 31, "h": 31 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 69, "y": 190, "w": 31, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 31, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 35, "y": 188, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 121, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 117, "w": 32, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 36 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 107, "y": 152, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 131, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 202, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/656.png b/public/images/pokemon/exp/back/656.png
index 3a7b6fcec5c..9e98534aab2 100644
Binary files a/public/images/pokemon/exp/back/656.png and b/public/images/pokemon/exp/back/656.png differ
diff --git a/public/images/pokemon/exp/back/657.png b/public/images/pokemon/exp/back/657.png
index 7484a85289c..72e8367e10d 100644
Binary files a/public/images/pokemon/exp/back/657.png and b/public/images/pokemon/exp/back/657.png differ
diff --git a/public/images/pokemon/exp/back/658-ash.json b/public/images/pokemon/exp/back/658-ash.json
index 9c2e394a89d..8e360497b8d 100644
--- a/public/images/pokemon/exp/back/658-ash.json
+++ b/public/images/pokemon/exp/back/658-ash.json
@@ -1,188 +1,155 @@
-{
- "textures": [
- {
- "image": "658-ash.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 75,
- "h": 61
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 61
- },
- "frame": {
- "x": 75,
- "y": 62,
- "w": 75,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0121f3850f8a57a4a046524a1a5974dd:168ffc856b6fea872641e8672304766c:f09eeed5adc5ec50aec50218e03662c2$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 73, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 73, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 73, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 73, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "image": "658-ash.png",
+ "format": "I8",
+ "size": { "w": 146, "h": 146 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/658-ash.png b/public/images/pokemon/exp/back/658-ash.png
index 8921ea65270..5d8794a1c0f 100644
Binary files a/public/images/pokemon/exp/back/658-ash.png and b/public/images/pokemon/exp/back/658-ash.png differ
diff --git a/public/images/pokemon/exp/back/658.json b/public/images/pokemon/exp/back/658.json
index 2fa50a7d23f..453f6c16dc6 100644
--- a/public/images/pokemon/exp/back/658.json
+++ b/public/images/pokemon/exp/back/658.json
@@ -1,188 +1,92 @@
-{
- "textures": [
- {
- "image": "658.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 75,
- "h": 61
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 75,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:63845d55db2350ed7cd6956836dc9510:7129df11a518cdd74572c2016d5f8ed8:5affcab976148657d36bf4ff3410f92d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 77, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 77, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 77, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 77, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 77, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "image": "658.png",
+ "format": "I8",
+ "size": { "w": 154, "h": 154 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/658.png b/public/images/pokemon/exp/back/658.png
index edcfa15b9f3..07b9084c43e 100644
Binary files a/public/images/pokemon/exp/back/658.png and b/public/images/pokemon/exp/back/658.png differ
diff --git a/public/images/pokemon/exp/back/661.json b/public/images/pokemon/exp/back/661.json
index 5ccc4bdde31..be82a4ce425 100644
--- a/public/images/pokemon/exp/back/661.json
+++ b/public/images/pokemon/exp/back/661.json
@@ -1,356 +1,398 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 68,
- "h": 68
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:64046aa714277f415100be681fde9148:1306649eb47cc5be6e5f0b266b6c13ae:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 39, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 36, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 112, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 34, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 74, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 34, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "661.png",
+ "format": "I8",
+ "size": { "w": 142, "h": 156 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/661.png b/public/images/pokemon/exp/back/661.png
index 8ab845902d1..67d9bb04293 100644
Binary files a/public/images/pokemon/exp/back/661.png and b/public/images/pokemon/exp/back/661.png differ
diff --git a/public/images/pokemon/exp/back/662.json b/public/images/pokemon/exp/back/662.json
index e854c2b896c..52cc70bbe5d 100644
--- a/public/images/pokemon/exp/back/662.json
+++ b/public/images/pokemon/exp/back/662.json
@@ -1,671 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:66c0226d9868b335d6f9adbc58ca011b:9d85ba89536227407c6480dea06dad13:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 70, "w": 53, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 53, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 212, "y": 70, "w": 52, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 52, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 247, "y": 204, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 36, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 196, "w": 49, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 33, "w": 49, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 56, "y": 1, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 56, "h": 65 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 224, "y": 1, "w": 52, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 52, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 107, "y": 68, "w": 48, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 48, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 277, "y": 1, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 51, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 113, "y": 1, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 55, "h": 66 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 48, "y": 249, "w": 44, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 31, "w": 44, "h": 50 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 191, "y": 248, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 27, "w": 47, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 1, "w": 54, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 67 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 101, "y": 208, "w": 45, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 18, "w": 45, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 246, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 67, "w": 50, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 50, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 265, "y": 70, "w": 47, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 47, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 138, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 44, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 193, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 43, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 191, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 31, "w": 55, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 51, "y": 200, "w": 49, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 27, "w": 49, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 156, "y": 69, "w": 55, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 55, "h": 60 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 133, "w": 50, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 50, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 208, "y": 134, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 48, "h": 64 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 257, "y": 140, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 48, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 52, "y": 137, "w": 49, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 49, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 156, "y": 130, "w": 51, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 51, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 329, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/662.png b/public/images/pokemon/exp/back/662.png
index e2a3111062f..39a9e8e53ad 100644
Binary files a/public/images/pokemon/exp/back/662.png and b/public/images/pokemon/exp/back/662.png differ
diff --git a/public/images/pokemon/exp/back/663.json b/public/images/pokemon/exp/back/663.json
index 83f5b7ddc42..48526624362 100644
--- a/public/images/pokemon/exp/back/663.json
+++ b/public/images/pokemon/exp/back/663.json
@@ -1,587 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 226,
- "h": 226
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e8559a9780e93da88e5a990643c22bc0:3bdf9c50c7e3aa9ed9acc8477ddf312d:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 388, "h": 212 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/663.png b/public/images/pokemon/exp/back/663.png
index d241c8be871..6b49fc0a803 100644
Binary files a/public/images/pokemon/exp/back/663.png and b/public/images/pokemon/exp/back/663.png differ
diff --git a/public/images/pokemon/exp/back/664.json b/public/images/pokemon/exp/back/664.json
index 10da9db36bd..61c85d30239 100644
--- a/public/images/pokemon/exp/back/664.json
+++ b/public/images/pokemon/exp/back/664.json
@@ -1,104 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 24,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 24,
- "h": 42
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 24,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7fc62d03764cbb44c78d222a8281c03b:59a11cbddf36944dc23f528022e71fc9:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 54, "y": 49, "w": 26, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 26, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 96, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 97, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 97, "w": 26, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 49, "w": 27, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 27, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 28, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 55, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 109, "h": 145 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/664.png b/public/images/pokemon/exp/back/664.png
index 30664a6aaf1..a8f0906c60d 100644
Binary files a/public/images/pokemon/exp/back/664.png and b/public/images/pokemon/exp/back/664.png differ
diff --git a/public/images/pokemon/exp/back/665.json b/public/images/pokemon/exp/back/665.json
index 320219545d9..6e713a69311 100644
--- a/public/images/pokemon/exp/back/665.json
+++ b/public/images/pokemon/exp/back/665.json
@@ -1,104 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 75,
- "h": 75
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9899654837114efa492ec85d06cd415a:0050d8b3ae2b780795145dd4beb4e6bb:a72e6c94514c750d7462eab6b08ee591$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 67, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 40, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 343, "y": 34, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 5, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 33, "w": 63, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 36 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 40 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 33, "w": 73, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 34, "w": 53, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 7, "w": 53, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 38, "w": 47, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 7, "w": 47, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 86, "y": 40, "w": 40, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 40, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 101, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 34, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 36, "y": 75, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 324, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 394, "h": 134 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/665.png b/public/images/pokemon/exp/back/665.png
index 1cb4789e140..c989771bc5f 100644
Binary files a/public/images/pokemon/exp/back/665.png and b/public/images/pokemon/exp/back/665.png differ
diff --git a/public/images/pokemon/exp/back/666-archipelago.json b/public/images/pokemon/exp/back/666-archipelago.json
index bc4abf95a6d..817696f70a1 100644
--- a/public/images/pokemon/exp/back/666-archipelago.json
+++ b/public/images/pokemon/exp/back/666-archipelago.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-archipelago.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-archipelago.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-archipelago.png b/public/images/pokemon/exp/back/666-archipelago.png
index 83622bd976f..f83b645e0fe 100644
Binary files a/public/images/pokemon/exp/back/666-archipelago.png and b/public/images/pokemon/exp/back/666-archipelago.png differ
diff --git a/public/images/pokemon/exp/back/666-continental.json b/public/images/pokemon/exp/back/666-continental.json
index d0cd7359c88..fc21deb6978 100644
--- a/public/images/pokemon/exp/back/666-continental.json
+++ b/public/images/pokemon/exp/back/666-continental.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-continental.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-continental.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-continental.png b/public/images/pokemon/exp/back/666-continental.png
index 21447191338..f1a4cf5a2a4 100644
Binary files a/public/images/pokemon/exp/back/666-continental.png and b/public/images/pokemon/exp/back/666-continental.png differ
diff --git a/public/images/pokemon/exp/back/666-elegant.json b/public/images/pokemon/exp/back/666-elegant.json
index c44ea10f7dd..35c20315153 100644
--- a/public/images/pokemon/exp/back/666-elegant.json
+++ b/public/images/pokemon/exp/back/666-elegant.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-elegant.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-elegant.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-elegant.png b/public/images/pokemon/exp/back/666-elegant.png
index 3187d681140..2a75c09b505 100644
Binary files a/public/images/pokemon/exp/back/666-elegant.png and b/public/images/pokemon/exp/back/666-elegant.png differ
diff --git a/public/images/pokemon/exp/back/666-fancy.json b/public/images/pokemon/exp/back/666-fancy.json
index 657c29e99ee..54113df4b51 100644
--- a/public/images/pokemon/exp/back/666-fancy.json
+++ b/public/images/pokemon/exp/back/666-fancy.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-fancy.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-fancy.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-fancy.png b/public/images/pokemon/exp/back/666-fancy.png
index 9f9f9c42e80..f7da62d0637 100644
Binary files a/public/images/pokemon/exp/back/666-fancy.png and b/public/images/pokemon/exp/back/666-fancy.png differ
diff --git a/public/images/pokemon/exp/back/666-garden.json b/public/images/pokemon/exp/back/666-garden.json
index 763dd125a5c..4fcc5ab0ad1 100644
--- a/public/images/pokemon/exp/back/666-garden.json
+++ b/public/images/pokemon/exp/back/666-garden.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-garden.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-garden.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-garden.png b/public/images/pokemon/exp/back/666-garden.png
index 47a9a27e790..35e0dd02087 100644
Binary files a/public/images/pokemon/exp/back/666-garden.png and b/public/images/pokemon/exp/back/666-garden.png differ
diff --git a/public/images/pokemon/exp/back/666-high-plains.json b/public/images/pokemon/exp/back/666-high-plains.json
index 90101dd98ba..56a90a01899 100644
--- a/public/images/pokemon/exp/back/666-high-plains.json
+++ b/public/images/pokemon/exp/back/666-high-plains.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-high-plains.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-high-plains.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-high-plains.png b/public/images/pokemon/exp/back/666-high-plains.png
index 7b06fcc8040..7b84c4ebac3 100644
Binary files a/public/images/pokemon/exp/back/666-high-plains.png and b/public/images/pokemon/exp/back/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/back/666-icy-snow.json b/public/images/pokemon/exp/back/666-icy-snow.json
index 17e6e3be8ef..b44f33bb07f 100644
--- a/public/images/pokemon/exp/back/666-icy-snow.json
+++ b/public/images/pokemon/exp/back/666-icy-snow.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-icy-snow.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-icy-snow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-icy-snow.png b/public/images/pokemon/exp/back/666-icy-snow.png
index b34659ded51..332e96a6d61 100644
Binary files a/public/images/pokemon/exp/back/666-icy-snow.png and b/public/images/pokemon/exp/back/666-icy-snow.png differ
diff --git a/public/images/pokemon/exp/back/666-jungle.json b/public/images/pokemon/exp/back/666-jungle.json
index b2ffdb768e6..51876d649da 100644
--- a/public/images/pokemon/exp/back/666-jungle.json
+++ b/public/images/pokemon/exp/back/666-jungle.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-jungle.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-jungle.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-jungle.png b/public/images/pokemon/exp/back/666-jungle.png
index 8e72fdd3af6..291c6bce18c 100644
Binary files a/public/images/pokemon/exp/back/666-jungle.png and b/public/images/pokemon/exp/back/666-jungle.png differ
diff --git a/public/images/pokemon/exp/back/666-marine.json b/public/images/pokemon/exp/back/666-marine.json
index 6f4be700dfc..18edbc78ec0 100644
--- a/public/images/pokemon/exp/back/666-marine.json
+++ b/public/images/pokemon/exp/back/666-marine.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-marine.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-marine.png",
+ "format": "RGBA8888",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-marine.png b/public/images/pokemon/exp/back/666-marine.png
index 91c5b1be983..9e644f0cdaa 100644
Binary files a/public/images/pokemon/exp/back/666-marine.png and b/public/images/pokemon/exp/back/666-marine.png differ
diff --git a/public/images/pokemon/exp/back/666-meadow.json b/public/images/pokemon/exp/back/666-meadow.json
index 737ccd7c848..0f24040bd0d 100644
--- a/public/images/pokemon/exp/back/666-meadow.json
+++ b/public/images/pokemon/exp/back/666-meadow.json
@@ -1,524 +1,118 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-meadow.png b/public/images/pokemon/exp/back/666-meadow.png
index d7d63b3098f..fabeb9730db 100644
Binary files a/public/images/pokemon/exp/back/666-meadow.png and b/public/images/pokemon/exp/back/666-meadow.png differ
diff --git a/public/images/pokemon/exp/back/666-modern.json b/public/images/pokemon/exp/back/666-modern.json
index a57b695d10b..e0a00da6d81 100644
--- a/public/images/pokemon/exp/back/666-modern.json
+++ b/public/images/pokemon/exp/back/666-modern.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-modern.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-modern.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-modern.png b/public/images/pokemon/exp/back/666-modern.png
index 689876c3d6d..01a3981dd97 100644
Binary files a/public/images/pokemon/exp/back/666-modern.png and b/public/images/pokemon/exp/back/666-modern.png differ
diff --git a/public/images/pokemon/exp/back/666-monsoon.json b/public/images/pokemon/exp/back/666-monsoon.json
index 3afda85f798..117fad03b83 100644
--- a/public/images/pokemon/exp/back/666-monsoon.json
+++ b/public/images/pokemon/exp/back/666-monsoon.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-monsoon.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-monsoon.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-monsoon.png b/public/images/pokemon/exp/back/666-monsoon.png
index e3cb4d2dca7..32cf2331411 100644
Binary files a/public/images/pokemon/exp/back/666-monsoon.png and b/public/images/pokemon/exp/back/666-monsoon.png differ
diff --git a/public/images/pokemon/exp/back/666-ocean.json b/public/images/pokemon/exp/back/666-ocean.json
index f0785703906..8d23d70cd31 100644
--- a/public/images/pokemon/exp/back/666-ocean.json
+++ b/public/images/pokemon/exp/back/666-ocean.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-ocean.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-ocean.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-ocean.png b/public/images/pokemon/exp/back/666-ocean.png
index f60844a9b87..65665ea56c3 100644
Binary files a/public/images/pokemon/exp/back/666-ocean.png and b/public/images/pokemon/exp/back/666-ocean.png differ
diff --git a/public/images/pokemon/exp/back/666-poke-ball.json b/public/images/pokemon/exp/back/666-poke-ball.json
index ed04a06e7ab..45564e59a32 100644
--- a/public/images/pokemon/exp/back/666-poke-ball.json
+++ b/public/images/pokemon/exp/back/666-poke-ball.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-poke-ball.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-poke-ball.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-poke-ball.png b/public/images/pokemon/exp/back/666-poke-ball.png
index eb3053e9434..895a2bf680f 100644
Binary files a/public/images/pokemon/exp/back/666-poke-ball.png and b/public/images/pokemon/exp/back/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/back/666-polar.json b/public/images/pokemon/exp/back/666-polar.json
index 4618d891d3f..abb6d0286f4 100644
--- a/public/images/pokemon/exp/back/666-polar.json
+++ b/public/images/pokemon/exp/back/666-polar.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-polar.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-polar.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-polar.png b/public/images/pokemon/exp/back/666-polar.png
index 5d09b57833c..c7ec3ec550a 100644
Binary files a/public/images/pokemon/exp/back/666-polar.png and b/public/images/pokemon/exp/back/666-polar.png differ
diff --git a/public/images/pokemon/exp/back/666-river.json b/public/images/pokemon/exp/back/666-river.json
index c4e5274ab6d..28912532d76 100644
--- a/public/images/pokemon/exp/back/666-river.json
+++ b/public/images/pokemon/exp/back/666-river.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-river.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-river.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-river.png b/public/images/pokemon/exp/back/666-river.png
index 2910340b676..4e0493b8de5 100644
Binary files a/public/images/pokemon/exp/back/666-river.png and b/public/images/pokemon/exp/back/666-river.png differ
diff --git a/public/images/pokemon/exp/back/666-sandstorm.json b/public/images/pokemon/exp/back/666-sandstorm.json
index cc96c2a2805..99df25242ff 100644
--- a/public/images/pokemon/exp/back/666-sandstorm.json
+++ b/public/images/pokemon/exp/back/666-sandstorm.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sandstorm.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sandstorm.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-sandstorm.png b/public/images/pokemon/exp/back/666-sandstorm.png
index 96d7084eb30..d95ab4413a5 100644
Binary files a/public/images/pokemon/exp/back/666-sandstorm.png and b/public/images/pokemon/exp/back/666-sandstorm.png differ
diff --git a/public/images/pokemon/exp/back/666-savanna.json b/public/images/pokemon/exp/back/666-savanna.json
index 8f85dfdeb13..8fa326da1b4 100644
--- a/public/images/pokemon/exp/back/666-savanna.json
+++ b/public/images/pokemon/exp/back/666-savanna.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-savanna.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-savanna.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-savanna.png b/public/images/pokemon/exp/back/666-savanna.png
index 7254d0f1f61..4169b1325a6 100644
Binary files a/public/images/pokemon/exp/back/666-savanna.png and b/public/images/pokemon/exp/back/666-savanna.png differ
diff --git a/public/images/pokemon/exp/back/666-sun.json b/public/images/pokemon/exp/back/666-sun.json
index df795f0ef0c..d41f22f541c 100644
--- a/public/images/pokemon/exp/back/666-sun.json
+++ b/public/images/pokemon/exp/back/666-sun.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sun.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sun.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-sun.png b/public/images/pokemon/exp/back/666-sun.png
index 84b9d76ef88..5cc814e82d7 100644
Binary files a/public/images/pokemon/exp/back/666-sun.png and b/public/images/pokemon/exp/back/666-sun.png differ
diff --git a/public/images/pokemon/exp/back/666-tundra.json b/public/images/pokemon/exp/back/666-tundra.json
index 92e5cf92e07..afa574f9e07 100644
--- a/public/images/pokemon/exp/back/666-tundra.json
+++ b/public/images/pokemon/exp/back/666-tundra.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-tundra.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-tundra.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-tundra.png b/public/images/pokemon/exp/back/666-tundra.png
index 393ea113766..01657b339fd 100644
Binary files a/public/images/pokemon/exp/back/666-tundra.png and b/public/images/pokemon/exp/back/666-tundra.png differ
diff --git a/public/images/pokemon/exp/back/667.json b/public/images/pokemon/exp/back/667.json
index cfe6b109d70..db9918ea230 100644
--- a/public/images/pokemon/exp/back/667.json
+++ b/public/images/pokemon/exp/back/667.json
@@ -1,125 +1,659 @@
-{
- "textures": [
- {
- "image": "667.png",
- "format": "RGBA8888",
- "size": {
- "w": 115,
- "h": 115
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 39,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 39,
- "h": 41
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 39,
- "y": 41,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 77,
- "y": 41,
- "w": 38,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0515d906bdf1ec3ad533ac13c4e701ec:195a93073ecc7446c747c2e79ae07d54:02171d511e760c8a3e1b623ad6bf93f5$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 41, "h": 47 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 41, "h": 47 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "667.png",
+ "format": "I8",
+ "size": { "w": 167, "h": 138 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/667.png b/public/images/pokemon/exp/back/667.png
index ef7ea964737..f1209cf8e20 100644
Binary files a/public/images/pokemon/exp/back/667.png and b/public/images/pokemon/exp/back/667.png differ
diff --git a/public/images/pokemon/exp/back/668.json b/public/images/pokemon/exp/back/668.json
index 1e37573828e..594e69189dc 100644
--- a/public/images/pokemon/exp/back/668.json
+++ b/public/images/pokemon/exp/back/668.json
@@ -1,146 +1,821 @@
-{
- "textures": [
- {
- "image": "668.png",
- "format": "RGBA8888",
- "size": {
- "w": 146,
- "h": 146
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 73,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 73,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 73,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 73,
- "h": 60
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 72,
- "h": 59
- },
- "frame": {
- "x": 73,
- "y": 61,
- "w": 72,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bc67ee0b37e5c8a13762178a52fad862:1ee199920770bc5797feb94424ff9f9a:947bf84d1af493c62e2cef45bb6c19ad$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 458, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 303, "y": 364, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 294, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 378, "y": 364, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 75, "h": 69 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 303, "y": 293, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 379, "y": 293, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 454, "y": 364, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 72, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 70, "y": 365, "w": 68, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 68, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 291, "y": 435, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 378, "y": 434, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 224, "y": 365, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 365, "w": 69, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 69, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 229, "y": 220, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 73, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 468, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 308, "y": 147, "w": 74, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 74, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 148, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 383, "y": 220, "w": 74, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 74, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 231, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 79, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 156, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 310, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 77, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 154, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 76, "y": 220, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 152, "y": 220, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 76, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 221, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 293, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 75, "y": 293, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668.png",
+ "format": "I8",
+ "size": { "w": 543, "h": 507 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/668.png b/public/images/pokemon/exp/back/668.png
index a8384e5cf3c..e600e3e40e1 100644
Binary files a/public/images/pokemon/exp/back/668.png and b/public/images/pokemon/exp/back/668.png differ
diff --git a/public/images/pokemon/exp/back/672.json b/public/images/pokemon/exp/back/672.json
index e323b585879..f877b9abc2e 100644
--- a/public/images/pokemon/exp/back/672.json
+++ b/public/images/pokemon/exp/back/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 282,
- "h": 282
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 210,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 123,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 168,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 209,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 164,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 83,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 124,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 165,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 207,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 124,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 163,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 163,
- "y": 124,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 203,
- "y": 83,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 164,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 204,
- "y": 123,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 163,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 203,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 204,
- "w": 40,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b36f1de558a8fa8ac8b56a9ba43a0dfd:5fe84a3f522e543bfbbfe0837355266b:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 160, "h": 195 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/672.png b/public/images/pokemon/exp/back/672.png
index 5281168ec2e..ef5cf63938e 100644
Binary files a/public/images/pokemon/exp/back/672.png and b/public/images/pokemon/exp/back/672.png differ
diff --git a/public/images/pokemon/exp/back/674.json b/public/images/pokemon/exp/back/674.json
deleted file mode 100644
index 9ace3fec70f..00000000000
--- a/public/images/pokemon/exp/back/674.json
+++ /dev/null
@@ -1,1175 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 124,
- "h": 124
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 82,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 85,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25c10f058ffdfacdf8263d7198233227:17e793a518166b0f2a1f8af6ec7b8dd7:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/674.png b/public/images/pokemon/exp/back/674.png
deleted file mode 100644
index 69d9e886150..00000000000
Binary files a/public/images/pokemon/exp/back/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/682.png b/public/images/pokemon/exp/back/682.png
index 9f713bfb828..d926cdc22a8 100644
Binary files a/public/images/pokemon/exp/back/682.png and b/public/images/pokemon/exp/back/682.png differ
diff --git a/public/images/pokemon/exp/back/683.png b/public/images/pokemon/exp/back/683.png
index 76aa9914d20..e65d213eaf2 100644
Binary files a/public/images/pokemon/exp/back/683.png and b/public/images/pokemon/exp/back/683.png differ
diff --git a/public/images/pokemon/exp/back/684.png b/public/images/pokemon/exp/back/684.png
index a58d2c77eb8..517cc69f8ee 100644
Binary files a/public/images/pokemon/exp/back/684.png and b/public/images/pokemon/exp/back/684.png differ
diff --git a/public/images/pokemon/exp/back/685.png b/public/images/pokemon/exp/back/685.png
index c791e4e92d7..d05cf54fb63 100644
Binary files a/public/images/pokemon/exp/back/685.png and b/public/images/pokemon/exp/back/685.png differ
diff --git a/public/images/pokemon/exp/back/692.json b/public/images/pokemon/exp/back/692.json
index 41e845ef9ed..801710c4861 100644
--- a/public/images/pokemon/exp/back/692.json
+++ b/public/images/pokemon/exp/back/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 152,
- "h": 152
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 51,
- "h": 37
- },
- "frame": {
- "x": 51,
- "y": 78,
- "w": 51,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 51,
- "h": 37
- },
- "frame": {
- "x": 51,
- "y": 115,
- "w": 51,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4116bfb3ff62a8dd3ed77070dfb17bc8:e9bdb93a4ed57d3e08db360998da889f:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 119, "y": 72, "w": 56, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/692.png b/public/images/pokemon/exp/back/692.png
index 0b3462fe06d..e3eb957a624 100644
Binary files a/public/images/pokemon/exp/back/692.png and b/public/images/pokemon/exp/back/692.png differ
diff --git a/public/images/pokemon/exp/back/693.json b/public/images/pokemon/exp/back/693.json
index fb29d014658..6358a8908f6 100644
--- a/public/images/pokemon/exp/back/693.json
+++ b/public/images/pokemon/exp/back/693.json
@@ -1,230 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 223,
- "h": 223
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 90,
- "y": 147,
- "w": 90,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f3b26f7df2eeda76e504b3f1294ac699:a2e5c9fc75e286a40f09ab013ac5cb32:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 565, "y": 196, "w": 90, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 90, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 278, "y": 266, "w": 90, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 90, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 189, "y": 199, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 1, "w": 98, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 98, "h": 68 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 95, "y": 72, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 96, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 381, "y": 1, "w": 97, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 97, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 191, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 95, "y": 135, "w": 96, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 96, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 572, "y": 67, "w": 99, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 99, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 284, "y": 205, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 199, "w": 91, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 91, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 259, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 193, "y": 69, "w": 95, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 5, "w": 95, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 141, "w": 92, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 8, "w": 92, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 96, "y": 318, "w": 89, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 14, "w": 89, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 564, "y": 261, "w": 92, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 14, "w": 92, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 672, "h": 377 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/693.png b/public/images/pokemon/exp/back/693.png
index a4b89137043..4772c64f8d0 100644
Binary files a/public/images/pokemon/exp/back/693.png and b/public/images/pokemon/exp/back/693.png differ
diff --git a/public/images/pokemon/exp/back/694.json b/public/images/pokemon/exp/back/694.json
deleted file mode 100644
index d77a3db07e3..00000000000
--- a/public/images/pokemon/exp/back/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 130,
- "h": 130
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 39
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 40,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8940ca5f146f0b24d2aa10692e8e18b0:e6a9f01d7ca698d2b3d7fdf6d9244c8c:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/back/694.png b/public/images/pokemon/exp/back/694.png
deleted file mode 100644
index d3675e0a9d7..00000000000
Binary files a/public/images/pokemon/exp/back/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/697.json b/public/images/pokemon/exp/back/697.json
index 9707f931b14..6963da289ab 100644
--- a/public/images/pokemon/exp/back/697.json
+++ b/public/images/pokemon/exp/back/697.json
@@ -1,1196 +1,992 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 374,
- "h": 374
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 77,
- "h": 73
- },
- "frame": {
- "x": 285,
- "y": 0,
- "w": 77,
- "h": 73
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 285,
- "y": 73,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 225,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 296,
- "w": 73,
- "h": 74
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5c15a6488ad8d9c5cd58a9490e3f8fe1:9f98e28712fdc6eb5949c7f74cafffeb:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 370, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 558, "y": 227, "w": 90, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 90, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 376, "w": 88, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 88, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 89, "y": 379, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 365, "y": 378, "w": 86, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 86, "h": 76 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 640, "y": 449, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 84, "h": 77 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 552, "y": 378, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 303, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 465, "y": 302, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 186, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 225, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 472, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 565, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 277, "y": 301, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 388, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 97, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 292, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 196, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 582, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 98, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 485, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 388, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 75, "w": 96, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 96, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 286, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 670, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 658, "y": 226, "w": 94, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 94, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 191, "y": 76, "w": 94, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 94, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 279, "y": 226, "w": 93, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 679, "y": 0, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 482, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 379, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 773, "h": 526 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/697.png b/public/images/pokemon/exp/back/697.png
index 44a73042829..f0ae22f2bb0 100644
Binary files a/public/images/pokemon/exp/back/697.png and b/public/images/pokemon/exp/back/697.png differ
diff --git a/public/images/pokemon/exp/back/698.json b/public/images/pokemon/exp/back/698.json
deleted file mode 100644
index 01e3235cc36..00000000000
--- a/public/images/pokemon/exp/back/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 181,
- "h": 181
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:47af8de4c4888204d35a4e17ac074ed2:4f5193840bb62c79e8f9d414f094a882:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/698.png b/public/images/pokemon/exp/back/698.png
deleted file mode 100644
index 6250dc0110f..00000000000
Binary files a/public/images/pokemon/exp/back/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/699.png b/public/images/pokemon/exp/back/699.png
index 7558357e206..cd1b9a82de7 100644
Binary files a/public/images/pokemon/exp/back/699.png and b/public/images/pokemon/exp/back/699.png differ
diff --git a/public/images/pokemon/exp/back/700.json b/public/images/pokemon/exp/back/700.json
index 8919ba29366..70083de61c9 100644
--- a/public/images/pokemon/exp/back/700.json
+++ b/public/images/pokemon/exp/back/700.json
@@ -1,209 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 44,
- "h": 57
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 44,
- "y": 58,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 44,
- "h": 56
- },
- "frame": {
- "x": 44,
- "y": 116,
- "w": 44,
- "h": 56
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 58,
- "w": 44,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e0cdfdc055c08cdcb7b31d0da301c709:2affc6f4613ab8f1ba13cd35d9106bb3:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 101, "y": 0, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 48, "h": 63 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 0, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 60, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 53, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 64, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 149, "y": 0, "w": 46, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 46, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 53, "y": 0, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 48, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 244, "h": 241 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/700.png b/public/images/pokemon/exp/back/700.png
index 6684e845a39..a3675cc15d8 100644
Binary files a/public/images/pokemon/exp/back/700.png and b/public/images/pokemon/exp/back/700.png differ
diff --git a/public/images/pokemon/exp/back/702.json b/public/images/pokemon/exp/back/702.json
index 7fa99d3eb04..9680e17e397 100644
--- a/public/images/pokemon/exp/back/702.json
+++ b/public/images/pokemon/exp/back/702.json
@@ -1,1028 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 47,
- "y": 104,
- "w": 47,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4052cb31e311daed50c3ad98d6d07226:990695ce3fc0717eec42d716a52de75e:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 140, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 72, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 36, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 188, "h": 103 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/702.png b/public/images/pokemon/exp/back/702.png
index be5cf42476b..2305dd44628 100644
Binary files a/public/images/pokemon/exp/back/702.png and b/public/images/pokemon/exp/back/702.png differ
diff --git a/public/images/pokemon/exp/back/703.json b/public/images/pokemon/exp/back/703.json
deleted file mode 100644
index dc39d04326d..00000000000
--- a/public/images/pokemon/exp/back/703.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 110,
- "h": 110
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 36,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 39
- },
- "frame": {
- "x": 36,
- "y": 0,
- "w": 37,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 40,
- "w": 37,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9e937b9120a4e2d30cb17c3057bdb25e:2992340ca21fbb2052a947040742ff82:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/703.png b/public/images/pokemon/exp/back/703.png
deleted file mode 100644
index 2af4ac363ea..00000000000
Binary files a/public/images/pokemon/exp/back/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/704.json b/public/images/pokemon/exp/back/704.json
index cfee176924b..ff94c52a2a8 100644
--- a/public/images/pokemon/exp/back/704.json
+++ b/public/images/pokemon/exp/back/704.json
@@ -1,1742 +1,101 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 72
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 24,
- "w": 41,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 41,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 25,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 25,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 25,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 25,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 39,
- "h": 46
- },
- "frame": {
- "x": 107,
- "y": 0,
- "w": 39,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 39,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 167,
- "w": 39,
- "h": 46
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 38,
- "h": 46
- },
- "frame": {
- "x": 189,
- "y": 42,
- "w": 38,
- "h": 46
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 38,
- "h": 46
- },
- "frame": {
- "x": 189,
- "y": 42,
- "w": 38,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 116,
- "y": 92,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 154,
- "y": 89,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 130,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 116,
- "y": 137,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 78,
- "y": 138,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1af9bc6c970e4ca611c23ce1e26ff660:ab013a92210cb1b0ae94301a2c9b4c2a:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 0, "w": 27, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 27, "h": 31 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 32, "w": 27, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 27, "h": 30 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 79, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/704.png b/public/images/pokemon/exp/back/704.png
index e08171177fd..a67b79b0ee9 100644
Binary files a/public/images/pokemon/exp/back/704.png and b/public/images/pokemon/exp/back/704.png differ
diff --git a/public/images/pokemon/exp/back/705.json b/public/images/pokemon/exp/back/705.json
index be407b80180..2fc8cb18e99 100644
--- a/public/images/pokemon/exp/back/705.json
+++ b/public/images/pokemon/exp/back/705.json
@@ -1,230 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 118,
- "h": 118
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 37,
- "y": 59,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 42,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25dc113e55116f41d58d372b4ed9b10a:95a84e44ff027f7c648e68bbd8ace4bc:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 181, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 0, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 40, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 40, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 61, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 62, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 77, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 120, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 123, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 38, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 77, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 197, "y": 60, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 116, "y": 183, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 185, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 243, "h": 355 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/705.png b/public/images/pokemon/exp/back/705.png
index a4f62a21004..18c942605d6 100644
Binary files a/public/images/pokemon/exp/back/705.png and b/public/images/pokemon/exp/back/705.png differ
diff --git a/public/images/pokemon/exp/back/707.png b/public/images/pokemon/exp/back/707.png
deleted file mode 100644
index 6ce681a5651..00000000000
Binary files a/public/images/pokemon/exp/back/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/708.json b/public/images/pokemon/exp/back/708.json
deleted file mode 100644
index f0b2e21b5c1..00000000000
--- a/public/images/pokemon/exp/back/708.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bcbffc2559c06539de3a8e783aa9b810:1a73d753b783ff36005e333d5e1a213a:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/back/708.png b/public/images/pokemon/exp/back/708.png
deleted file mode 100644
index a531ec27f9f..00000000000
Binary files a/public/images/pokemon/exp/back/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/712.json b/public/images/pokemon/exp/back/712.json
index 46b8cdaad44..fe53f52369e 100644
--- a/public/images/pokemon/exp/back/712.json
+++ b/public/images/pokemon/exp/back/712.json
@@ -1,2729 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 208,
- "h": 208
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:600bb71c0995d9554966ee794b89312a:22158bf1d17659480b23ef6d5ed6dbcb:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 142, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 142, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 106, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 106, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 35, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 35, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 142, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 142, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 107, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 107, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 36, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 36, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 142, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 142, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 166, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 166, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 178, "h": 205 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/712.png b/public/images/pokemon/exp/back/712.png
index 81f77412357..a5b57fc9f1b 100644
Binary files a/public/images/pokemon/exp/back/712.png and b/public/images/pokemon/exp/back/712.png differ
diff --git a/public/images/pokemon/exp/back/713.json b/public/images/pokemon/exp/back/713.json
index c2e09d4783e..0ff72eef867 100644
--- a/public/images/pokemon/exp/back/713.json
+++ b/public/images/pokemon/exp/back/713.json
@@ -1,188 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 199,
- "h": 199
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 87,
- "h": 64
- },
- "frame": {
- "x": 87,
- "y": 135,
- "w": 87,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6f396042cb759179580f2aeb1af94e22:59471aca6db39209b1e31d5894938bcb:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 248 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/713.png b/public/images/pokemon/exp/back/713.png
index 6692bc5c65a..d6782ee4357 100644
Binary files a/public/images/pokemon/exp/back/713.png and b/public/images/pokemon/exp/back/713.png differ
diff --git a/public/images/pokemon/exp/back/714.json b/public/images/pokemon/exp/back/714.json
deleted file mode 100644
index ecdf5b1b813..00000000000
--- a/public/images/pokemon/exp/back/714.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 147,
- "h": 147
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 34,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 34,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 60,
- "h": 58
- },
- "frame": {
- "x": 34,
- "y": 0,
- "w": 60,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5c3a62d7014eae3eb4c5e67ef6a405f3:1456f6425f3a65e77dc4017298499d80:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/back/714.png b/public/images/pokemon/exp/back/714.png
deleted file mode 100644
index 0d81f19fcd4..00000000000
Binary files a/public/images/pokemon/exp/back/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/716-active.png b/public/images/pokemon/exp/back/716-active.png
index 5bd4fcd74c6..9d10446def7 100644
Binary files a/public/images/pokemon/exp/back/716-active.png and b/public/images/pokemon/exp/back/716-active.png differ
diff --git a/public/images/pokemon/exp/back/716-neutral.png b/public/images/pokemon/exp/back/716-neutral.png
index 579173b757f..871a9471357 100644
Binary files a/public/images/pokemon/exp/back/716-neutral.png and b/public/images/pokemon/exp/back/716-neutral.png differ
diff --git a/public/images/pokemon/exp/back/718-10.json b/public/images/pokemon/exp/back/718-10.json
deleted file mode 100644
index 03fc4c60ed9..00000000000
--- a/public/images/pokemon/exp/back/718-10.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 197,
- "h": 197
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 66,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 66,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 67
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 66,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 66,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 67
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 65,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 66,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 67
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 65,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 66,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 66,
- "h": 65
- },
- "frame": {
- "x": 66,
- "y": 67,
- "w": 66,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bd85fbac35b53b12b06187b29756853b:2478226f2126bdc982b17f3a3acb49c4:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/back/718-10.png b/public/images/pokemon/exp/back/718-10.png
deleted file mode 100644
index 709dc3bea8a..00000000000
Binary files a/public/images/pokemon/exp/back/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/718.json b/public/images/pokemon/exp/back/718.json
deleted file mode 100644
index 698179b1453..00000000000
--- a/public/images/pokemon/exp/back/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 216,
- "h": 216
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 69,
- "h": 87
- },
- "frame": {
- "x": 146,
- "y": 88,
- "w": 69,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:82c29d609c52a3a1aa4b9af042ef9ce8:8d05611f8189d493fef8906e0f11f3de:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/back/718.png b/public/images/pokemon/exp/back/718.png
deleted file mode 100644
index f2f380e339a..00000000000
Binary files a/public/images/pokemon/exp/back/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/719.json b/public/images/pokemon/exp/back/719.json
deleted file mode 100644
index 4cd0e34f113..00000000000
--- a/public/images/pokemon/exp/back/719.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 158,
- "h": 158
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 39,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0db095e3b451ffc873bea6b5e23ba65d:f7ad8a345854a119edb545cc03dcde8e:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/back/719.png b/public/images/pokemon/exp/back/719.png
deleted file mode 100644
index cb0c84041f9..00000000000
Binary files a/public/images/pokemon/exp/back/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/772.png b/public/images/pokemon/exp/back/772.png
index b287c20b1cb..b1ccc79fb6c 100644
Binary files a/public/images/pokemon/exp/back/772.png and b/public/images/pokemon/exp/back/772.png differ
diff --git a/public/images/pokemon/exp/back/776.png b/public/images/pokemon/exp/back/776.png
index 6e0c7026d56..d23a85dc55d 100644
Binary files a/public/images/pokemon/exp/back/776.png and b/public/images/pokemon/exp/back/776.png differ
diff --git a/public/images/pokemon/exp/back/777.png b/public/images/pokemon/exp/back/777.png
index d8f25cc7362..f4b0e23c5e2 100644
Binary files a/public/images/pokemon/exp/back/777.png and b/public/images/pokemon/exp/back/777.png differ
diff --git a/public/images/pokemon/exp/back/797.png b/public/images/pokemon/exp/back/797.png
index 17cae929dbc..2c3258b6858 100644
Binary files a/public/images/pokemon/exp/back/797.png and b/public/images/pokemon/exp/back/797.png differ
diff --git a/public/images/pokemon/exp/back/798.png b/public/images/pokemon/exp/back/798.png
index 50b663a19dd..1cc3b7c4103 100644
Binary files a/public/images/pokemon/exp/back/798.png and b/public/images/pokemon/exp/back/798.png differ
diff --git a/public/images/pokemon/exp/back/80-mega.png b/public/images/pokemon/exp/back/80-mega.png
index f6c67586eaa..a8bcfbcff97 100644
Binary files a/public/images/pokemon/exp/back/80-mega.png and b/public/images/pokemon/exp/back/80-mega.png differ
diff --git a/public/images/pokemon/exp/back/804.png b/public/images/pokemon/exp/back/804.png
index 1dbf3c502d3..5de6c92f36d 100644
Binary files a/public/images/pokemon/exp/back/804.png and b/public/images/pokemon/exp/back/804.png differ
diff --git a/public/images/pokemon/exp/back/815-gigantamax.json b/public/images/pokemon/exp/back/815-gigantamax.json
new file mode 100644
index 00000000000..952ea16b6b8
--- /dev/null
+++ b/public/images/pokemon/exp/back/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 444, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 289, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 525, "y": 288, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 83, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 485, "w": 79, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 79, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 356, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 268, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 354, "y": 194, "w": 84, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 84, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 255, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 423, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 506, "y": 481, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 250, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 339, "y": 291, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 167, "y": 386, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 440, "y": 288, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 414, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/815-gigantamax.png b/public/images/pokemon/exp/back/815-gigantamax.png
new file mode 100644
index 00000000000..0036d75cbfc
Binary files /dev/null and b/public/images/pokemon/exp/back/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/839-gigantamax.json b/public/images/pokemon/exp/back/839-gigantamax.json
new file mode 100644
index 00000000000..35d98910c9f
--- /dev/null
+++ b/public/images/pokemon/exp/back/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 79, "y": 187, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 432, "y": 95, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 441, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 356, "y": 0, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 85, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 180, "y": 0, "w": 88, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 88, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 0, "w": 90, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 90, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 268, "y": 0, "w": 88, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 88, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 94, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 85, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 77, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 397, "y": 285, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 232, "y": 378, "w": 81, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 81, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 315, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 478, "y": 286, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 313, "y": 467, "w": 79, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 335, "y": 189, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 79, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 77, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 77, "y": 467, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 468, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 392, "y": 471, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 309, "y": 559, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 386, "y": 565, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 561, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 230, "y": 562, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 472, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 155, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 281, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 622, "h": 661 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/839-gigantamax.png b/public/images/pokemon/exp/back/839-gigantamax.png
new file mode 100644
index 00000000000..6b7622b05d8
Binary files /dev/null and b/public/images/pokemon/exp/back/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/876-female.png b/public/images/pokemon/exp/back/876-female.png
index 78ca08e6d09..18a4a9834a9 100644
Binary files a/public/images/pokemon/exp/back/876-female.png and b/public/images/pokemon/exp/back/876-female.png differ
diff --git a/public/images/pokemon/exp/back/876.png b/public/images/pokemon/exp/back/876.png
index 0073e1642af..87ed3646b3e 100644
Binary files a/public/images/pokemon/exp/back/876.png and b/public/images/pokemon/exp/back/876.png differ
diff --git a/public/images/pokemon/exp/back/880.png b/public/images/pokemon/exp/back/880.png
index 4ee65833e55..c2891b4165a 100644
Binary files a/public/images/pokemon/exp/back/880.png and b/public/images/pokemon/exp/back/880.png differ
diff --git a/public/images/pokemon/exp/back/881.png b/public/images/pokemon/exp/back/881.png
index 377347f49bc..1c0322a43fd 100644
Binary files a/public/images/pokemon/exp/back/881.png and b/public/images/pokemon/exp/back/881.png differ
diff --git a/public/images/pokemon/exp/back/882.png b/public/images/pokemon/exp/back/882.png
index c2c9b1b302b..d5d5ad902f5 100644
Binary files a/public/images/pokemon/exp/back/882.png and b/public/images/pokemon/exp/back/882.png differ
diff --git a/public/images/pokemon/exp/back/888-crowned.png b/public/images/pokemon/exp/back/888-crowned.png
index 4cc454caaa1..827678bf53d 100644
Binary files a/public/images/pokemon/exp/back/888-crowned.png and b/public/images/pokemon/exp/back/888-crowned.png differ
diff --git a/public/images/pokemon/exp/back/894.png b/public/images/pokemon/exp/back/894.png
index c83851c2d54..e82e8dc0183 100644
Binary files a/public/images/pokemon/exp/back/894.png and b/public/images/pokemon/exp/back/894.png differ
diff --git a/public/images/pokemon/exp/back/896.png b/public/images/pokemon/exp/back/896.png
index dd7a984cae7..c0c26abd888 100644
Binary files a/public/images/pokemon/exp/back/896.png and b/public/images/pokemon/exp/back/896.png differ
diff --git a/public/images/pokemon/exp/back/898-ice.png b/public/images/pokemon/exp/back/898-ice.png
index 899a4dd0896..bbb27761875 100644
Binary files a/public/images/pokemon/exp/back/898-ice.png and b/public/images/pokemon/exp/back/898-ice.png differ
diff --git a/public/images/pokemon/exp/back/898-shadow.png b/public/images/pokemon/exp/back/898-shadow.png
index 9f40e0ede70..27191a9428b 100644
Binary files a/public/images/pokemon/exp/back/898-shadow.png and b/public/images/pokemon/exp/back/898-shadow.png differ
diff --git a/public/images/pokemon/exp/back/898.png b/public/images/pokemon/exp/back/898.png
index eb7bc938ee3..c2154aa45e9 100644
Binary files a/public/images/pokemon/exp/back/898.png and b/public/images/pokemon/exp/back/898.png differ
diff --git a/public/images/pokemon/exp/back/913.png b/public/images/pokemon/exp/back/913.png
index 9a33a6de3af..cd32c18afcc 100644
Binary files a/public/images/pokemon/exp/back/913.png and b/public/images/pokemon/exp/back/913.png differ
diff --git a/public/images/pokemon/exp/back/914.png b/public/images/pokemon/exp/back/914.png
index abf275e24f0..e476a2e58ec 100644
Binary files a/public/images/pokemon/exp/back/914.png and b/public/images/pokemon/exp/back/914.png differ
diff --git a/public/images/pokemon/exp/back/944.png b/public/images/pokemon/exp/back/944.png
index 1f4139b4128..5162fa285be 100644
Binary files a/public/images/pokemon/exp/back/944.png and b/public/images/pokemon/exp/back/944.png differ
diff --git a/public/images/pokemon/exp/back/945.png b/public/images/pokemon/exp/back/945.png
index 98e56cc2468..74d4e56a598 100644
Binary files a/public/images/pokemon/exp/back/945.png and b/public/images/pokemon/exp/back/945.png differ
diff --git a/public/images/pokemon/exp/back/954.png b/public/images/pokemon/exp/back/954.png
index be75ebbb453..64a60ce7b89 100644
Binary files a/public/images/pokemon/exp/back/954.png and b/public/images/pokemon/exp/back/954.png differ
diff --git a/public/images/pokemon/exp/back/981.png b/public/images/pokemon/exp/back/981.png
index 360f4267be5..523135b7f3c 100644
Binary files a/public/images/pokemon/exp/back/981.png and b/public/images/pokemon/exp/back/981.png differ
diff --git a/public/images/pokemon/exp/back/987.png b/public/images/pokemon/exp/back/987.png
index 1da8db869dc..4956b630d3e 100644
Binary files a/public/images/pokemon/exp/back/987.png and b/public/images/pokemon/exp/back/987.png differ
diff --git a/public/images/pokemon/exp/shiny/708.json b/public/images/pokemon/exp/back/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/shiny/708.json
rename to public/images/pokemon/exp/back/female/6215.json
index 188cebad63c..4f58734d55e 100644
--- a/public/images/pokemon/exp/shiny/708.json
+++ b/public/images/pokemon/exp/back/female/6215.json
@@ -1,432 +1,33 @@
{
"textures": [
{
- "image": "708.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 206,
- "h": 206
+ "w": 155,
+ "h": 155
},
"scale": 1,
"frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
"x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
"y": 1,
- "w": 51,
- "h": 43
+ "w": 54,
+ "h": 49
},
"frame": {
"x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
"y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
+ "w": 54,
+ "h": 49
}
},
{
@@ -434,20 +35,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -455,20 +77,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -476,461 +119,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 102,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
- "y": 6,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 152,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0042.png",
+ "filename": "0043.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 6,
+ "x": 0,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
@@ -938,41 +161,146 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0048.png",
+ "filename": "0005.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
+ "x": 0,
"y": 3,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 47
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
}
},
{
@@ -980,20 +308,167 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
"h": 47
},
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
}
},
{
@@ -1001,20 +476,545 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
"w": 51,
- "h": 41
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
}
}
]
@@ -1023,6 +1023,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:02aeb20d3dedab69cd63430f383bb8a9:140bc3262838e3b187b88498bce06706:796c82c5076b122f2663381836c65843$"
+ "smartupdate": "$TexturePacker:SmartUpdate:29aeff74e785c73ae2261d8bb0459111:5709d3d72351f1424de632ebf8347c01:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/back/female/6215.png b/public/images/pokemon/exp/back/female/6215.png
new file mode 100644
index 00000000000..7dbdab7eb85
Binary files /dev/null and b/public/images/pokemon/exp/back/female/6215.png differ
diff --git a/public/images/pokemon/exp/back/female/668.json b/public/images/pokemon/exp/back/female/668.json
new file mode 100644
index 00000000000..4c493f84959
--- /dev/null
+++ b/public/images/pokemon/exp/back/female/668.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 233, "y": 213, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 156, "y": 144, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 79, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 319, "y": 144, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 80, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 242, "y": 73, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 80, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 310, "y": 282, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 534, "y": 350, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 71, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 301, "y": 351, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 67, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 353, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 3, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 204, "y": 417, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 139, "y": 352, "w": 65, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 65, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 73, "y": 352, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 66, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 351, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 69, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 284, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 4, "w": 73, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 475, "y": 214, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 319, "y": 212, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 82, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 519, "y": 72, "w": 83, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 83, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 434, "y": 0, "w": 85, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 85, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 261, "y": 0, "w": 86, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 86, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 174, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 347, "y": 0, "w": 87, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 87, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 519, "y": 0, "w": 85, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 85, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 72, "w": 84, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 84, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 73, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 162, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668-female.png",
+ "format": "I8",
+ "size": { "w": 605, "h": 492 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/female/668.png b/public/images/pokemon/exp/back/female/668.png
new file mode 100644
index 00000000000..e5b5ed2494e
Binary files /dev/null and b/public/images/pokemon/exp/back/female/668.png differ
diff --git a/public/images/pokemon/exp/back/shiny/1003.png b/public/images/pokemon/exp/back/shiny/1003.png
index 628a1098ab6..503211f914a 100644
Binary files a/public/images/pokemon/exp/back/shiny/1003.png and b/public/images/pokemon/exp/back/shiny/1003.png differ
diff --git a/public/images/pokemon/exp/back/shiny/248-mega.json b/public/images/pokemon/exp/back/shiny/248-mega.json
index e6874d48784..67e88b6014f 100644
--- a/public/images/pokemon/exp/back/shiny/248-mega.json
+++ b/public/images/pokemon/exp/back/shiny/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3dba844e4799c099eae9413ec740d703:7a7dc95ebe53fcea6738011b92bff44e:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 426, "y": 194, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 510, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 285, "w": 83, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 83, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 432, "y": 287, "w": 82, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 85, "y": 288, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 373, "w": 82, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 345, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 429, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 171, "y": 374, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 516, "y": 372, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 84, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 260, "y": 287, "w": 85, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 85, "h": 84 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 200, "w": 85, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 85, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 342, "y": 101, "w": 86, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 256, "y": 100, "w": 84, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 84, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 86, "y": 100, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 514, "y": 0, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 429, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 344, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 0, "w": 84, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 84, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 258, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 172, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 171, "y": 100, "w": 83, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 83, "h": 97 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 514, "y": 100, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 83, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 600, "h": 610 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/248-mega.png b/public/images/pokemon/exp/back/shiny/248-mega.png
index 10b8bfb05f3..bb4a62d441f 100644
Binary files a/public/images/pokemon/exp/back/shiny/248-mega.png and b/public/images/pokemon/exp/back/shiny/248-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/257-mega.png b/public/images/pokemon/exp/back/shiny/257-mega.png
index 47725c71073..1aaad61acbf 100644
Binary files a/public/images/pokemon/exp/back/shiny/257-mega.png and b/public/images/pokemon/exp/back/shiny/257-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/362-mega.json b/public/images/pokemon/exp/back/shiny/362-mega.json
index 2c42a6db6f1..02354ddad93 100644
--- a/public/images/pokemon/exp/back/shiny/362-mega.json
+++ b/public/images/pokemon/exp/back/shiny/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25f7f8085d78ddcdd4aadd2f3591c111:e79d613f15426593f8c7367b1afc6c04:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 128, "h": 132 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/362-mega.png b/public/images/pokemon/exp/back/shiny/362-mega.png
index 32f3e5658a3..75d5b5075b9 100644
Binary files a/public/images/pokemon/exp/back/shiny/362-mega.png and b/public/images/pokemon/exp/back/shiny/362-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/373-mega.png b/public/images/pokemon/exp/back/shiny/373-mega.png
index 6c5ce34d155..558a7ef2fbc 100644
Binary files a/public/images/pokemon/exp/back/shiny/373-mega.png and b/public/images/pokemon/exp/back/shiny/373-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/4080.png b/public/images/pokemon/exp/back/shiny/4080.png
index e70503a7820..1f3ec6c122a 100644
Binary files a/public/images/pokemon/exp/back/shiny/4080.png and b/public/images/pokemon/exp/back/shiny/4080.png differ
diff --git a/public/images/pokemon/exp/back/shiny/4222.png b/public/images/pokemon/exp/back/shiny/4222.png
index 15970729f49..e5c30260c2b 100644
Binary files a/public/images/pokemon/exp/back/shiny/4222.png and b/public/images/pokemon/exp/back/shiny/4222.png differ
diff --git a/public/images/pokemon/exp/back/shiny/569-gigantamax.json b/public/images/pokemon/exp/back/shiny/569-gigantamax.json
new file mode 100644
index 00000000000..b266f5eb799
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 281 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/569-gigantamax.png b/public/images/pokemon/exp/back/shiny/569-gigantamax.png
new file mode 100644
index 00000000000..2322fc2321e
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/651.json b/public/images/pokemon/exp/back/shiny/651.json
index 4e96154d67b..04a791f539f 100644
--- a/public/images/pokemon/exp/back/shiny/651.json
+++ b/public/images/pokemon/exp/back/shiny/651.json
@@ -1,104 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 106,
- "h": 106
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 53,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f6a8875e3bdc40a01569005eeaa99a4:fe6f34e605d5c3077475cfd03942ff77:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 326, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 272, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 100, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 56, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 51, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 219, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 248, "w": 55, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 55, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 275, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 325, "y": 200, "w": 56, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 56, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 54, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 332, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 248, "w": 53, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 325, "y": 247, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 53, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 149, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 108, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 162, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 55, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 109, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 164, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 297 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/651.png b/public/images/pokemon/exp/back/shiny/651.png
index 99fa14d5df9..b607fa69a15 100644
Binary files a/public/images/pokemon/exp/back/shiny/651.png and b/public/images/pokemon/exp/back/shiny/651.png differ
diff --git a/public/images/pokemon/exp/back/shiny/653.json b/public/images/pokemon/exp/back/shiny/653.json
index a5d273cff64..c5fb4a5db61 100644
--- a/public/images/pokemon/exp/back/shiny/653.json
+++ b/public/images/pokemon/exp/back/shiny/653.json
@@ -1,2204 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d04be8782bc4dd7044942acce05841d1:0e29431888e23f35da7ce4bf9b48965f:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 176, "h": 170 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/653.png b/public/images/pokemon/exp/back/shiny/653.png
index efd98f5ee42..08b2420ad11 100644
Binary files a/public/images/pokemon/exp/back/shiny/653.png and b/public/images/pokemon/exp/back/shiny/653.png differ
diff --git a/public/images/pokemon/exp/back/shiny/654.json b/public/images/pokemon/exp/back/shiny/654.json
index 990436ec243..a5bd681b6cb 100644
--- a/public/images/pokemon/exp/back/shiny/654.json
+++ b/public/images/pokemon/exp/back/shiny/654.json
@@ -1,188 +1,677 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6f47a7be287accef984c271dc9a4c0a3:dfd096ac65957c3db229b035490b4fbb:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 215, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 163, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 50, "y": 263, "w": 50, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 50, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 218, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 161, "y": 195, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 218, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 51, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 273, "h": 330 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/654.png b/public/images/pokemon/exp/back/shiny/654.png
index 0dfad6834cc..747aa61bd58 100644
Binary files a/public/images/pokemon/exp/back/shiny/654.png and b/public/images/pokemon/exp/back/shiny/654.png differ
diff --git a/public/images/pokemon/exp/back/shiny/656.json b/public/images/pokemon/exp/back/shiny/656.json
index 0a023d7bee6..78a3ae89852 100644
--- a/public/images/pokemon/exp/back/shiny/656.json
+++ b/public/images/pokemon/exp/back/shiny/656.json
@@ -1,1658 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 201,
- "h": 201
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 32,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 32
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 33,
- "h": 33
- },
- "frame": {
- "x": 100,
- "y": 0,
- "w": 33,
- "h": 33
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 33,
- "h": 35
- },
- "frame": {
- "x": 100,
- "y": 33,
- "w": 33,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 33,
- "h": 35
- },
- "frame": {
- "x": 68,
- "y": 68,
- "w": 33,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 33,
- "h": 36
- },
- "frame": {
- "x": 135,
- "y": 69,
- "w": 33,
- "h": 36
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 33,
- "h": 36
- },
- "frame": {
- "x": 168,
- "y": 69,
- "w": 33,
- "h": 36
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 102,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 34,
- "y": 103,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 68,
- "y": 103,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 34,
- "h": 39
- },
- "frame": {
- "x": 101,
- "y": 105,
- "w": 34,
- "h": 39
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 40
- },
- "frame": {
- "x": 135,
- "y": 105,
- "w": 31,
- "h": 40
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 41
- },
- "frame": {
- "x": 166,
- "y": 105,
- "w": 31,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 32,
- "y": 139,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 64,
- "y": 140,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 95,
- "y": 144,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 43
- },
- "frame": {
- "x": 126,
- "y": 145,
- "w": 32,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 31,
- "h": 43
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 31,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5076cf3500c6d9392a3e656db2bcf661:8a870f3a4f8085495687c4af91e0de7e:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 67, "y": 1, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 33, "h": 38 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 34, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 102, "y": 1, "w": 31, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 167, "y": 80, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 41, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 99, "y": 43, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 155, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 107, "y": 189, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 32, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 191, "w": 31, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 31, "h": 31 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 69, "y": 190, "w": 31, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 31, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 35, "y": 188, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 121, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 117, "w": 32, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 36 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 107, "y": 152, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 131, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 202, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/656.png b/public/images/pokemon/exp/back/shiny/656.png
index 47b18020ffe..0c974e52a98 100644
Binary files a/public/images/pokemon/exp/back/shiny/656.png and b/public/images/pokemon/exp/back/shiny/656.png differ
diff --git a/public/images/pokemon/exp/back/shiny/658-ash.json b/public/images/pokemon/exp/back/shiny/658-ash.json
index db9e546af7f..8e360497b8d 100644
--- a/public/images/pokemon/exp/back/shiny/658-ash.json
+++ b/public/images/pokemon/exp/back/shiny/658-ash.json
@@ -1,188 +1,155 @@
-{
- "textures": [
- {
- "image": "658-ash.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 75,
- "h": 61
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 61
- },
- "frame": {
- "x": 75,
- "y": 62,
- "w": 75,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d9855568004fd93bcd73aa782894b172:d7e4656a720ccca08a26ed4485129bb3:f09eeed5adc5ec50aec50218e03662c2$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 73, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 73, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 73, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 73, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 73, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 73, "h": 73 },
+ "sourceSize": { "w": 73, "h": 73 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "image": "658-ash.png",
+ "format": "I8",
+ "size": { "w": 146, "h": 146 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/658-ash.png b/public/images/pokemon/exp/back/shiny/658-ash.png
index a2a53dbdbc7..3269d435c94 100644
Binary files a/public/images/pokemon/exp/back/shiny/658-ash.png and b/public/images/pokemon/exp/back/shiny/658-ash.png differ
diff --git a/public/images/pokemon/exp/back/shiny/658.json b/public/images/pokemon/exp/back/shiny/658.json
index 8dc315c768e..453f6c16dc6 100644
--- a/public/images/pokemon/exp/back/shiny/658.json
+++ b/public/images/pokemon/exp/back/shiny/658.json
@@ -1,188 +1,92 @@
-{
- "textures": [
- {
- "image": "658.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 62
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 62
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 75,
- "h": 61
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 75,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:661efcc0c742bc0d4b4e26900a59332f:d0aa0f579971d046660bf77b4044aa35:5affcab976148657d36bf4ff3410f92d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 77, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 77, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 77, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 77, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 77, "y": 0, "w": 77, "h": 77 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "sourceSize": { "w": 77, "h": 77 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "image": "658.png",
+ "format": "I8",
+ "size": { "w": 154, "h": 154 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/658.png b/public/images/pokemon/exp/back/shiny/658.png
index 416f1145463..bb0ee7accdf 100644
Binary files a/public/images/pokemon/exp/back/shiny/658.png and b/public/images/pokemon/exp/back/shiny/658.png differ
diff --git a/public/images/pokemon/exp/back/shiny/661.json b/public/images/pokemon/exp/back/shiny/661.json
index 1199eaead4b..be82a4ce425 100644
--- a/public/images/pokemon/exp/back/shiny/661.json
+++ b/public/images/pokemon/exp/back/shiny/661.json
@@ -1,356 +1,398 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 68,
- "h": 68
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:622c17fd3933b7d7d1eddb422fc24fc5:684446320bdfd8fa492ed28395182fcc:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 39, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 36, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 112, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 34, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 74, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 34, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "661.png",
+ "format": "I8",
+ "size": { "w": 142, "h": 156 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/661.png b/public/images/pokemon/exp/back/shiny/661.png
index a76bde31ab3..a38de0cabe4 100644
Binary files a/public/images/pokemon/exp/back/shiny/661.png and b/public/images/pokemon/exp/back/shiny/661.png differ
diff --git a/public/images/pokemon/exp/back/shiny/662.json b/public/images/pokemon/exp/back/shiny/662.json
index f2154fb0de0..52cc70bbe5d 100644
--- a/public/images/pokemon/exp/back/shiny/662.json
+++ b/public/images/pokemon/exp/back/shiny/662.json
@@ -1,671 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:14a51ba69bd1aad179c85e117e323d5e:a3d65c092dec9149a9e5c39aed3a7dc3:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 70, "w": 53, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 53, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 212, "y": 70, "w": 52, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 52, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 247, "y": 204, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 36, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 196, "w": 49, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 33, "w": 49, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 56, "y": 1, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 56, "h": 65 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 224, "y": 1, "w": 52, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 52, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 107, "y": 68, "w": 48, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 48, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 277, "y": 1, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 51, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 113, "y": 1, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 55, "h": 66 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 48, "y": 249, "w": 44, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 31, "w": 44, "h": 50 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 191, "y": 248, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 27, "w": 47, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 1, "w": 54, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 67 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 101, "y": 208, "w": 45, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 18, "w": 45, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 246, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 67, "w": 50, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 50, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 265, "y": 70, "w": 47, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 47, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 138, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 44, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 193, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 43, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 191, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 31, "w": 55, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 51, "y": 200, "w": 49, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 27, "w": 49, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 156, "y": 69, "w": 55, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 55, "h": 60 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 133, "w": 50, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 50, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 208, "y": 134, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 48, "h": 64 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 257, "y": 140, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 48, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 52, "y": 137, "w": 49, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 49, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 156, "y": 130, "w": 51, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 51, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 329, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/662.png b/public/images/pokemon/exp/back/shiny/662.png
index b4e6c703eab..b914dac31b1 100644
Binary files a/public/images/pokemon/exp/back/shiny/662.png and b/public/images/pokemon/exp/back/shiny/662.png differ
diff --git a/public/images/pokemon/exp/back/shiny/663.json b/public/images/pokemon/exp/back/shiny/663.json
index d464b333f20..48526624362 100644
--- a/public/images/pokemon/exp/back/shiny/663.json
+++ b/public/images/pokemon/exp/back/shiny/663.json
@@ -1,1700 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 302,
- "h": 302
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cee80289834c8acf0ea6d754131cf471:08d47f0b9be8c73bf8d3f74f4dc0a00d:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 388, "h": 212 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/663.png b/public/images/pokemon/exp/back/shiny/663.png
index bb8a7a63b47..ddb4658f34f 100644
Binary files a/public/images/pokemon/exp/back/shiny/663.png and b/public/images/pokemon/exp/back/shiny/663.png differ
diff --git a/public/images/pokemon/exp/back/shiny/664.json b/public/images/pokemon/exp/back/shiny/664.json
index 737a874aeef..61c85d30239 100644
--- a/public/images/pokemon/exp/back/shiny/664.json
+++ b/public/images/pokemon/exp/back/shiny/664.json
@@ -1,104 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 24,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 24,
- "h": 42
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 24,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:601a4fb542614963fb9749e3339712b0:f6208a116912601a698682c3723dc18c:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 54, "y": 49, "w": 26, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 26, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 96, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 97, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 97, "w": 26, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 49, "w": 27, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 27, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 28, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 55, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 109, "h": 145 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/664.png b/public/images/pokemon/exp/back/shiny/664.png
index 84657407fb6..ad6b46a574e 100644
Binary files a/public/images/pokemon/exp/back/shiny/664.png and b/public/images/pokemon/exp/back/shiny/664.png differ
diff --git a/public/images/pokemon/exp/back/shiny/665.json b/public/images/pokemon/exp/back/shiny/665.json
index 74db8ba58cd..fe2659dbf6d 100644
--- a/public/images/pokemon/exp/back/shiny/665.json
+++ b/public/images/pokemon/exp/back/shiny/665.json
@@ -1,188 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 107,
- "h": 107
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 36,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:33adc9cf726011c23993f48b34d8072e:5df22173a3e399c0e4fd7f67a42a829c:a72e6c94514c750d7462eab6b08ee591$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 67, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 40, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 343, "y": 34, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 5, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 33, "w": 63, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 36 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 40 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 33, "w": 73, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 34, "w": 53, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 7, "w": 53, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 38, "w": 47, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 7, "w": 47, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 86, "y": 40, "w": 40, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 40, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 101, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 34, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 36, "y": 75, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 324, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 394, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/665.png b/public/images/pokemon/exp/back/shiny/665.png
index 098b20d3d82..6b8ae18d7a0 100644
Binary files a/public/images/pokemon/exp/back/shiny/665.png and b/public/images/pokemon/exp/back/shiny/665.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-archipelago.json b/public/images/pokemon/exp/back/shiny/666-archipelago.json
index 5207ba45af5..817696f70a1 100644
--- a/public/images/pokemon/exp/back/shiny/666-archipelago.json
+++ b/public/images/pokemon/exp/back/shiny/666-archipelago.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-archipelago.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d3b3934e858033f670ae2a24ec4d347a:f014942f9212da6fadbc8a0c94f2dc11:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-archipelago.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-archipelago.png b/public/images/pokemon/exp/back/shiny/666-archipelago.png
index cfc3f0012b6..ada5bd02bdb 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-archipelago.png and b/public/images/pokemon/exp/back/shiny/666-archipelago.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-continental.json b/public/images/pokemon/exp/back/shiny/666-continental.json
index a20a1baa32b..fc21deb6978 100644
--- a/public/images/pokemon/exp/back/shiny/666-continental.json
+++ b/public/images/pokemon/exp/back/shiny/666-continental.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-continental.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:06c65586a6c76ae16868407b3530cc3e:c9740628cc5f7aa0301821f74d9d2e17:23aaac2256d564b9d8a58d7de70397c3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-continental.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-continental.png b/public/images/pokemon/exp/back/shiny/666-continental.png
index 80fdfbd42fe..a70b86e6f4e 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-continental.png and b/public/images/pokemon/exp/back/shiny/666-continental.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-elegant.json b/public/images/pokemon/exp/back/shiny/666-elegant.json
index e4372fe6e79..35c20315153 100644
--- a/public/images/pokemon/exp/back/shiny/666-elegant.json
+++ b/public/images/pokemon/exp/back/shiny/666-elegant.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-elegant.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2f5780697c633c5f2db2d90012b0bfaa:3df5d06e71f1f48664b1d3f70b589ce5:d6b035048c66474f6236a3bc923faa7b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-elegant.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-elegant.png b/public/images/pokemon/exp/back/shiny/666-elegant.png
index a63ccd8a4fd..f1493354831 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-elegant.png and b/public/images/pokemon/exp/back/shiny/666-elegant.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-fancy.json b/public/images/pokemon/exp/back/shiny/666-fancy.json
index da0238946be..54113df4b51 100644
--- a/public/images/pokemon/exp/back/shiny/666-fancy.json
+++ b/public/images/pokemon/exp/back/shiny/666-fancy.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-fancy.png",
- "format": "RGBA8888",
- "size": {
- "w": 133,
- "h": 133
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 65,
- "y": 0,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 65,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f6d28d4fec94007c70d1812b69e8c9a4:cff02079419826e1cb2148e331588d89:6d5edff9a806f43feff031c9919c9aca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-fancy.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-fancy.png b/public/images/pokemon/exp/back/shiny/666-fancy.png
index c84443bbe4e..6a50c5817a8 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-fancy.png and b/public/images/pokemon/exp/back/shiny/666-fancy.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-garden.json b/public/images/pokemon/exp/back/shiny/666-garden.json
index 1a44f773e4f..4fcc5ab0ad1 100644
--- a/public/images/pokemon/exp/back/shiny/666-garden.json
+++ b/public/images/pokemon/exp/back/shiny/666-garden.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-garden.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b8e1d103e0e6ac306d2c8f447067ec3c:8483540406726b13fa42ad566b4f6991:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-garden.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-garden.png b/public/images/pokemon/exp/back/shiny/666-garden.png
index b37c6f8c84e..92214cc4d75 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-garden.png and b/public/images/pokemon/exp/back/shiny/666-garden.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-high-plains.json b/public/images/pokemon/exp/back/shiny/666-high-plains.json
index 898cbf94515..56a90a01899 100644
--- a/public/images/pokemon/exp/back/shiny/666-high-plains.json
+++ b/public/images/pokemon/exp/back/shiny/666-high-plains.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-high-plains.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6a10c59dc5b4abef78a2379364bae874:239b86e13316e6d8fc74b42cc7f657d9:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-high-plains.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-high-plains.png b/public/images/pokemon/exp/back/shiny/666-high-plains.png
index e23f879af0c..80e02eede13 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-high-plains.png and b/public/images/pokemon/exp/back/shiny/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-icy-snow.json b/public/images/pokemon/exp/back/shiny/666-icy-snow.json
index 4922c7c1fb6..b44f33bb07f 100644
--- a/public/images/pokemon/exp/back/shiny/666-icy-snow.json
+++ b/public/images/pokemon/exp/back/shiny/666-icy-snow.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-icy-snow.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a19b20c8ff121729b5b9dfb470e1e166:abf786c03cda88b39336d9172fd788ec:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-icy-snow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-icy-snow.png b/public/images/pokemon/exp/back/shiny/666-icy-snow.png
index 2ba96cc9ac3..1fe8305f068 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-icy-snow.png and b/public/images/pokemon/exp/back/shiny/666-icy-snow.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-jungle.json b/public/images/pokemon/exp/back/shiny/666-jungle.json
index 17254038662..51876d649da 100644
--- a/public/images/pokemon/exp/back/shiny/666-jungle.json
+++ b/public/images/pokemon/exp/back/shiny/666-jungle.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-jungle.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4318d523b7ff0df47aa749ed39d81402:f7d5cbe7029fecd1e518aa0501a8c8ba:c8686bcc5493911384853d54c85bfea1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-jungle.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-jungle.png b/public/images/pokemon/exp/back/shiny/666-jungle.png
index 3f1127f0265..1dbe65c02f2 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-jungle.png and b/public/images/pokemon/exp/back/shiny/666-jungle.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-marine.json b/public/images/pokemon/exp/back/shiny/666-marine.json
index 5e89662d52f..a77fd76f1dd 100644
--- a/public/images/pokemon/exp/back/shiny/666-marine.json
+++ b/public/images/pokemon/exp/back/shiny/666-marine.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-marine.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:df888a902e99f6aa55c8d9a1696f30ef:5e5db402df59c188bf1aaf4cc0b516d5:dc240f0acbf3d56fe8729dd1f703009f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-marine.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-marine.png b/public/images/pokemon/exp/back/shiny/666-marine.png
index 7e1a47124b9..1a69d6587da 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-marine.png and b/public/images/pokemon/exp/back/shiny/666-marine.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-meadow.json b/public/images/pokemon/exp/back/shiny/666-meadow.json
index 54e872aee05..2c4a73b80cf 100644
--- a/public/images/pokemon/exp/back/shiny/666-meadow.json
+++ b/public/images/pokemon/exp/back/shiny/666-meadow.json
@@ -1,524 +1,119 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:217e1d90eca71c8b95407de1c156a5e6:e2b23be3d14960d78059a46f5b83304a:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-meadow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-meadow.png b/public/images/pokemon/exp/back/shiny/666-meadow.png
index 2e8a64be5d4..1148fa5a620 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-meadow.png and b/public/images/pokemon/exp/back/shiny/666-meadow.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-modern.json b/public/images/pokemon/exp/back/shiny/666-modern.json
index c60078bd8ce..e0a00da6d81 100644
--- a/public/images/pokemon/exp/back/shiny/666-modern.json
+++ b/public/images/pokemon/exp/back/shiny/666-modern.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-modern.png",
- "format": "RGBA8888",
- "size": {
- "w": 132,
- "h": 132
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 66,
- "w": 65,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:854759536c0175b34e9ed7b2513e55dd:9fbbae33832e3b62152c5bae85714a7a:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-modern.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-modern.png b/public/images/pokemon/exp/back/shiny/666-modern.png
index f9654fbeb02..d9f109c8ef9 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-modern.png and b/public/images/pokemon/exp/back/shiny/666-modern.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-monsoon.json b/public/images/pokemon/exp/back/shiny/666-monsoon.json
index 78130a47159..117fad03b83 100644
--- a/public/images/pokemon/exp/back/shiny/666-monsoon.json
+++ b/public/images/pokemon/exp/back/shiny/666-monsoon.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-monsoon.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dcde8c849851ea64b2ceed92a82153e1:5a97106b9193dc2cda01b0448d9f2637:637bea52b465abfb8e5a576310b4dacc$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-monsoon.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-monsoon.png b/public/images/pokemon/exp/back/shiny/666-monsoon.png
index 5d87fc101a8..cc5279545d5 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-monsoon.png and b/public/images/pokemon/exp/back/shiny/666-monsoon.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-ocean.json b/public/images/pokemon/exp/back/shiny/666-ocean.json
index 1bf44996eef..8d23d70cd31 100644
--- a/public/images/pokemon/exp/back/shiny/666-ocean.json
+++ b/public/images/pokemon/exp/back/shiny/666-ocean.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-ocean.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dc3f54a39a4afa0ea28913252050d7c1:d856dfe44678a2ee4dc3d367a6658ad3:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-ocean.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-ocean.png b/public/images/pokemon/exp/back/shiny/666-ocean.png
index 8c6aeca189a..caabd9302ea 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-ocean.png and b/public/images/pokemon/exp/back/shiny/666-ocean.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-poke-ball.json b/public/images/pokemon/exp/back/shiny/666-poke-ball.json
index 5c8715a8a1e..45564e59a32 100644
--- a/public/images/pokemon/exp/back/shiny/666-poke-ball.json
+++ b/public/images/pokemon/exp/back/shiny/666-poke-ball.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-poke-ball.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9df25dba5036e3cd48218e8de3a98074:4357b8b161f5f87776f4d39fcb3723f5:8ec14f129d1691b8da504a13b661abed$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-poke-ball.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-poke-ball.png b/public/images/pokemon/exp/back/shiny/666-poke-ball.png
index 24907a5ef9f..30e2cbf8615 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-poke-ball.png and b/public/images/pokemon/exp/back/shiny/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-polar.json b/public/images/pokemon/exp/back/shiny/666-polar.json
index ef69f49e390..abb6d0286f4 100644
--- a/public/images/pokemon/exp/back/shiny/666-polar.json
+++ b/public/images/pokemon/exp/back/shiny/666-polar.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-polar.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:aab22d39518ad2f1b1621a5954e95674:958cacbba11b25f5b1e7fe9a9a40465d:eb7086e98f867c6592e4b161835da18b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-polar.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-polar.png b/public/images/pokemon/exp/back/shiny/666-polar.png
index b2f00a2a6df..c9f4fe642ee 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-polar.png and b/public/images/pokemon/exp/back/shiny/666-polar.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-savanna.json b/public/images/pokemon/exp/back/shiny/666-savanna.json
index 24638119724..8fa326da1b4 100644
--- a/public/images/pokemon/exp/back/shiny/666-savanna.json
+++ b/public/images/pokemon/exp/back/shiny/666-savanna.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-savanna.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c7fd4a8c1137a2566fabe2f53dac4c4:295a7bdde494b6106f9c73b649be6098:625a4f0dc001069326a75c6a381f93e6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-savanna.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-savanna.png b/public/images/pokemon/exp/back/shiny/666-savanna.png
index 5fcf8bc6d28..a69c0c18ae1 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-savanna.png and b/public/images/pokemon/exp/back/shiny/666-savanna.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-sun.json b/public/images/pokemon/exp/back/shiny/666-sun.json
index a2ccb3c82d8..d41f22f541c 100644
--- a/public/images/pokemon/exp/back/shiny/666-sun.json
+++ b/public/images/pokemon/exp/back/shiny/666-sun.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sun.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 65,
- "y": 0,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 67
- },
- "frame": {
- "x": 41,
- "y": 68,
- "w": 65,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d1400564456ce432aab0ca4f263c336a:fba76efed9d6341c0b46301efd8cd8f5:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sun.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-sun.png b/public/images/pokemon/exp/back/shiny/666-sun.png
index 28918f2b59a..3914a0fe350 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-sun.png and b/public/images/pokemon/exp/back/shiny/666-sun.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-tundra.json b/public/images/pokemon/exp/back/shiny/666-tundra.json
index 8361b7ca139..afa574f9e07 100644
--- a/public/images/pokemon/exp/back/shiny/666-tundra.json
+++ b/public/images/pokemon/exp/back/shiny/666-tundra.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-tundra.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b87511ba7b272729aecbf5eb18fe65cc:383836b7b2902a470e150b17bdd9bcfc:9779ed3adebc298af537dd64dc25fe00$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-tundra.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-tundra.png b/public/images/pokemon/exp/back/shiny/666-tundra.png
index c33fbf1fc65..78316df8a8f 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-tundra.png and b/public/images/pokemon/exp/back/shiny/666-tundra.png differ
diff --git a/public/images/pokemon/exp/back/shiny/667.json b/public/images/pokemon/exp/back/shiny/667.json
index cf561f26e4f..db9918ea230 100644
--- a/public/images/pokemon/exp/back/shiny/667.json
+++ b/public/images/pokemon/exp/back/shiny/667.json
@@ -1,1532 +1,659 @@
-{
- "textures": [
- {
- "image": "667.png",
- "format": "RGBA8888",
- "size": {
- "w": 160,
- "h": 160
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4fbaee798794f5f6bc216941c6d420d9:a27205da0cc7ce20d4a4422df81b9109:02171d511e760c8a3e1b623ad6bf93f5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 41, "h": 47 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 41, "h": 47 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "667.png",
+ "format": "I8",
+ "size": { "w": 167, "h": 138 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/667.png b/public/images/pokemon/exp/back/shiny/667.png
index eb8b7eb756f..d44bed5ee65 100644
Binary files a/public/images/pokemon/exp/back/shiny/667.png and b/public/images/pokemon/exp/back/shiny/667.png differ
diff --git a/public/images/pokemon/exp/back/shiny/668.json b/public/images/pokemon/exp/back/shiny/668.json
index cd1665c7fe7..594e69189dc 100644
--- a/public/images/pokemon/exp/back/shiny/668.json
+++ b/public/images/pokemon/exp/back/shiny/668.json
@@ -1,146 +1,821 @@
-{
- "textures": [
- {
- "image": "668.png",
- "format": "RGBA8888",
- "size": {
- "w": 146,
- "h": 146
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 73,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 73,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 73,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 73,
- "h": 60
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 72,
- "h": 59
- },
- "frame": {
- "x": 73,
- "y": 61,
- "w": 72,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0e20693ecfc704a58db8c8592fcdc9cc:659468d84f3cc98068a3454a7c68f1e4:947bf84d1af493c62e2cef45bb6c19ad$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 458, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 303, "y": 364, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 294, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 378, "y": 364, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 75, "h": 69 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 303, "y": 293, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 379, "y": 293, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 454, "y": 364, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 72, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 70, "y": 365, "w": 68, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 68, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 291, "y": 435, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 378, "y": 434, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 224, "y": 365, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 365, "w": 69, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 69, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 229, "y": 220, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 73, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 468, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 308, "y": 147, "w": 74, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 74, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 148, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 383, "y": 220, "w": 74, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 74, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 231, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 79, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 156, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 310, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 77, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 154, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 76, "y": 220, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 152, "y": 220, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 76, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 221, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 293, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 75, "y": 293, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668.png",
+ "format": "I8",
+ "size": { "w": 543, "h": 507 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/668.png b/public/images/pokemon/exp/back/shiny/668.png
index e2fa147e7fd..0ece333f235 100644
Binary files a/public/images/pokemon/exp/back/shiny/668.png and b/public/images/pokemon/exp/back/shiny/668.png differ
diff --git a/public/images/pokemon/exp/back/shiny/672.json b/public/images/pokemon/exp/back/shiny/672.json
index a8bb0336e34..f877b9abc2e 100644
--- a/public/images/pokemon/exp/back/shiny/672.json
+++ b/public/images/pokemon/exp/back/shiny/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 282,
- "h": 282
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 210,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 123,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 168,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 209,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 164,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 83,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 124,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 165,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 207,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 124,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 163,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 163,
- "y": 124,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 203,
- "y": 83,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 164,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 204,
- "y": 123,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 163,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 203,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 204,
- "w": 40,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e27a409eb13547a4ef97935b726389b3:05b6a88e37fb9d64101b9f9071f3afb5:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 160, "h": 195 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/672.png b/public/images/pokemon/exp/back/shiny/672.png
index 2fab39d2aee..848b2e35962 100644
Binary files a/public/images/pokemon/exp/back/shiny/672.png and b/public/images/pokemon/exp/back/shiny/672.png differ
diff --git a/public/images/pokemon/exp/back/shiny/674.json b/public/images/pokemon/exp/back/shiny/674.json
deleted file mode 100644
index 52192847bdf..00000000000
--- a/public/images/pokemon/exp/back/shiny/674.json
+++ /dev/null
@@ -1,1175 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 124,
- "h": 124
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 82,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 85,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:76841431bc0f022caab94cff146aa974:cfb5f5b4c165e509044ceea57b0d5b30:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/674.png b/public/images/pokemon/exp/back/shiny/674.png
deleted file mode 100644
index 75e7b228137..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/692.json b/public/images/pokemon/exp/back/shiny/692.json
index 9e90079e613..801710c4861 100644
--- a/public/images/pokemon/exp/back/shiny/692.json
+++ b/public/images/pokemon/exp/back/shiny/692.json
@@ -1,1847 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 168,
- "h": 168
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 60,
- "h": 32
- },
- "frame": {
- "x": 60,
- "y": 69,
- "w": 60,
- "h": 32
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 60,
- "h": 32
- },
- "frame": {
- "x": 60,
- "y": 69,
- "w": 60,
- "h": 32
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 59,
- "y": 136,
- "w": 57,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8f5831496e68316e4cb3449a0eaf2bb1:e0a74859ab21c488d9f8cbabc8355b5a:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 119, "y": 72, "w": 56, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/692.png b/public/images/pokemon/exp/back/shiny/692.png
index a08f22af600..c1bb353a739 100644
Binary files a/public/images/pokemon/exp/back/shiny/692.png and b/public/images/pokemon/exp/back/shiny/692.png differ
diff --git a/public/images/pokemon/exp/back/shiny/693.json b/public/images/pokemon/exp/back/shiny/693.json
index b0fcec5a40b..6358a8908f6 100644
--- a/public/images/pokemon/exp/back/shiny/693.json
+++ b/public/images/pokemon/exp/back/shiny/693.json
@@ -1,230 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 223,
- "h": 223
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 90,
- "y": 147,
- "w": 90,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e2d977eceb50e18ece349b4545bbecdd:e9880823c470ec1cfcd9a8f06892f017:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 565, "y": 196, "w": 90, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 90, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 278, "y": 266, "w": 90, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 90, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 189, "y": 199, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 1, "w": 98, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 98, "h": 68 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 95, "y": 72, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 96, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 381, "y": 1, "w": 97, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 97, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 191, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 95, "y": 135, "w": 96, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 96, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 572, "y": 67, "w": 99, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 99, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 284, "y": 205, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 199, "w": 91, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 91, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 259, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 193, "y": 69, "w": 95, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 5, "w": 95, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 141, "w": 92, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 8, "w": 92, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 96, "y": 318, "w": 89, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 14, "w": 89, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 564, "y": 261, "w": 92, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 14, "w": 92, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 672, "h": 377 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/693.png b/public/images/pokemon/exp/back/shiny/693.png
index 5eb7110fc3d..10b639004ae 100644
Binary files a/public/images/pokemon/exp/back/shiny/693.png and b/public/images/pokemon/exp/back/shiny/693.png differ
diff --git a/public/images/pokemon/exp/back/shiny/694.json b/public/images/pokemon/exp/back/shiny/694.json
deleted file mode 100644
index ec28fb40922..00000000000
--- a/public/images/pokemon/exp/back/shiny/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 130,
- "h": 130
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 39
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 40,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d46bf508ccc2fa50cb3f373328d8e60a:7d537a54677423b5809fcbc4394d9538:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/694.png b/public/images/pokemon/exp/back/shiny/694.png
deleted file mode 100644
index 2df2c82fdd7..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/697.json b/public/images/pokemon/exp/back/shiny/697.json
index ade475cd439..6963da289ab 100644
--- a/public/images/pokemon/exp/back/shiny/697.json
+++ b/public/images/pokemon/exp/back/shiny/697.json
@@ -1,1196 +1,992 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 374,
- "h": 374
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 77,
- "h": 73
- },
- "frame": {
- "x": 285,
- "y": 0,
- "w": 77,
- "h": 73
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 285,
- "y": 73,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 225,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 296,
- "w": 73,
- "h": 74
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dc19d18c6fcbcf52992f8e0181b428f3:44bc6e229ce96fd68619c97288aeb670:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 370, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 558, "y": 227, "w": 90, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 90, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 376, "w": 88, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 88, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 89, "y": 379, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 365, "y": 378, "w": 86, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 86, "h": 76 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 640, "y": 449, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 84, "h": 77 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 552, "y": 378, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 303, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 465, "y": 302, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 186, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 225, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 472, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 565, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 277, "y": 301, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 388, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 97, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 292, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 196, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 582, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 98, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 485, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 388, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 75, "w": 96, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 96, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 286, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 670, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 658, "y": 226, "w": 94, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 94, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 191, "y": 76, "w": 94, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 94, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 279, "y": 226, "w": 93, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 679, "y": 0, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 482, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 379, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 773, "h": 526 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/697.png b/public/images/pokemon/exp/back/shiny/697.png
index cc3a5b344c3..fabed852462 100644
Binary files a/public/images/pokemon/exp/back/shiny/697.png and b/public/images/pokemon/exp/back/shiny/697.png differ
diff --git a/public/images/pokemon/exp/back/shiny/698.json b/public/images/pokemon/exp/back/shiny/698.json
deleted file mode 100644
index 197e3b844b3..00000000000
--- a/public/images/pokemon/exp/back/shiny/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 181,
- "h": 181
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7926d4052a1ca822dcfc49423c76e3a1:6930576af3683498fb06f805ffdf25f2:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/698.png b/public/images/pokemon/exp/back/shiny/698.png
deleted file mode 100644
index 781f363220a..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/699.png b/public/images/pokemon/exp/back/shiny/699.png
index 0a17af2f53f..75f5c8d8b78 100644
Binary files a/public/images/pokemon/exp/back/shiny/699.png and b/public/images/pokemon/exp/back/shiny/699.png differ
diff --git a/public/images/pokemon/exp/back/shiny/700.json b/public/images/pokemon/exp/back/shiny/700.json
index fd3cf94bb73..70083de61c9 100644
--- a/public/images/pokemon/exp/back/shiny/700.json
+++ b/public/images/pokemon/exp/back/shiny/700.json
@@ -1,1364 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 248,
- "h": 248
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 54,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 61
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 50,
- "h": 64
- },
- "frame": {
- "x": 54,
- "y": 0,
- "w": 50,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 50,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 50,
- "h": 64
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 61
- },
- "frame": {
- "x": 50,
- "y": 64,
- "w": 51,
- "h": 61
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 48,
- "h": 64
- },
- "frame": {
- "x": 101,
- "y": 64,
- "w": 48,
- "h": 64
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 125,
- "w": 51,
- "h": 61
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 49,
- "h": 61
- },
- "frame": {
- "x": 51,
- "y": 125,
- "w": 49,
- "h": 61
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 49,
- "h": 61
- },
- "frame": {
- "x": 51,
- "y": 125,
- "w": 49,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 100,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 48,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 48,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 120,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 120,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cc4ca4dff49e9c03ffd4d0d75ae6e17b:1555e19065e6e4144c3cbb6020a0ae39:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 101, "y": 0, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 48, "h": 63 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 0, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 60, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 53, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 64, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 149, "y": 0, "w": 46, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 46, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 53, "y": 0, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 48, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 244, "h": 241 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/700.png b/public/images/pokemon/exp/back/shiny/700.png
index fe533ba5a88..dab66177e99 100644
Binary files a/public/images/pokemon/exp/back/shiny/700.png and b/public/images/pokemon/exp/back/shiny/700.png differ
diff --git a/public/images/pokemon/exp/back/shiny/702.json b/public/images/pokemon/exp/back/shiny/702.json
index 2e194f21033..9680e17e397 100644
--- a/public/images/pokemon/exp/back/shiny/702.json
+++ b/public/images/pokemon/exp/back/shiny/702.json
@@ -1,1028 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 47,
- "y": 104,
- "w": 47,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:72bba6c37c149abe81c9754a412876bd:fb5c4a7192ee7ba359b93fb9fea89158:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 140, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 72, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 36, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 188, "h": 103 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/702.png b/public/images/pokemon/exp/back/shiny/702.png
index 12401f8950b..7a02b912cf0 100644
Binary files a/public/images/pokemon/exp/back/shiny/702.png and b/public/images/pokemon/exp/back/shiny/702.png differ
diff --git a/public/images/pokemon/exp/back/shiny/703.json b/public/images/pokemon/exp/back/shiny/703.json
deleted file mode 100644
index dee9aa2bb4e..00000000000
--- a/public/images/pokemon/exp/back/shiny/703.json
+++ /dev/null
@@ -1,1322 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 152,
- "h": 152
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 83,
- "w": 39,
- "h": 40
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 39,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 83,
- "w": 39,
- "h": 40
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 79,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:910fb9af9ea6e167d162cc6f8ae5174e:9e48a450788ccb42705466148db9893d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/703.png b/public/images/pokemon/exp/back/shiny/703.png
deleted file mode 100644
index 2081d702118..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/704.json b/public/images/pokemon/exp/back/shiny/704.json
index 32f8d89d5a8..ff94c52a2a8 100644
--- a/public/images/pokemon/exp/back/shiny/704.json
+++ b/public/images/pokemon/exp/back/shiny/704.json
@@ -1,230 +1,101 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 81,
- "h": 81
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 0,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 0,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 33,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 33,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 27,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 27,
- "h": 32
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 27,
- "h": 31
- },
- "frame": {
- "x": 54,
- "y": 0,
- "w": 27,
- "h": 31
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6de9f988e21fa1819baa4118b3f8d3c5:467738d3742ffa651ad1f101f3369860:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 0, "w": 27, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 27, "h": 31 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 32, "w": 27, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 27, "h": 30 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 79, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/704.png b/public/images/pokemon/exp/back/shiny/704.png
index 5d3b5026ded..75a2898cd92 100644
Binary files a/public/images/pokemon/exp/back/shiny/704.png and b/public/images/pokemon/exp/back/shiny/704.png differ
diff --git a/public/images/pokemon/exp/back/shiny/705.json b/public/images/pokemon/exp/back/shiny/705.json
index ab139c247f5..2fc8cb18e99 100644
--- a/public/images/pokemon/exp/back/shiny/705.json
+++ b/public/images/pokemon/exp/back/shiny/705.json
@@ -1,230 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 118,
- "h": 118
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 37,
- "y": 59,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 42,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:82a03fa5424412ce647108fd8dac55a8:b9edd38338e7033be81034e75b8ae8a8:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 181, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 0, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 40, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 40, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 61, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 62, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 77, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 120, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 123, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 38, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 77, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 197, "y": 60, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 116, "y": 183, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 185, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 243, "h": 355 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/705.png b/public/images/pokemon/exp/back/shiny/705.png
index 65c9933f415..4ee803dd570 100644
Binary files a/public/images/pokemon/exp/back/shiny/705.png and b/public/images/pokemon/exp/back/shiny/705.png differ
diff --git a/public/images/pokemon/exp/back/shiny/707.png b/public/images/pokemon/exp/back/shiny/707.png
deleted file mode 100644
index 538667f7252..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/708.json b/public/images/pokemon/exp/back/shiny/708.json
deleted file mode 100644
index fe864e9f9ea..00000000000
--- a/public/images/pokemon/exp/back/shiny/708.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ae43a2361518d114c34efceaee18a46b:85de733a19b6cdd71d9518299acef7f4:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/708.png b/public/images/pokemon/exp/back/shiny/708.png
deleted file mode 100644
index 8673e917e75..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/709.png b/public/images/pokemon/exp/back/shiny/709.png
index 5148cd1ed08..c0d67915d17 100644
Binary files a/public/images/pokemon/exp/back/shiny/709.png and b/public/images/pokemon/exp/back/shiny/709.png differ
diff --git a/public/images/pokemon/exp/back/shiny/712.json b/public/images/pokemon/exp/back/shiny/712.json
index 1fc96cf19a4..869a92fd6ea 100644
--- a/public/images/pokemon/exp/back/shiny/712.json
+++ b/public/images/pokemon/exp/back/shiny/712.json
@@ -1,3338 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 208,
- "h": 208
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0157.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0158.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6fc0455d6f0af01f72622b0f21f8ee70:352443e5019cc9719abfbd45c1015afa:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 36, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 36, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 108, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 108, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 37, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 74, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 74, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 144, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 144, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 180, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 180, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 168, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 168, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 216, "h": 207 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/712.png b/public/images/pokemon/exp/back/shiny/712.png
index 709718daf83..989ed14b08e 100644
Binary files a/public/images/pokemon/exp/back/shiny/712.png and b/public/images/pokemon/exp/back/shiny/712.png differ
diff --git a/public/images/pokemon/exp/back/shiny/713.json b/public/images/pokemon/exp/back/shiny/713.json
index 8f1736a5256..0ff72eef867 100644
--- a/public/images/pokemon/exp/back/shiny/713.json
+++ b/public/images/pokemon/exp/back/shiny/713.json
@@ -1,188 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 199,
- "h": 199
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 87,
- "h": 64
- },
- "frame": {
- "x": 87,
- "y": 135,
- "w": 87,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0af8023555592952fe28b217e91b3a50:e8f7bce9a0476374152ae2437bd2d84b:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 248 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/713.png b/public/images/pokemon/exp/back/shiny/713.png
index 87011e1bbb9..b4417f8386b 100644
Binary files a/public/images/pokemon/exp/back/shiny/713.png and b/public/images/pokemon/exp/back/shiny/713.png differ
diff --git a/public/images/pokemon/exp/back/shiny/714.json b/public/images/pokemon/exp/back/shiny/714.json
deleted file mode 100644
index 1d8e87ffa8c..00000000000
--- a/public/images/pokemon/exp/back/shiny/714.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 147,
- "h": 147
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 34,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 34,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 60,
- "h": 58
- },
- "frame": {
- "x": 34,
- "y": 0,
- "w": 60,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b5f2c2112a42d04cd66e9ed8b57be94f:1af3c375153c5a8b4950e81283c602fa:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/714.png b/public/images/pokemon/exp/back/shiny/714.png
deleted file mode 100644
index fa2c001e7cc..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/716-active.png b/public/images/pokemon/exp/back/shiny/716-active.png
index b99aabd1496..effe84542dc 100644
Binary files a/public/images/pokemon/exp/back/shiny/716-active.png and b/public/images/pokemon/exp/back/shiny/716-active.png differ
diff --git a/public/images/pokemon/exp/back/shiny/716-neutral.png b/public/images/pokemon/exp/back/shiny/716-neutral.png
index c8bee30f32f..26ee61454fd 100644
Binary files a/public/images/pokemon/exp/back/shiny/716-neutral.png and b/public/images/pokemon/exp/back/shiny/716-neutral.png differ
diff --git a/public/images/pokemon/exp/back/shiny/718-10.json b/public/images/pokemon/exp/back/shiny/718-10.json
deleted file mode 100644
index 147d661bd6b..00000000000
--- a/public/images/pokemon/exp/back/shiny/718-10.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 194,
- "h": 194
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 63,
- "h": 65
- },
- "frame": {
- "x": 60,
- "y": 66,
- "w": 63,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 63,
- "h": 65
- },
- "frame": {
- "x": 62,
- "y": 0,
- "w": 63,
- "h": 65
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 63,
- "h": 64
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 63,
- "h": 64
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 125,
- "y": 64,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 123,
- "y": 129,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9b4423fced8dd8763a4e886055e4ab1f:d04b9095317ace207a8d36f1e501da19:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/718-10.png b/public/images/pokemon/exp/back/shiny/718-10.png
deleted file mode 100644
index 63d73684da4..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/718.json b/public/images/pokemon/exp/back/shiny/718.json
deleted file mode 100644
index b5cde64bbad..00000000000
--- a/public/images/pokemon/exp/back/shiny/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 216,
- "h": 216
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 69,
- "h": 87
- },
- "frame": {
- "x": 146,
- "y": 88,
- "w": 69,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b8c991edb02cd8fac15ae3bfa6518a6b:1cf351059eb3257fa98dfd55b07708c4:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/718.png b/public/images/pokemon/exp/back/shiny/718.png
deleted file mode 100644
index 5e981224596..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/719.json b/public/images/pokemon/exp/back/shiny/719.json
deleted file mode 100644
index d39dc5b1c99..00000000000
--- a/public/images/pokemon/exp/back/shiny/719.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 158,
- "h": 158
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 39,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4664ffe6d92453555d7befbaf3a06e34:ee4f7a42565694ad44dfdf274a36ffbb:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/719.png b/public/images/pokemon/exp/back/shiny/719.png
deleted file mode 100644
index d1640abb4a0..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/772.png b/public/images/pokemon/exp/back/shiny/772.png
index 407e3be6691..49124763f6c 100644
Binary files a/public/images/pokemon/exp/back/shiny/772.png and b/public/images/pokemon/exp/back/shiny/772.png differ
diff --git a/public/images/pokemon/exp/back/shiny/773.png b/public/images/pokemon/exp/back/shiny/773.png
index f6a98c1b43a..2c4741a6b0b 100644
Binary files a/public/images/pokemon/exp/back/shiny/773.png and b/public/images/pokemon/exp/back/shiny/773.png differ
diff --git a/public/images/pokemon/exp/back/shiny/776.png b/public/images/pokemon/exp/back/shiny/776.png
index d669b9f3ce6..4c4115a8132 100644
Binary files a/public/images/pokemon/exp/back/shiny/776.png and b/public/images/pokemon/exp/back/shiny/776.png differ
diff --git a/public/images/pokemon/exp/back/shiny/778-disguised.png b/public/images/pokemon/exp/back/shiny/778-disguised.png
index 2b1c9ecf3c9..8d3183cee0c 100644
Binary files a/public/images/pokemon/exp/back/shiny/778-disguised.png and b/public/images/pokemon/exp/back/shiny/778-disguised.png differ
diff --git a/public/images/pokemon/exp/back/shiny/798.png b/public/images/pokemon/exp/back/shiny/798.png
index 68fd3382ddc..322600a1fdf 100644
Binary files a/public/images/pokemon/exp/back/shiny/798.png and b/public/images/pokemon/exp/back/shiny/798.png differ
diff --git a/public/images/pokemon/exp/back/shiny/80-mega.png b/public/images/pokemon/exp/back/shiny/80-mega.png
index 12e88cdb937..af2277cb9da 100644
Binary files a/public/images/pokemon/exp/back/shiny/80-mega.png and b/public/images/pokemon/exp/back/shiny/80-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/815-gigantamax.json b/public/images/pokemon/exp/back/shiny/815-gigantamax.json
new file mode 100644
index 00000000000..952ea16b6b8
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 444, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 289, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 525, "y": 288, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 83, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 485, "w": 79, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 79, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 356, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 268, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 354, "y": 194, "w": 84, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 84, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 255, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 423, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 506, "y": 481, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 250, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 339, "y": 291, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 167, "y": 386, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 440, "y": 288, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 414, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/815-gigantamax.png b/public/images/pokemon/exp/back/shiny/815-gigantamax.png
new file mode 100644
index 00000000000..0668fd3b065
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/839-gigantamax.json b/public/images/pokemon/exp/back/shiny/839-gigantamax.json
new file mode 100644
index 00000000000..35d98910c9f
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 79, "y": 187, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 432, "y": 95, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 441, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 356, "y": 0, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 85, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 180, "y": 0, "w": 88, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 88, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 0, "w": 90, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 90, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 268, "y": 0, "w": 88, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 88, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 94, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 85, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 77, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 397, "y": 285, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 232, "y": 378, "w": 81, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 81, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 315, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 478, "y": 286, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 313, "y": 467, "w": 79, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 335, "y": 189, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 79, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 77, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 77, "y": 467, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 468, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 392, "y": 471, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 309, "y": 559, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 386, "y": 565, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 561, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 230, "y": 562, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 472, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 155, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 281, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 622, "h": 661 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/839-gigantamax.png b/public/images/pokemon/exp/back/shiny/839-gigantamax.png
new file mode 100644
index 00000000000..ce96d8134a6
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/888-crowned.png b/public/images/pokemon/exp/back/shiny/888-crowned.png
index b3eb012e3c8..a4ed4c67ed4 100644
Binary files a/public/images/pokemon/exp/back/shiny/888-crowned.png and b/public/images/pokemon/exp/back/shiny/888-crowned.png differ
diff --git a/public/images/pokemon/exp/back/shiny/898-ice.png b/public/images/pokemon/exp/back/shiny/898-ice.png
index 6b3e8277180..9f1a5bd03e3 100644
Binary files a/public/images/pokemon/exp/back/shiny/898-ice.png and b/public/images/pokemon/exp/back/shiny/898-ice.png differ
diff --git a/public/images/pokemon/exp/back/shiny/898-shadow.png b/public/images/pokemon/exp/back/shiny/898-shadow.png
index d40bd1ab48e..2a506193e7d 100644
Binary files a/public/images/pokemon/exp/back/shiny/898-shadow.png and b/public/images/pokemon/exp/back/shiny/898-shadow.png differ
diff --git a/public/images/pokemon/exp/back/shiny/913.png b/public/images/pokemon/exp/back/shiny/913.png
index 07838b5d996..9d65e55e94a 100644
Binary files a/public/images/pokemon/exp/back/shiny/913.png and b/public/images/pokemon/exp/back/shiny/913.png differ
diff --git a/public/images/pokemon/exp/back/shiny/914.png b/public/images/pokemon/exp/back/shiny/914.png
index 2f0510312bb..17f787add8f 100644
Binary files a/public/images/pokemon/exp/back/shiny/914.png and b/public/images/pokemon/exp/back/shiny/914.png differ
diff --git a/public/images/pokemon/exp/back/shiny/944.png b/public/images/pokemon/exp/back/shiny/944.png
index a0d96282076..060e8a99545 100644
Binary files a/public/images/pokemon/exp/back/shiny/944.png and b/public/images/pokemon/exp/back/shiny/944.png differ
diff --git a/public/images/pokemon/exp/back/shiny/945.png b/public/images/pokemon/exp/back/shiny/945.png
index dabe70fdb31..71644f57479 100644
Binary files a/public/images/pokemon/exp/back/shiny/945.png and b/public/images/pokemon/exp/back/shiny/945.png differ
diff --git a/public/images/pokemon/exp/back/shiny/954.png b/public/images/pokemon/exp/back/shiny/954.png
index 3d2111bd99e..e12b479d462 100644
Binary files a/public/images/pokemon/exp/back/shiny/954.png and b/public/images/pokemon/exp/back/shiny/954.png differ
diff --git a/public/images/pokemon/exp/back/shiny/981.png b/public/images/pokemon/exp/back/shiny/981.png
index 90a25d7eca3..153f6594be4 100644
Binary files a/public/images/pokemon/exp/back/shiny/981.png and b/public/images/pokemon/exp/back/shiny/981.png differ
diff --git a/public/images/pokemon/exp/back/shiny/987.png b/public/images/pokemon/exp/back/shiny/987.png
index d829e1a2d11..f62bb9f3ecc 100644
Binary files a/public/images/pokemon/exp/back/shiny/987.png and b/public/images/pokemon/exp/back/shiny/987.png differ
diff --git a/public/images/pokemon/exp/708.json b/public/images/pokemon/exp/back/shiny/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/708.json
rename to public/images/pokemon/exp/back/shiny/female/6215.json
index f03fc408ded..07510ceaa55 100644
--- a/public/images/pokemon/exp/708.json
+++ b/public/images/pokemon/exp/back/shiny/female/6215.json
@@ -1,432 +1,33 @@
{
"textures": [
{
- "image": "708.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 206,
- "h": 206
+ "w": 155,
+ "h": 155
},
"scale": 1,
"frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
"x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
"y": 1,
- "w": 51,
- "h": 43
+ "w": 54,
+ "h": 49
},
"frame": {
"x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
"y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
+ "w": 54,
+ "h": 49
}
},
{
@@ -434,20 +35,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -455,20 +77,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -476,461 +119,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 102,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
- "y": 6,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 152,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0042.png",
+ "filename": "0043.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 6,
+ "x": 0,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
@@ -938,41 +161,146 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0048.png",
+ "filename": "0005.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
+ "x": 0,
"y": 3,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 47
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
}
},
{
@@ -980,20 +308,167 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
"h": 47
},
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
}
},
{
@@ -1001,20 +476,545 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
"w": 51,
- "h": 41
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
}
}
]
@@ -1023,6 +1023,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:db6408a4e96a3c4552035ce768316e02:28f26069e5c44ed9f6fa66442864f895:796c82c5076b122f2663381836c65843$"
+ "smartupdate": "$TexturePacker:SmartUpdate:7decf4c336c92bdacc5d43bc8590718f:30606c7130f3577df61a85f98b567a88:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/back/shiny/female/6215.png b/public/images/pokemon/exp/back/shiny/female/6215.png
new file mode 100644
index 00000000000..3af5e81148c
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/female/6215.png differ
diff --git a/public/images/pokemon/exp/back/shiny/female/668.json b/public/images/pokemon/exp/back/shiny/female/668.json
new file mode 100644
index 00000000000..8e55af5a4de
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 233, "y": 213, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 156, "y": 144, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 79, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 319, "y": 144, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 80, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 242, "y": 73, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 80, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 310, "y": 282, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 534, "y": 350, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 71, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 301, "y": 351, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 67, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 353, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 3, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 204, "y": 417, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 139, "y": 352, "w": 65, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 65, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 73, "y": 352, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 66, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 351, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 69, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 284, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 4, "w": 73, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 475, "y": 214, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 319, "y": 212, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 82, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 519, "y": 72, "w": 83, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 83, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 434, "y": 0, "w": 85, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 85, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 261, "y": 0, "w": 86, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 86, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 174, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 347, "y": 0, "w": 87, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 87, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 519, "y": 0, "w": 85, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 85, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 72, "w": 84, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 84, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 73, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 162, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 605, "h": 492 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/female/668.png b/public/images/pokemon/exp/back/shiny/female/668.png
new file mode 100644
index 00000000000..cec15d8fcb7
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/female/668.png differ
diff --git a/public/images/pokemon/exp/back/shiny/707.json b/public/images/pokemon/exp/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/back/shiny/707.json
rename to public/images/pokemon/exp/female/6215.json
index 384c57d4102..8e010a77bb6 100644
--- a/public/images/pokemon/exp/back/shiny/707.json
+++ b/public/images/pokemon/exp/female/6215.json
@@ -1,2007 +1,33 @@
{
"textures": [
{
- "image": "707.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 286,
- "h": 286
+ "w": 230,
+ "h": 230
},
"scale": 1,
"frames": [
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 115,
- "y": 142,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
+ "x": 0,
"y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
+ "w": 55,
+ "h": 50
}
},
{
@@ -2009,20 +35,1175 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0079.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0080.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0071.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0072.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0075.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0076.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0077.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0078.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2030,20 +1211,125 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2051,20 +1337,734 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0081.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0082.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0073.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0074.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0083.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0084.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0097.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0098.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0087.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0088.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0085.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0086.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0089.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0090.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0091.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0092.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0093.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0094.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0095.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0096.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
}
}
]
@@ -2073,6 +2073,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cdbd19c7dad9a1ff1df2740c2ec77705:390b1dd326d02ff6f47617dbaa2be2bb:8e96b9056ea81e44ced99c97f472a528$"
+ "smartupdate": "$TexturePacker:SmartUpdate:a8930baf3a1083758adeeca87b28c6c7:3138fb5696691a4322b6805a44d3caa0:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/female/6215.png b/public/images/pokemon/exp/female/6215.png
new file mode 100644
index 00000000000..2d132090ae8
Binary files /dev/null and b/public/images/pokemon/exp/female/6215.png differ
diff --git a/public/images/pokemon/exp/female/668.json b/public/images/pokemon/exp/female/668.json
new file mode 100644
index 00000000000..443f13c0b54
--- /dev/null
+++ b/public/images/pokemon/exp/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 147, "w": 64, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 64, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 127, "y": 152, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 64, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 465, "y": 146, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 65, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 399, "y": 146, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 66, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 74, "w": 66, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 66, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 191, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 126, "y": 223, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 462, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 188, "y": 291, "w": 61, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 61, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 291, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 60, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 62, "y": 292, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 122, "y": 295, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 182, "y": 363, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 60, "y": 364, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 362, "w": 60, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 60, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 327, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 268, "y": 74, "w": 66, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 376, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 227, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 76, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 152, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 302, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 449, "y": 0, "w": 72, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 72, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 449, "y": 73, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 71, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 69, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 201, "y": 74, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 67, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 334, "y": 145, "w": 65, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 65, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 530, "h": 436 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/female/668.png b/public/images/pokemon/exp/female/668.png
new file mode 100644
index 00000000000..fa0582a61f1
Binary files /dev/null and b/public/images/pokemon/exp/female/668.png differ
diff --git a/public/images/pokemon/exp/shiny/1003.png b/public/images/pokemon/exp/shiny/1003.png
index 6fab9bfe143..22c1d89a879 100644
Binary files a/public/images/pokemon/exp/shiny/1003.png and b/public/images/pokemon/exp/shiny/1003.png differ
diff --git a/public/images/pokemon/exp/shiny/248-mega.json b/public/images/pokemon/exp/shiny/248-mega.json
index 6dc54a8aeb2..15243cf5a2d 100644
--- a/public/images/pokemon/exp/shiny/248-mega.json
+++ b/public/images/pokemon/exp/shiny/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 271,
- "h": 271
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 181,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 91,
- "y": 170,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e303fed6273448420d3b88ba11175e8d:629c5a6630efddb6c94efdcd98c81d33:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 92, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 346, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 467, "y": 345, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 94, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 91, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 182, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 275, "y": 431, "w": 87, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 87, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 457, "y": 430, "w": 87, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 87, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 558, "y": 346, "w": 86, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 86, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 283, "y": 175, "w": 89, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 89, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 189, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 93, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 93, "h": 87 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 380, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 95, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 474, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 190, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 95, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 473, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 378, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 283, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 89, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 374, "y": 175, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 651, "h": 595 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/248-mega.png b/public/images/pokemon/exp/shiny/248-mega.png
index eebfa35bbd4..8d9d5fc316c 100644
Binary files a/public/images/pokemon/exp/shiny/248-mega.png and b/public/images/pokemon/exp/shiny/248-mega.png differ
diff --git a/public/images/pokemon/exp/shiny/362-mega.json b/public/images/pokemon/exp/shiny/362-mega.json
index fe381106be4..c69ecfb1903 100644
--- a/public/images/pokemon/exp/shiny/362-mega.json
+++ b/public/images/pokemon/exp/shiny/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 116,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d52abc4de24282165212b778dfccd62:be0a830bc1f35d437700a203d1fea184:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/362-mega.png b/public/images/pokemon/exp/shiny/362-mega.png
index 9d2b9adc7f4..6645ab66cab 100644
Binary files a/public/images/pokemon/exp/shiny/362-mega.png and b/public/images/pokemon/exp/shiny/362-mega.png differ
diff --git a/public/images/pokemon/exp/shiny/373-mega.png b/public/images/pokemon/exp/shiny/373-mega.png
index dc42bd43632..15f7a2e9017 100644
Binary files a/public/images/pokemon/exp/shiny/373-mega.png and b/public/images/pokemon/exp/shiny/373-mega.png differ
diff --git a/public/images/pokemon/exp/shiny/4080.png b/public/images/pokemon/exp/shiny/4080.png
index 9c383118928..20cf5abe061 100644
Binary files a/public/images/pokemon/exp/shiny/4080.png and b/public/images/pokemon/exp/shiny/4080.png differ
diff --git a/public/images/pokemon/exp/shiny/4222.png b/public/images/pokemon/exp/shiny/4222.png
index 443aeb5fab3..62ab7974e7e 100644
Binary files a/public/images/pokemon/exp/shiny/4222.png and b/public/images/pokemon/exp/shiny/4222.png differ
diff --git a/public/images/pokemon/exp/shiny/4264.png b/public/images/pokemon/exp/shiny/4264.png
index 4848f512a60..3508177e683 100644
Binary files a/public/images/pokemon/exp/shiny/4264.png and b/public/images/pokemon/exp/shiny/4264.png differ
diff --git a/public/images/pokemon/exp/shiny/484-origin.json b/public/images/pokemon/exp/shiny/484-origin.json
index 97d6a0b5f49..e77754c3b3f 100644
--- a/public/images/pokemon/exp/shiny/484-origin.json
+++ b/public/images/pokemon/exp/shiny/484-origin.json
@@ -4,8 +4,8 @@
"image": "484-origin.png",
"format": "RGBA8888",
"size": {
- "w": 426,
- "h": 426
+ "w": 274,
+ "h": 274
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -35,20 +35,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -56,20 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -77,20 +77,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -98,20 +98,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -119,146 +119,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
"w": 91,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 97
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
+ "h": 95
},
"spriteSourceSize": {
"x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
+ "h": 95
},
"frame": {
"x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
+ "h": 95
}
},
{
@@ -266,20 +140,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -287,20 +161,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -308,20 +182,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -329,20 +203,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -350,20 +224,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -371,20 +245,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -392,20 +266,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -413,20 +287,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -434,20 +308,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -455,20 +329,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -476,20 +350,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -497,272 +371,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
+ "w": 91,
"h": 95
},
- "frame": {
+ "spriteSourceSize": {
"x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
"y": 1,
- "w": 89,
- "h": 95
+ "w": 90,
+ "h": 94
},
"frame": {
"x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
+ "y": 95,
+ "w": 90,
+ "h": 94
}
},
{
@@ -770,20 +392,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -791,20 +413,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -812,20 +434,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -833,20 +455,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -854,20 +476,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -875,20 +497,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -896,20 +518,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -917,20 +539,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -938,20 +560,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -959,20 +581,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -980,20 +602,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -1001,272 +623,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
"w": 91,
- "h": 92
+ "h": 95
},
- "frame": {
- "x": 275,
- "y": 92,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
+ "h": 91
},
"frame": {
"x": 90,
- "y": 97,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 90,
- "y": 97,
- "w": 89,
- "h": 93
+ "y": 0,
+ "w": 91,
+ "h": 91
}
},
{
@@ -1274,20 +644,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1295,20 +665,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1316,20 +686,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1337,20 +707,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1358,20 +728,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1379,20 +749,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1400,20 +770,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1421,20 +791,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1442,20 +812,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1463,20 +833,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1484,20 +854,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1505,19 +875,229 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
+ "h": 91
+ },
+ "frame": {
+ "x": 181,
+ "y": 0,
+ "w": 90,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
"h": 92
},
"frame": {
"x": 90,
- "y": 190,
- "w": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
"h": 92
}
},
@@ -1526,20 +1106,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1547,20 +1127,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1568,20 +1148,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1589,20 +1169,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1610,20 +1190,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1631,20 +1211,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1652,20 +1232,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1673,20 +1253,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1694,20 +1274,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1715,20 +1295,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1736,20 +1316,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1757,62 +1337,62 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
+ "w": 89,
+ "h": 91
+ },
+ "frame": {
+ "x": 90,
+ "y": 183,
+ "w": 89,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
"w": 89,
"h": 92
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 179,
+ "y": 91,
"w": 89,
"h": 92
}
},
{
- "filename": "0077.png",
+ "filename": "0016.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
},
"frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
+ "x": 179,
+ "y": 91,
+ "w": 89,
+ "h": 92
}
},
{
@@ -1820,20 +1400,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1841,20 +1421,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1862,20 +1442,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1883,20 +1463,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1904,20 +1484,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1925,608 +1505,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 79,
- "h": 83
- },
- "frame": {
- "x": 347,
- "y": 274,
- "w": 79,
- "h": 83
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 384,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 371,
- "y": 54,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
}
]
@@ -2535,6 +1527,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5fbe4aec02bf780bf0fca7dc7138bf7a:5d077386c518cf06786203ad5e3a3aba:5ea3e660bc9c2624f846675d5196db82$"
+ "smartupdate": "$TexturePacker:SmartUpdate:71a487dde0de6f6a7eb1b6e04018892f:49ee3dfe044ad986679a7ce34c28280d:5ea3e660bc9c2624f846675d5196db82$"
}
}
diff --git a/public/images/pokemon/exp/shiny/484-origin.png b/public/images/pokemon/exp/shiny/484-origin.png
index 69e95afe580..bea804ed677 100644
Binary files a/public/images/pokemon/exp/shiny/484-origin.png and b/public/images/pokemon/exp/shiny/484-origin.png differ
diff --git a/public/images/pokemon/exp/shiny/569-gigantamax.json b/public/images/pokemon/exp/shiny/569-gigantamax.json
new file mode 100644
index 00000000000..6cda2b0d79a
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 419, "h": 261 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/569-gigantamax.png b/public/images/pokemon/exp/shiny/569-gigantamax.png
new file mode 100644
index 00000000000..fc15ecd4585
Binary files /dev/null and b/public/images/pokemon/exp/shiny/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/651.json b/public/images/pokemon/exp/shiny/651.json
index 4289441de3d..20bdccd5bd4 100644
--- a/public/images/pokemon/exp/shiny/651.json
+++ b/public/images/pokemon/exp/shiny/651.json
@@ -1,188 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 116,
- "h": 116
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 53,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:53a767b5d08c0b868b90b8a06972f1db:ac5b599a09e8592218deeebb976d4e5c:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 239, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 60, "y": 0, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 355, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 59, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 297, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 101, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 329, "y": 252, "w": 51, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 47 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 252, "w": 51, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 204, "w": 52, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 52, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 166, "y": 202, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 52, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 275, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 204, "w": 54, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 333, "y": 202, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 202, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 55, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/651.png b/public/images/pokemon/exp/shiny/651.png
index dcd70d11100..1e59bc97587 100644
Binary files a/public/images/pokemon/exp/shiny/651.png and b/public/images/pokemon/exp/shiny/651.png differ
diff --git a/public/images/pokemon/exp/shiny/653.json b/public/images/pokemon/exp/shiny/653.json
index 738762f18c6..a08242f32cf 100644
--- a/public/images/pokemon/exp/shiny/653.json
+++ b/public/images/pokemon/exp/shiny/653.json
@@ -1,1553 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 180,
- "h": 180
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 47,
- "y": 136,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ee78bfcc0ba0e0b5534e843718784ee6:a0e7315742d6fef56aa3fa3581440131:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 168, "h": 175 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/653.png b/public/images/pokemon/exp/shiny/653.png
index 053624e5b7f..b1afebbd6a1 100644
Binary files a/public/images/pokemon/exp/shiny/653.png and b/public/images/pokemon/exp/shiny/653.png differ
diff --git a/public/images/pokemon/exp/shiny/654.json b/public/images/pokemon/exp/shiny/654.json
index 08655169f2a..74019f665ec 100644
--- a/public/images/pokemon/exp/shiny/654.json
+++ b/public/images/pokemon/exp/shiny/654.json
@@ -1,818 +1,695 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 390,
- "h": 390
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 162,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 243,
- "w": 47,
- "h": 80
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 81,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 162,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 80
- },
- "frame": {
- "x": 47,
- "y": 243,
- "w": 46,
- "h": 80
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 79,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 158,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 237,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 93,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 139,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 79,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 159,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 46,
- "h": 78
- },
- "frame": {
- "x": 139,
- "y": 239,
- "w": 46,
- "h": 78
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 139,
- "y": 317,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 185,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 231,
- "y": 316,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 46,
- "h": 77
- },
- "frame": {
- "x": 274,
- "y": 79,
- "w": 46,
- "h": 77
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 47,
- "h": 75
- },
- "frame": {
- "x": 275,
- "y": 0,
- "w": 47,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 274,
- "y": 156,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 275,
- "y": 234,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 46,
- "h": 76
- },
- "frame": {
- "x": 319,
- "y": 156,
- "w": 46,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 45,
- "h": 77
- },
- "frame": {
- "x": 320,
- "y": 75,
- "w": 45,
- "h": 77
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 322,
- "y": 0,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 277,
- "y": 312,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 320,
- "y": 232,
- "w": 45,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 323,
- "y": 308,
- "w": 45,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3bc1d6050e2efe57cc85a4e2787f5287:383941fac594bced71237ecb57b89444:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 152, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 172, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 213, "y": 265, "w": 51, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 282, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 173, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 60, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 110, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 165, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 282, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 133, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 220, "y": 134, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 198, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 218, "y": 199, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 271, "y": 261, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 51, "y": 264, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 337, "h": 393 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/654.png b/public/images/pokemon/exp/shiny/654.png
index f619614c362..bc9177ec918 100644
Binary files a/public/images/pokemon/exp/shiny/654.png and b/public/images/pokemon/exp/shiny/654.png differ
diff --git a/public/images/pokemon/exp/shiny/656.json b/public/images/pokemon/exp/shiny/656.json
index ac9979ad913..3c2051bfe3a 100644
--- a/public/images/pokemon/exp/shiny/656.json
+++ b/public/images/pokemon/exp/shiny/656.json
@@ -1,671 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 96,
- "h": 96
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5864efc3a72b67d8dab83f02efd39074:ff0362b6a3d22e42702e1a31a4aec233:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 98, "y": 116, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 129, "y": 1, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 31, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 33, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 65, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 97, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 162, "y": 1, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 81, "w": 29, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 29, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 164, "y": 148, "w": 29, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 29, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 35, "y": 81, "w": 30, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 30, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 69, "y": 152, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 104, "y": 185, "w": 34, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 34, "h": 30 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 186, "w": 34, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 17, "w": 34, "h": 29 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 157, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 137, "y": 112, "w": 33, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 33, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 132, "y": 147, "w": 30, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 36 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 36, "y": 157, "w": 30, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 35, "y": 121, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 35, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 69, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 103, "y": 79, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 240, "h": 216 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/656.png b/public/images/pokemon/exp/shiny/656.png
index ffbbc8258d1..c0a97924ca7 100644
Binary files a/public/images/pokemon/exp/shiny/656.png and b/public/images/pokemon/exp/shiny/656.png differ
diff --git a/public/images/pokemon/exp/shiny/658-ash.json b/public/images/pokemon/exp/shiny/658-ash.json
index 5101079ce90..52dbac8366a 100644
--- a/public/images/pokemon/exp/shiny/658-ash.json
+++ b/public/images/pokemon/exp/shiny/658-ash.json
@@ -1,671 +1,299 @@
-{
- "textures": [
- {
- "image": "658-ash.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 75,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 75,
- "y": 66,
- "w": 75,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0875c2204eeabc96bd1f034bcc69210b:e1abe8d09d1fe3c1ec758293b0a4bed5:f09eeed5adc5ec50aec50218e03662c2$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 79, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 79, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 79, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 79, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 79, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 79, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 158, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 74, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "image": "658-ash.png",
+ "format": "I8",
+ "size": { "w": 237, "h": 148 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/658-ash.png b/public/images/pokemon/exp/shiny/658-ash.png
index 5d80ca1ad0e..5b25ec9e021 100644
Binary files a/public/images/pokemon/exp/shiny/658-ash.png and b/public/images/pokemon/exp/shiny/658-ash.png differ
diff --git a/public/images/pokemon/exp/shiny/658.png b/public/images/pokemon/exp/shiny/658.png
index 999bc74c659..e7278458f2c 100644
Binary files a/public/images/pokemon/exp/shiny/658.png and b/public/images/pokemon/exp/shiny/658.png differ
diff --git a/public/images/pokemon/exp/shiny/661.json b/public/images/pokemon/exp/shiny/661.json
index 6dba8b616b3..ba6523f22b1 100644
--- a/public/images/pokemon/exp/shiny/661.json
+++ b/public/images/pokemon/exp/shiny/661.json
@@ -1,356 +1,398 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f9a4d305d58fcbff383e0da1712abf6a:1bc270d999d234ddb64b1c01d568ad86:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 34, "y": 117, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 36, "y": 38, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 1, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 34, "y": 78, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 118, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 72, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 34, "y": 117, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 38, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 34, "y": 78, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 118, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 72, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 34, "y": 117, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 36, "y": 38, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 1, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 34, "y": 78, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 118, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 72, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 69, "y": 39, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 69, "y": 39, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 100, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 107, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 36, "y": 1, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 107, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 36, "y": 1, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 107, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 1, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 39, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 69, "y": 39, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "661.png",
+ "format": "I8",
+ "size": { "w": 142, "h": 157 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/661.png b/public/images/pokemon/exp/shiny/661.png
index 2b73fb85c54..0e2d5996bc2 100644
Binary files a/public/images/pokemon/exp/shiny/661.png and b/public/images/pokemon/exp/shiny/661.png differ
diff --git a/public/images/pokemon/exp/shiny/662.json b/public/images/pokemon/exp/shiny/662.json
index 9aa396fbae1..3600bbcd38d 100644
--- a/public/images/pokemon/exp/shiny/662.json
+++ b/public/images/pokemon/exp/shiny/662.json
@@ -1,776 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 167,
- "h": 167
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3ab37b59d2c6d2f3d8b7379738b89720:769cd0fc38f80c712966ce15da281c1f:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 221, "y": 131, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 57, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 113, "y": 70, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 19, "w": 56, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 335, "y": 136, "w": 49, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 36, "w": 49, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 197, "w": 63, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 33, "w": 63, "h": 51 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 16, "w": 59, "h": 66 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 119, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 233, "y": 1, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 54, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 176, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 288, "y": 1, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 59, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 338, "y": 187, "w": 47, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 30, "w": 47, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 249, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 26, "w": 62, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 68, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 58, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 169, "y": 141, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 17, "w": 47, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 275, "y": 198, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 62, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 61, "y": 1, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 288, "y": 66, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 54, "h": 69 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 60, "y": 69, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 52, "h": 71 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 170, "y": 70, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 133, "w": 49, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 49, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 275, "y": 249, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 30, "w": 56, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 205, "w": 64, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 27, "w": 64, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 221, "y": 72, "w": 60, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 60, "h": 58 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 113, "y": 134, "w": 55, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 55, "h": 62 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 223, "y": 193, "w": 51, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 51, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 51, "y": 141, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 169, "y": 193, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 279, "y": 136, "w": 55, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 55, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 386, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/662.png b/public/images/pokemon/exp/shiny/662.png
index ec0100f3e96..4eae91c7855 100644
Binary files a/public/images/pokemon/exp/shiny/662.png and b/public/images/pokemon/exp/shiny/662.png differ
diff --git a/public/images/pokemon/exp/shiny/663.json b/public/images/pokemon/exp/shiny/663.json
index 3af6f5c5875..8c4ef182132 100644
--- a/public/images/pokemon/exp/shiny/663.json
+++ b/public/images/pokemon/exp/shiny/663.json
@@ -1,1700 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 295,
- "h": 295
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8bf443d425b4203c8adbc0ffad215956:cf5b810e03b096373e0bdd0a7220fc2c:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 480, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/663.png b/public/images/pokemon/exp/shiny/663.png
index 21c1e740e8d..a4e9dad1596 100644
Binary files a/public/images/pokemon/exp/shiny/663.png and b/public/images/pokemon/exp/shiny/663.png differ
diff --git a/public/images/pokemon/exp/shiny/664.json b/public/images/pokemon/exp/shiny/664.json
index 07a901e0d44..5036fe74b0b 100644
--- a/public/images/pokemon/exp/shiny/664.json
+++ b/public/images/pokemon/exp/shiny/664.json
@@ -1,188 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 84,
- "h": 84
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 50,
- "y": 0,
- "w": 25,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:abc9e31ee93d2f27a131cb957fe7fc3c:57e5ff2b24c643697831bc41f9168d6d:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 46, "w": 26, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 26, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 46, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 90, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 52, "y": 91, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 46, "w": 27, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 78, "y": 91, "w": 26, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 0, "w": 28, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 28, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 0, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 56, "y": 45, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 111, "h": 136 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/664.png b/public/images/pokemon/exp/shiny/664.png
index 2c10d379388..bfb8bd76371 100644
Binary files a/public/images/pokemon/exp/shiny/664.png and b/public/images/pokemon/exp/shiny/664.png differ
diff --git a/public/images/pokemon/exp/shiny/665.json b/public/images/pokemon/exp/shiny/665.json
index d419d4e9f03..a06b1d10ad0 100644
--- a/public/images/pokemon/exp/shiny/665.json
+++ b/public/images/pokemon/exp/shiny/665.json
@@ -1,188 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 76,
- "h": 76
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:af761b040cc08a74363c20cbe1eaf31a:5814711e03aeb472bfa3250552523d75:a72e6c94514c750d7462eab6b08ee591$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 193, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 40, "y": 41, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 38, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 3, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 34, "w": 63, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 80, "h": 41 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 34, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 37 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 37, "w": 53, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 53, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 343, "y": 37, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 46, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 41, "w": 40, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 40, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 227, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 261, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 295, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 329, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 363, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 397, "h": 135 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/665.png b/public/images/pokemon/exp/shiny/665.png
index 316ad902306..7046825ae59 100644
Binary files a/public/images/pokemon/exp/shiny/665.png and b/public/images/pokemon/exp/shiny/665.png differ
diff --git a/public/images/pokemon/exp/shiny/667.json b/public/images/pokemon/exp/shiny/667.json
index db076b1f465..3fba95afcf9 100644
--- a/public/images/pokemon/exp/shiny/667.json
+++ b/public/images/pokemon/exp/shiny/667.json
@@ -1,272 +1,659 @@
-{
- "textures": [
- {
- "image": "667.png",
- "format": "RGBA8888",
- "size": {
- "w": 160,
- "h": 160
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 45,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 90,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 46,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 46,
- "w": 40,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fb79c9185dd67d4776808c312f36f7a4:a6c3c7cc2402b26f23f5ac4e23929ba7:02171d511e760c8a3e1b623ad6bf93f5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 48 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 48 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "667.png",
+ "format": "I8",
+ "size": { "w": 167, "h": 141 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/667.png b/public/images/pokemon/exp/shiny/667.png
index a0704b502c9..589f219c472 100644
Binary files a/public/images/pokemon/exp/shiny/667.png and b/public/images/pokemon/exp/shiny/667.png differ
diff --git a/public/images/pokemon/exp/shiny/668.json b/public/images/pokemon/exp/shiny/668.json
index 7e3f88c2276..63671a548a2 100644
--- a/public/images/pokemon/exp/shiny/668.json
+++ b/public/images/pokemon/exp/shiny/668.json
@@ -1,272 +1,821 @@
-{
- "textures": [
- {
- "image": "668.png",
- "format": "RGBA8888",
- "size": {
- "w": 205,
- "h": 205
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 68
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 136,
- "y": 69,
- "w": 69,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fe9d35bc9a00c019cb84acf0c89b22a5:7d23425606ae8471a81a61d8fdec2fc9:947bf84d1af493c62e2cef45bb6c19ad$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 351, "y": 151, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 142, "y": 221, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 351, "y": 224, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 70, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 421, "y": 225, "w": 69, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 205, "y": 296, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 69, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 212, "y": 224, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 70, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 137, "y": 294, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 274, "y": 299, "w": 64, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 368, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 61, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 442, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 55, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 441, "w": 55, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 261, "y": 372, "w": 59, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 134, "y": 367, "w": 62, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 62, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 295, "w": 66, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 66, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 365, "y": 75, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 69, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 75, "w": 71, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 442, "y": 74, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 72, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 221, "y": 74, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 72, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 369, "y": 0, "w": 73, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 296, "y": 0, "w": 73, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 74, "y": 0, "w": 74, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 74, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 148, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 74, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 148, "y": 74, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 73, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 222, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 74, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 442, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 73, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 293, "y": 75, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 72, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 71, "y": 75, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 72, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 71, "y": 149, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 71, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 143, "y": 148, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 71, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668.png",
+ "format": "I8",
+ "size": { "w": 515, "h": 516 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/668.png b/public/images/pokemon/exp/shiny/668.png
index eaf8428625f..4cac3d1d582 100644
Binary files a/public/images/pokemon/exp/shiny/668.png and b/public/images/pokemon/exp/shiny/668.png differ
diff --git a/public/images/pokemon/exp/shiny/672.json b/public/images/pokemon/exp/shiny/672.json
index 67914bce1a9..f337bef7d29 100644
--- a/public/images/pokemon/exp/shiny/672.json
+++ b/public/images/pokemon/exp/shiny/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 250,
- "h": 250
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 190,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 151,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 188,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 145,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 181,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 36,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 72,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 108,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 144,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 72,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 144,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 215,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 209,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6fbd68ddc96f5b89a1e22b8dd6bbb4a7:2f673cdac5630b38377caf1ee3b82a60:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 100, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 83, "y": 101, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 170, "h": 193 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/672.png b/public/images/pokemon/exp/shiny/672.png
index 51c0e68da6c..605e79f1889 100644
Binary files a/public/images/pokemon/exp/shiny/672.png and b/public/images/pokemon/exp/shiny/672.png differ
diff --git a/public/images/pokemon/exp/shiny/674.json b/public/images/pokemon/exp/shiny/674.json
deleted file mode 100644
index 26013ad137f..00000000000
--- a/public/images/pokemon/exp/shiny/674.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a2f25cc68caea7219a96b563bb024d37:e8428456d1d23ad84ab9684dafd116b9:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/674.png b/public/images/pokemon/exp/shiny/674.png
deleted file mode 100644
index b32b56ecd8d..00000000000
Binary files a/public/images/pokemon/exp/shiny/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/677.png b/public/images/pokemon/exp/shiny/677.png
index d2703b7f7c0..1a236f65716 100644
Binary files a/public/images/pokemon/exp/shiny/677.png and b/public/images/pokemon/exp/shiny/677.png differ
diff --git a/public/images/pokemon/exp/shiny/678-female.png b/public/images/pokemon/exp/shiny/678-female.png
index 7ae67d63a33..021055baf2c 100644
Binary files a/public/images/pokemon/exp/shiny/678-female.png and b/public/images/pokemon/exp/shiny/678-female.png differ
diff --git a/public/images/pokemon/exp/shiny/679.png b/public/images/pokemon/exp/shiny/679.png
index 6ac3c47f498..46373f60ead 100644
Binary files a/public/images/pokemon/exp/shiny/679.png and b/public/images/pokemon/exp/shiny/679.png differ
diff --git a/public/images/pokemon/exp/shiny/684.png b/public/images/pokemon/exp/shiny/684.png
index 96fbea5e395..ed7b392cd6d 100644
Binary files a/public/images/pokemon/exp/shiny/684.png and b/public/images/pokemon/exp/shiny/684.png differ
diff --git a/public/images/pokemon/exp/shiny/692.json b/public/images/pokemon/exp/shiny/692.json
index 6d64cba2430..86b535260ae 100644
--- a/public/images/pokemon/exp/shiny/692.json
+++ b/public/images/pokemon/exp/shiny/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 162,
- "h": 162
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 80,
- "w": 59,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 121,
- "w": 59,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fc9e6abcf70d6b35f1c403837c5312e8:2e67d61083a20d6c59dae4299718afc0:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 117, "y": 72, "w": 59, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/692.png b/public/images/pokemon/exp/shiny/692.png
index 46cb7ca0f35..3d938d6e64a 100644
Binary files a/public/images/pokemon/exp/shiny/692.png and b/public/images/pokemon/exp/shiny/692.png differ
diff --git a/public/images/pokemon/exp/shiny/693.json b/public/images/pokemon/exp/shiny/693.json
index 991a16f1e53..c8f7763de1d 100644
--- a/public/images/pokemon/exp/shiny/693.json
+++ b/public/images/pokemon/exp/shiny/693.json
@@ -1,272 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 259,
- "h": 259
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 85,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 91,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 178,
- "w": 91,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab498798f30c4ef93c4c30affa037f2e:aef6fdb8988ea3ebf127e38fb4875bad:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 303, "y": 140, "w": 102, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 5, "w": 102, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 523, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 318, "y": 290, "w": 103, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 103, "h": 64 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 105, "y": 1, "w": 102, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 102, "h": 75 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 508, "y": 152, "w": 106, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 106, "h": 67 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 414, "y": 74, "w": 103, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 103, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 309, "y": 214, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 306, "y": 1, "w": 106, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 106, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 218, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 213, "y": 279, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 103, "y": 341, "w": 104, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 104, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 516, "y": 1, "w": 101, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 101, "h": 73 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 149, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 349, "w": 102, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 102, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 103, "y": 404, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 626, "h": 466 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/693.png b/public/images/pokemon/exp/shiny/693.png
index 328c909b196..60f40ad0c40 100644
Binary files a/public/images/pokemon/exp/shiny/693.png and b/public/images/pokemon/exp/shiny/693.png differ
diff --git a/public/images/pokemon/exp/shiny/694.json b/public/images/pokemon/exp/shiny/694.json
deleted file mode 100644
index 2352bb65a43..00000000000
--- a/public/images/pokemon/exp/shiny/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 44,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 34,
- "h": 37
- },
- "frame": {
- "x": 36,
- "y": 103,
- "w": 34,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 43,
- "y": 34,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 82,
- "y": 35,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 70,
- "y": 71,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 31,
- "h": 37
- },
- "frame": {
- "x": 103,
- "y": 71,
- "w": 31,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8a9916d2af3a40f04636cd5b11758f77:333ac780963a12589518f0acf1d61fde:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/694.png b/public/images/pokemon/exp/shiny/694.png
deleted file mode 100644
index fe927c06742..00000000000
Binary files a/public/images/pokemon/exp/shiny/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/696.json b/public/images/pokemon/exp/shiny/696.json
index 0d54e1282c5..7ea3165c669 100644
--- a/public/images/pokemon/exp/shiny/696.json
+++ b/public/images/pokemon/exp/shiny/696.json
@@ -1,692 +1,1055 @@
-{
- "textures": [
- {
- "image": "696.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:83a7f65d0ef4a30ff24cb813c97b1fe2:69043b7539e99a45979999a29408221b:58b7763fb9abdd043e9bfa400cfafdef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "696.png",
+ "format": "I8",
+ "size": { "w": 286, "h": 179 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/696.png b/public/images/pokemon/exp/shiny/696.png
index 0a11f7b7ec7..86ecac0d371 100644
Binary files a/public/images/pokemon/exp/shiny/696.png and b/public/images/pokemon/exp/shiny/696.png differ
diff --git a/public/images/pokemon/exp/shiny/697.json b/public/images/pokemon/exp/shiny/697.json
index 7d68fbf764e..c56de41946c 100644
--- a/public/images/pokemon/exp/shiny/697.json
+++ b/public/images/pokemon/exp/shiny/697.json
@@ -1,1175 +1,983 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 378,
- "h": 378
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 76,
- "y": 75,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 227,
- "y": 0,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 222,
- "y": 149,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 227,
- "y": 74,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 299,
- "y": 74,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 60,
- "h": 79
- },
- "frame": {
- "x": 269,
- "y": 229,
- "w": 60,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f5b6396fc735fbaf3881fa6c1e4cdad7:20237f200f066bd1e2f7b8926f0361f1:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 184, "y": 231, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 157, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 90, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 391, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 275, "y": 390, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 363, "y": 463, "w": 86, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 86, "h": 81 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 649, "y": 386, "w": 86, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 82 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 449, "y": 463, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 87, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 312, "w": 90, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 90, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 372, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 92, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 473, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 556, "y": 386, "w": 93, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 387, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 648, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 186, "y": 312, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 661, "y": 157, "w": 96, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 96, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 458, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 669, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 464, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 568, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 661, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 289, "y": 0, "w": 95, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 95, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 192, "y": 0, "w": 97, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 97, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 480, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 384, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 192, "y": 77, "w": 96, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 96, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 566, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 553, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 277, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 92, "y": 310, "w": 94, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 94, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 157, "w": 94, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 94, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 458, "y": 234, "w": 93, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 93, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 184, "y": 153, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 380, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 288, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 762, "h": 616 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/697.png b/public/images/pokemon/exp/shiny/697.png
index b89902a748f..7f4a0c09327 100644
Binary files a/public/images/pokemon/exp/shiny/697.png and b/public/images/pokemon/exp/shiny/697.png differ
diff --git a/public/images/pokemon/exp/shiny/698.json b/public/images/pokemon/exp/shiny/698.json
deleted file mode 100644
index de4bc49fb04..00000000000
--- a/public/images/pokemon/exp/shiny/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 175,
- "h": 175
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0ae9a601cdaeb2fdd017428d743bace6:a3c21f877838702a0481b1e5447757cd:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/698.png b/public/images/pokemon/exp/shiny/698.png
deleted file mode 100644
index 322a44b92e8..00000000000
Binary files a/public/images/pokemon/exp/shiny/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/699.png b/public/images/pokemon/exp/shiny/699.png
index d68bd5c0e2a..7ec9dbd7252 100644
Binary files a/public/images/pokemon/exp/shiny/699.png and b/public/images/pokemon/exp/shiny/699.png differ
diff --git a/public/images/pokemon/exp/shiny/700.json b/public/images/pokemon/exp/shiny/700.json
index 4b7158b6eb9..fd6ef9b1bed 100644
--- a/public/images/pokemon/exp/shiny/700.json
+++ b/public/images/pokemon/exp/shiny/700.json
@@ -1,1070 +1,523 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 45,
- "y": 176,
- "w": 42,
- "h": 57
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 101,
- "y": 118,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b88614ce72ee950ea29dcf939b8dfd56:5daab4ddd86f67a34aaa4b7377e3b534:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": {
+ "0001.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0002.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0003.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0004.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0005.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0006.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0007.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0008.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0009.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0010.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0011.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0012.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0013.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0014.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0015.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0016.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0017.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0018.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0019.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0020.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0021.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0022.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0023.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0024.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0025.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0026.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0027.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0028.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0029.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0030.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0031.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0032.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0033.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0034.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0035.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0036.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0037.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0038.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0039.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0040.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0041.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0042.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0043.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0044.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0045.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0046.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0047.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0048.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0049.png": {
+ "frame": { "x": 0, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0050.png": {
+ "frame": { "x": 193, "y": 60, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 43, "h": 62 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0051.png": {
+ "frame": { "x": 99, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0052.png": {
+ "frame": { "x": 147, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0053.png": {
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 51, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0054.png": {
+ "frame": { "x": 0, "y": 60, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 46, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0055.png": {
+ "frame": { "x": 92, "y": 178, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 43, "h": 60 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0056.png": {
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0057.png": {
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0058.png": {
+ "frame": { "x": 136, "y": 178, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0059.png": {
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0060.png": {
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0061.png": {
+ "frame": { "x": 0, "y": 179, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0062.png": {
+ "frame": { "x": 185, "y": 123, "w": 44, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 44, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0063.png": {
+ "frame": { "x": 47, "y": 62, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 45, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0064.png": {
+ "frame": { "x": 44, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 242, "h": 298 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/700.png b/public/images/pokemon/exp/shiny/700.png
index 5c809e628f5..f7addc720bf 100644
Binary files a/public/images/pokemon/exp/shiny/700.png and b/public/images/pokemon/exp/shiny/700.png differ
diff --git a/public/images/pokemon/exp/shiny/702.json b/public/images/pokemon/exp/shiny/702.json
index fc28cb19512..0ab95b58c7a 100644
--- a/public/images/pokemon/exp/shiny/702.json
+++ b/public/images/pokemon/exp/shiny/702.json
@@ -1,671 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 138,
- "h": 138
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2fc3a964a6785b059da0b8d24f80fbd1:ec3deecdcac6775e64f154a58c36eef3:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 141, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 141, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 188, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 48, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 188, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 145, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 94, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 187, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 234, "h": 178 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/702.png b/public/images/pokemon/exp/shiny/702.png
index b7e117c9473..2f7b735a1dc 100644
Binary files a/public/images/pokemon/exp/shiny/702.png and b/public/images/pokemon/exp/shiny/702.png differ
diff --git a/public/images/pokemon/exp/shiny/703.json b/public/images/pokemon/exp/shiny/703.json
deleted file mode 100644
index 4762fa91a2c..00000000000
--- a/public/images/pokemon/exp/shiny/703.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 35,
- "h": 39
- },
- "frame": {
- "x": 37,
- "y": 81,
- "w": 35,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 40,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 35,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 80,
- "w": 35,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:253ca4296d88ee81990e3297ca0f62aa:8f78420201adcea5fb7920c60446c81d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/703.png b/public/images/pokemon/exp/shiny/703.png
deleted file mode 100644
index 4e4064509ae..00000000000
Binary files a/public/images/pokemon/exp/shiny/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/704.json b/public/images/pokemon/exp/shiny/704.json
index d14609ad74c..4241b2d2a8d 100644
--- a/public/images/pokemon/exp/shiny/704.json
+++ b/public/images/pokemon/exp/shiny/704.json
@@ -1,1784 +1,371 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 288,
- "h": 288
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 235,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 0,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 163,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 121,
- "y": 85,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 163,
- "y": 85,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 125,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 129,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 169,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 168,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 173,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 213,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 175,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 211,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 216,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c2301c17b022e36ed40b13f27d705543:87a73272ea48477e6b25b210421da5ec:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 26, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 80, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 26, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 78, "y": 31, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 26, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 99, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "RGBA8888",
+ "size": { "w": 108, "h": 128 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/704.png b/public/images/pokemon/exp/shiny/704.png
index ac31e9da30c..d630d161de1 100644
Binary files a/public/images/pokemon/exp/shiny/704.png and b/public/images/pokemon/exp/shiny/704.png differ
diff --git a/public/images/pokemon/exp/shiny/705.json b/public/images/pokemon/exp/shiny/705.json
index 1d18b10d3a0..bc7b5ff15d3 100644
--- a/public/images/pokemon/exp/shiny/705.json
+++ b/public/images/pokemon/exp/shiny/705.json
@@ -1,272 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 119,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb2c6abdfceb0458f6389a25d31f9dab:0ef587160e8636cec6566f480554985e:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 39, "y": 125, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 200, "y": 60, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 39, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 117, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 127, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 39, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 78, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 117, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 155, "y": 181, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 119, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 39, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 196, "y": 123, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 200, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 159, "y": 60, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 241, "h": 361 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/705.png b/public/images/pokemon/exp/shiny/705.png
index 8653de923ec..7fed21b3583 100644
Binary files a/public/images/pokemon/exp/shiny/705.png and b/public/images/pokemon/exp/shiny/705.png differ
diff --git a/public/images/pokemon/exp/shiny/707.json b/public/images/pokemon/exp/shiny/707.json
deleted file mode 100644
index cdc3064d8aa..00000000000
--- a/public/images/pokemon/exp/shiny/707.json
+++ /dev/null
@@ -1,1931 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 45,
- "h": 70
- },
- "frame": {
- "x": 120,
- "y": 140,
- "w": 45,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 151,
- "y": 210,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 44,
- "h": 71
- },
- "frame": {
- "x": 235,
- "y": 211,
- "w": 44,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:26c493d70c41c4104147194dfbbab5b9:b12f3eb3fdd1a69bbf055a44f9557395:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/707.png b/public/images/pokemon/exp/shiny/707.png
deleted file mode 100644
index ee0fec17e8c..00000000000
Binary files a/public/images/pokemon/exp/shiny/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/708.png b/public/images/pokemon/exp/shiny/708.png
deleted file mode 100644
index bb896a0214c..00000000000
Binary files a/public/images/pokemon/exp/shiny/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/712.json b/public/images/pokemon/exp/shiny/712.json
index 80e4e6a13b9..88a49637b7c 100644
--- a/public/images/pokemon/exp/shiny/712.json
+++ b/public/images/pokemon/exp/shiny/712.json
@@ -1,2771 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 209,
- "h": 209
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:90506cc63998ae2867a3e57df229bc50:f8b5635f0ab8bc294bdbf4d4b4782548:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 37, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 111, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 111, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 74, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 74, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 148, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 148, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 170, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 170, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 74, "y": 44, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 74, "y": 44, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 185, "h": 210 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/712.png b/public/images/pokemon/exp/shiny/712.png
index 66e28efacd9..2ba0434ad7a 100644
Binary files a/public/images/pokemon/exp/shiny/712.png and b/public/images/pokemon/exp/shiny/712.png differ
diff --git a/public/images/pokemon/exp/shiny/713.json b/public/images/pokemon/exp/shiny/713.json
index c2aab871871..f4fcfa1ff85 100644
--- a/public/images/pokemon/exp/shiny/713.json
+++ b/public/images/pokemon/exp/shiny/713.json
@@ -1,146 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 87,
- "y": 72,
- "w": 87,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ce42146f2549b65131ae1e38620ec02e:c360691d0dff3de5f5058a576fd05ded:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 416, "h": 247 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/713.png b/public/images/pokemon/exp/shiny/713.png
index ded180bdefc..72c06f1d750 100644
Binary files a/public/images/pokemon/exp/shiny/713.png and b/public/images/pokemon/exp/shiny/713.png differ
diff --git a/public/images/pokemon/exp/shiny/714.json b/public/images/pokemon/exp/shiny/714.json
deleted file mode 100644
index dc8d580d33b..00000000000
--- a/public/images/pokemon/exp/shiny/714.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 179,
- "h": 179
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 58
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 64,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 116,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f10fb65b088005bbceee81a7323b3d04:cc45de39527285e86e95e3dc2425b833:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/714.png b/public/images/pokemon/exp/shiny/714.png
deleted file mode 100644
index 53e4a6348be..00000000000
Binary files a/public/images/pokemon/exp/shiny/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/716-active.png b/public/images/pokemon/exp/shiny/716-active.png
index 898d23dd4a4..126c1a78e79 100644
Binary files a/public/images/pokemon/exp/shiny/716-active.png and b/public/images/pokemon/exp/shiny/716-active.png differ
diff --git a/public/images/pokemon/exp/shiny/716-neutral.png b/public/images/pokemon/exp/shiny/716-neutral.png
index 062deb9ba6a..4806e57123b 100644
Binary files a/public/images/pokemon/exp/shiny/716-neutral.png and b/public/images/pokemon/exp/shiny/716-neutral.png differ
diff --git a/public/images/pokemon/exp/shiny/718-10.json b/public/images/pokemon/exp/shiny/718-10.json
deleted file mode 100644
index 98f6bbb0f01..00000000000
--- a/public/images/pokemon/exp/shiny/718-10.json
+++ /dev/null
@@ -1,692 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 65,
- "h": 60
- },
- "frame": {
- "x": 59,
- "y": 65,
- "w": 65,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 179,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 64,
- "y": 125,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f59f7684ea1f2b8bb14e98d16b18e3e0:a1fa21d4b2b42982b0f0546116b38791:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/718-10.png b/public/images/pokemon/exp/shiny/718-10.png
deleted file mode 100644
index 26bc2cdc580..00000000000
Binary files a/public/images/pokemon/exp/shiny/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/718.json b/public/images/pokemon/exp/shiny/718.json
deleted file mode 100644
index 29211eba621..00000000000
--- a/public/images/pokemon/exp/shiny/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 219,
- "h": 219
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 71,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 71,
- "y": 0,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5e3b138302e8798c9cc3072d564e3004:76aca0c13999f6d287f1b28f7f386fed:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/718.png b/public/images/pokemon/exp/shiny/718.png
deleted file mode 100644
index 59dde9d4c05..00000000000
Binary files a/public/images/pokemon/exp/shiny/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/719.json b/public/images/pokemon/exp/shiny/719.json
deleted file mode 100644
index 9bf72888c33..00000000000
--- a/public/images/pokemon/exp/shiny/719.json
+++ /dev/null
@@ -1,1091 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 210,
- "h": 210
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 34,
- "y": 9,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 46,
- "h": 67
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 46,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 48,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 48,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 48,
- "y": 12,
- "w": 46,
- "h": 66
- },
- "frame": {
- "x": 48,
- "y": 67,
- "w": 46,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 45,
- "y": 1,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 5,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 36,
- "y": 2,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 44,
- "y": 133,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 54,
- "y": 3,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 42,
- "h": 66
- },
- "frame": {
- "x": 86,
- "y": 134,
- "w": 42,
- "h": 66
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 55,
- "y": 6,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 128,
- "y": 134,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 169,
- "y": 134,
- "w": 41,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a418188ec41514bd9ae14eb24912795a:ee144292ee551fc92c6c10944cfe21d9:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/719.png b/public/images/pokemon/exp/shiny/719.png
deleted file mode 100644
index a733b44e4b3..00000000000
Binary files a/public/images/pokemon/exp/shiny/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/752.png b/public/images/pokemon/exp/shiny/752.png
index 0902846f5f5..22a70b76218 100644
Binary files a/public/images/pokemon/exp/shiny/752.png and b/public/images/pokemon/exp/shiny/752.png differ
diff --git a/public/images/pokemon/exp/shiny/771.png b/public/images/pokemon/exp/shiny/771.png
index 76bf27514d4..b9e8e315b77 100644
Binary files a/public/images/pokemon/exp/shiny/771.png and b/public/images/pokemon/exp/shiny/771.png differ
diff --git a/public/images/pokemon/exp/shiny/772.png b/public/images/pokemon/exp/shiny/772.png
index 80be3267ea8..16bc67faf12 100644
Binary files a/public/images/pokemon/exp/shiny/772.png and b/public/images/pokemon/exp/shiny/772.png differ
diff --git a/public/images/pokemon/exp/shiny/773.png b/public/images/pokemon/exp/shiny/773.png
index 407cc9144ef..9b0c6b98b9d 100644
Binary files a/public/images/pokemon/exp/shiny/773.png and b/public/images/pokemon/exp/shiny/773.png differ
diff --git a/public/images/pokemon/exp/shiny/776.png b/public/images/pokemon/exp/shiny/776.png
index 882a4ed5a6d..a0a363aff3e 100644
Binary files a/public/images/pokemon/exp/shiny/776.png and b/public/images/pokemon/exp/shiny/776.png differ
diff --git a/public/images/pokemon/exp/shiny/777.png b/public/images/pokemon/exp/shiny/777.png
index 4862152e407..504a2d23abc 100644
Binary files a/public/images/pokemon/exp/shiny/777.png and b/public/images/pokemon/exp/shiny/777.png differ
diff --git a/public/images/pokemon/exp/shiny/778-disguised.png b/public/images/pokemon/exp/shiny/778-disguised.png
index 13fecc069c6..07f0b9183c9 100644
Binary files a/public/images/pokemon/exp/shiny/778-disguised.png and b/public/images/pokemon/exp/shiny/778-disguised.png differ
diff --git a/public/images/pokemon/exp/shiny/793.png b/public/images/pokemon/exp/shiny/793.png
index 7cc43d73f02..72a1e65037a 100644
Binary files a/public/images/pokemon/exp/shiny/793.png and b/public/images/pokemon/exp/shiny/793.png differ
diff --git a/public/images/pokemon/exp/shiny/798.png b/public/images/pokemon/exp/shiny/798.png
index b88b0c1efa5..d67c0a50fdc 100644
Binary files a/public/images/pokemon/exp/shiny/798.png and b/public/images/pokemon/exp/shiny/798.png differ
diff --git a/public/images/pokemon/exp/shiny/815-gigantamax.json b/public/images/pokemon/exp/shiny/815-gigantamax.json
new file mode 100644
index 00000000000..d8fb9d62e57
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/815-gigantamax.png b/public/images/pokemon/exp/shiny/815-gigantamax.png
new file mode 100644
index 00000000000..a299119e06f
Binary files /dev/null and b/public/images/pokemon/exp/shiny/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/818.png b/public/images/pokemon/exp/shiny/818.png
index f4a8bfa2f6a..0105e7e38ab 100644
Binary files a/public/images/pokemon/exp/shiny/818.png and b/public/images/pokemon/exp/shiny/818.png differ
diff --git a/public/images/pokemon/exp/shiny/839-gigantamax.json b/public/images/pokemon/exp/shiny/839-gigantamax.json
new file mode 100644
index 00000000000..15a7c122f5d
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 692, "h": 664 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/839-gigantamax.png b/public/images/pokemon/exp/shiny/839-gigantamax.png
new file mode 100644
index 00000000000..f52de9357b1
Binary files /dev/null and b/public/images/pokemon/exp/shiny/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/857.png b/public/images/pokemon/exp/shiny/857.png
index 65a7c0f8f39..331e54f93e6 100644
Binary files a/public/images/pokemon/exp/shiny/857.png and b/public/images/pokemon/exp/shiny/857.png differ
diff --git a/public/images/pokemon/exp/shiny/898-ice.png b/public/images/pokemon/exp/shiny/898-ice.png
index 33850906ca3..4fc9cb48083 100644
Binary files a/public/images/pokemon/exp/shiny/898-ice.png and b/public/images/pokemon/exp/shiny/898-ice.png differ
diff --git a/public/images/pokemon/exp/shiny/898-shadow.png b/public/images/pokemon/exp/shiny/898-shadow.png
index 8c4e18e6ba8..8587106d483 100644
Binary files a/public/images/pokemon/exp/shiny/898-shadow.png and b/public/images/pokemon/exp/shiny/898-shadow.png differ
diff --git a/public/images/pokemon/exp/shiny/912.png b/public/images/pokemon/exp/shiny/912.png
index 1f1692d6ceb..9306f0d8cef 100644
Binary files a/public/images/pokemon/exp/shiny/912.png and b/public/images/pokemon/exp/shiny/912.png differ
diff --git a/public/images/pokemon/exp/shiny/913.png b/public/images/pokemon/exp/shiny/913.png
index 7e458a0796c..9179cfe07f7 100644
Binary files a/public/images/pokemon/exp/shiny/913.png and b/public/images/pokemon/exp/shiny/913.png differ
diff --git a/public/images/pokemon/exp/shiny/914.png b/public/images/pokemon/exp/shiny/914.png
index bffa5a1489d..8697f0ea3fd 100644
Binary files a/public/images/pokemon/exp/shiny/914.png and b/public/images/pokemon/exp/shiny/914.png differ
diff --git a/public/images/pokemon/exp/shiny/940.png b/public/images/pokemon/exp/shiny/940.png
index 2e66b03cd9f..7eab3973ebf 100644
Binary files a/public/images/pokemon/exp/shiny/940.png and b/public/images/pokemon/exp/shiny/940.png differ
diff --git a/public/images/pokemon/exp/shiny/944.png b/public/images/pokemon/exp/shiny/944.png
index fdb0f2ecb68..ee13a988a2b 100644
Binary files a/public/images/pokemon/exp/shiny/944.png and b/public/images/pokemon/exp/shiny/944.png differ
diff --git a/public/images/pokemon/exp/shiny/945.png b/public/images/pokemon/exp/shiny/945.png
index 9b938dfcfdd..3dba64c6ee8 100644
Binary files a/public/images/pokemon/exp/shiny/945.png and b/public/images/pokemon/exp/shiny/945.png differ
diff --git a/public/images/pokemon/exp/shiny/954.png b/public/images/pokemon/exp/shiny/954.png
index 8bb46149716..87f5093f221 100644
Binary files a/public/images/pokemon/exp/shiny/954.png and b/public/images/pokemon/exp/shiny/954.png differ
diff --git a/public/images/pokemon/exp/shiny/970.png b/public/images/pokemon/exp/shiny/970.png
index 52ad602b0a4..d455d836e51 100644
Binary files a/public/images/pokemon/exp/shiny/970.png and b/public/images/pokemon/exp/shiny/970.png differ
diff --git a/public/images/pokemon/exp/shiny/981.png b/public/images/pokemon/exp/shiny/981.png
index f8f977fed92..5cced7d6d3f 100644
Binary files a/public/images/pokemon/exp/shiny/981.png and b/public/images/pokemon/exp/shiny/981.png differ
diff --git a/public/images/pokemon/exp/shiny/983.png b/public/images/pokemon/exp/shiny/983.png
index 36e0df81562..f7505c9b1a6 100644
Binary files a/public/images/pokemon/exp/shiny/983.png and b/public/images/pokemon/exp/shiny/983.png differ
diff --git a/public/images/pokemon/exp/back/707.json b/public/images/pokemon/exp/shiny/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/back/707.json
rename to public/images/pokemon/exp/shiny/female/6215.json
index b8db4ac17f3..8c8b4e0cf73 100644
--- a/public/images/pokemon/exp/back/707.json
+++ b/public/images/pokemon/exp/shiny/female/6215.json
@@ -1,2007 +1,33 @@
{
"textures": [
{
- "image": "707.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 286,
- "h": 286
+ "w": 230,
+ "h": 230
},
"scale": 1,
"frames": [
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 115,
- "y": 142,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
+ "x": 0,
"y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
+ "w": 55,
+ "h": 50
}
},
{
@@ -2009,20 +35,1175 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0079.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0080.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0071.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0072.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0075.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0076.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0077.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0078.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2030,20 +1211,125 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2051,20 +1337,734 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0081.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0082.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0073.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0074.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0083.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0084.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0097.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0098.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0087.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0088.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0085.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0086.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0089.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0090.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0091.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0092.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0093.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0094.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0095.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0096.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
}
}
]
@@ -2073,6 +2073,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:923b4bcae7da04f16b46037df8433fd0:1631bc30b61a1b4a910dd4510c8733ca:8e96b9056ea81e44ced99c97f472a528$"
+ "smartupdate": "$TexturePacker:SmartUpdate:edaed3da1123a782356b1ac83d1afd7c:cb0e0681f4dbf68283437f5581a20bb3:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/shiny/female/6215.png b/public/images/pokemon/exp/shiny/female/6215.png
new file mode 100644
index 00000000000..4e7ea06c60a
Binary files /dev/null and b/public/images/pokemon/exp/shiny/female/6215.png differ
diff --git a/public/images/pokemon/exp/shiny/female/668.json b/public/images/pokemon/exp/shiny/female/668.json
new file mode 100644
index 00000000000..443f13c0b54
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 147, "w": 64, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 64, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 127, "y": 152, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 64, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 465, "y": 146, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 65, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 399, "y": 146, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 66, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 74, "w": 66, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 66, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 191, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 126, "y": 223, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 462, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 188, "y": 291, "w": 61, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 61, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 291, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 60, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 62, "y": 292, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 122, "y": 295, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 182, "y": 363, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 60, "y": 364, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 362, "w": 60, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 60, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 327, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 268, "y": 74, "w": 66, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 376, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 227, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 76, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 152, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 302, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 449, "y": 0, "w": 72, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 72, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 449, "y": 73, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 71, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 69, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 201, "y": 74, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 67, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 334, "y": 145, "w": 65, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 65, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 530, "h": 436 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/female/668.png b/public/images/pokemon/exp/shiny/female/668.png
new file mode 100644
index 00000000000..ad84dc50460
Binary files /dev/null and b/public/images/pokemon/exp/shiny/female/668.png differ
diff --git a/public/images/pokemon/female/154.png b/public/images/pokemon/female/154.png
index 4921f1556aa..f671d6b75aa 100644
Binary files a/public/images/pokemon/female/154.png and b/public/images/pokemon/female/154.png differ
diff --git a/public/images/pokemon/female/190.png b/public/images/pokemon/female/190.png
index d0d5a1a2f76..a2d5c0b7b7d 100644
Binary files a/public/images/pokemon/female/190.png and b/public/images/pokemon/female/190.png differ
diff --git a/public/images/pokemon/female/194.png b/public/images/pokemon/female/194.png
index 39c18727c2d..c0066f051ee 100644
Binary files a/public/images/pokemon/female/194.png and b/public/images/pokemon/female/194.png differ
diff --git a/public/images/pokemon/female/198.png b/public/images/pokemon/female/198.png
index 29bf2a296a5..9cead4fcbe0 100644
Binary files a/public/images/pokemon/female/198.png and b/public/images/pokemon/female/198.png differ
diff --git a/public/images/pokemon/female/229.png b/public/images/pokemon/female/229.png
index 3d0b516a797..836ceab6bb5 100644
Binary files a/public/images/pokemon/female/229.png and b/public/images/pokemon/female/229.png differ
diff --git a/public/images/pokemon/female/232.png b/public/images/pokemon/female/232.png
index 0359febee15..9477fd192f7 100644
Binary files a/public/images/pokemon/female/232.png and b/public/images/pokemon/female/232.png differ
diff --git a/public/images/pokemon/female/25-beauty-cosplay.png b/public/images/pokemon/female/25-beauty-cosplay.png
index 018d0011254..26887468559 100644
Binary files a/public/images/pokemon/female/25-beauty-cosplay.png and b/public/images/pokemon/female/25-beauty-cosplay.png differ
diff --git a/public/images/pokemon/female/25-cool-cosplay.png b/public/images/pokemon/female/25-cool-cosplay.png
index 5936a9042ed..9f76c7826f1 100644
Binary files a/public/images/pokemon/female/25-cool-cosplay.png and b/public/images/pokemon/female/25-cool-cosplay.png differ
diff --git a/public/images/pokemon/female/25-cosplay.png b/public/images/pokemon/female/25-cosplay.png
index 1f8f381419b..145d32e5130 100644
Binary files a/public/images/pokemon/female/25-cosplay.png and b/public/images/pokemon/female/25-cosplay.png differ
diff --git a/public/images/pokemon/female/25-cute-cosplay.png b/public/images/pokemon/female/25-cute-cosplay.png
index f559198f7ac..675a141b0fd 100644
Binary files a/public/images/pokemon/female/25-cute-cosplay.png and b/public/images/pokemon/female/25-cute-cosplay.png differ
diff --git a/public/images/pokemon/female/25-partner.png b/public/images/pokemon/female/25-partner.png
index e500db2a3be..8ce8d01c937 100644
Binary files a/public/images/pokemon/female/25-partner.png and b/public/images/pokemon/female/25-partner.png differ
diff --git a/public/images/pokemon/female/25-smart-cosplay.png b/public/images/pokemon/female/25-smart-cosplay.png
index b5c979e78ec..8306fb17dea 100644
Binary files a/public/images/pokemon/female/25-smart-cosplay.png and b/public/images/pokemon/female/25-smart-cosplay.png differ
diff --git a/public/images/pokemon/female/25-tough-cosplay.png b/public/images/pokemon/female/25-tough-cosplay.png
index 2896e27c8a9..a12d4a40a88 100644
Binary files a/public/images/pokemon/female/25-tough-cosplay.png and b/public/images/pokemon/female/25-tough-cosplay.png differ
diff --git a/public/images/pokemon/female/25.png b/public/images/pokemon/female/25.png
index e500db2a3be..8ce8d01c937 100644
Binary files a/public/images/pokemon/female/25.png and b/public/images/pokemon/female/25.png differ
diff --git a/public/images/pokemon/female/256.png b/public/images/pokemon/female/256.png
index f470f5daf4b..c8b0b2cbd4c 100644
Binary files a/public/images/pokemon/female/256.png and b/public/images/pokemon/female/256.png differ
diff --git a/public/images/pokemon/female/257.png b/public/images/pokemon/female/257.png
index 1c8a4c70757..ed3e8d2914e 100644
Binary files a/public/images/pokemon/female/257.png and b/public/images/pokemon/female/257.png differ
diff --git a/public/images/pokemon/female/26.png b/public/images/pokemon/female/26.png
index 3f8c46ac761..242785a81cc 100644
Binary files a/public/images/pokemon/female/26.png and b/public/images/pokemon/female/26.png differ
diff --git a/public/images/pokemon/female/3.png b/public/images/pokemon/female/3.png
index 646157beb32..e21b53dfd57 100644
Binary files a/public/images/pokemon/female/3.png and b/public/images/pokemon/female/3.png differ
diff --git a/public/images/pokemon/female/401.png b/public/images/pokemon/female/401.png
index 8e145b0c1c2..4cd3fc77097 100644
Binary files a/public/images/pokemon/female/401.png and b/public/images/pokemon/female/401.png differ
diff --git a/public/images/pokemon/female/402.png b/public/images/pokemon/female/402.png
index bfa3b5b8670..1b92a7a9a95 100644
Binary files a/public/images/pokemon/female/402.png and b/public/images/pokemon/female/402.png differ
diff --git a/public/images/pokemon/female/418.png b/public/images/pokemon/female/418.png
index 005c917463f..fba2402c2b3 100644
Binary files a/public/images/pokemon/female/418.png and b/public/images/pokemon/female/418.png differ
diff --git a/public/images/pokemon/female/419.png b/public/images/pokemon/female/419.png
index 572f819749b..5fbe90ff3bd 100644
Binary files a/public/images/pokemon/female/419.png and b/public/images/pokemon/female/419.png differ
diff --git a/public/images/pokemon/female/424.png b/public/images/pokemon/female/424.png
index 8e4fbc235ca..4d86b5be16e 100644
Binary files a/public/images/pokemon/female/424.png and b/public/images/pokemon/female/424.png differ
diff --git a/public/images/pokemon/female/45.png b/public/images/pokemon/female/45.png
index fad183bbf8d..3c5d4d91aeb 100644
Binary files a/public/images/pokemon/female/45.png and b/public/images/pokemon/female/45.png differ
diff --git a/public/images/pokemon/female/456.png b/public/images/pokemon/female/456.png
index a50fd2aa034..ca0d454c98f 100644
Binary files a/public/images/pokemon/female/456.png and b/public/images/pokemon/female/456.png differ
diff --git a/public/images/pokemon/female/457.png b/public/images/pokemon/female/457.png
index 2aec3e26a07..605bb23a892 100644
Binary files a/public/images/pokemon/female/457.png and b/public/images/pokemon/female/457.png differ
diff --git a/public/images/pokemon/icons/1/25-beauty-cosplay.png b/public/images/pokemon/icons/1/25-beauty-cosplay.png
index 19fd467ebd7..f9b6f3dcc82 100644
Binary files a/public/images/pokemon/icons/1/25-beauty-cosplay.png and b/public/images/pokemon/icons/1/25-beauty-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25-cool-cosplay.png b/public/images/pokemon/icons/1/25-cool-cosplay.png
index 7d1b0954524..6436dff6dbb 100644
Binary files a/public/images/pokemon/icons/1/25-cool-cosplay.png and b/public/images/pokemon/icons/1/25-cool-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25-cosplay.png b/public/images/pokemon/icons/1/25-cosplay.png
index 74f0b993ce4..580805ef797 100644
Binary files a/public/images/pokemon/icons/1/25-cosplay.png and b/public/images/pokemon/icons/1/25-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25-cute-cosplay.png b/public/images/pokemon/icons/1/25-cute-cosplay.png
index 76488be18fe..71822acab8b 100644
Binary files a/public/images/pokemon/icons/1/25-cute-cosplay.png and b/public/images/pokemon/icons/1/25-cute-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25-gigantamax.png b/public/images/pokemon/icons/1/25-gigantamax.png
index ee10d68fd92..8650a88a62e 100644
Binary files a/public/images/pokemon/icons/1/25-gigantamax.png and b/public/images/pokemon/icons/1/25-gigantamax.png differ
diff --git a/public/images/pokemon/icons/1/25-smart-cosplay.png b/public/images/pokemon/icons/1/25-smart-cosplay.png
index 7eb69c5a17e..90aba5ddbf0 100644
Binary files a/public/images/pokemon/icons/1/25-smart-cosplay.png and b/public/images/pokemon/icons/1/25-smart-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25-tough-cosplay.png b/public/images/pokemon/icons/1/25-tough-cosplay.png
index 45c95ada80e..18101b5b497 100644
Binary files a/public/images/pokemon/icons/1/25-tough-cosplay.png and b/public/images/pokemon/icons/1/25-tough-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25s-beauty-cosplay.png b/public/images/pokemon/icons/1/25s-beauty-cosplay.png
index 19fd467ebd7..3b524dfcb06 100644
Binary files a/public/images/pokemon/icons/1/25s-beauty-cosplay.png and b/public/images/pokemon/icons/1/25s-beauty-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25s-cool-cosplay.png b/public/images/pokemon/icons/1/25s-cool-cosplay.png
index 7d1b0954524..0a3fc2d11ac 100644
Binary files a/public/images/pokemon/icons/1/25s-cool-cosplay.png and b/public/images/pokemon/icons/1/25s-cool-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25s-cosplay.png b/public/images/pokemon/icons/1/25s-cosplay.png
index 74f0b993ce4..218977fd454 100644
Binary files a/public/images/pokemon/icons/1/25s-cosplay.png and b/public/images/pokemon/icons/1/25s-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25s-cute-cosplay.png b/public/images/pokemon/icons/1/25s-cute-cosplay.png
index 76488be18fe..07df252aeb9 100644
Binary files a/public/images/pokemon/icons/1/25s-cute-cosplay.png and b/public/images/pokemon/icons/1/25s-cute-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25s-smart-cosplay.png b/public/images/pokemon/icons/1/25s-smart-cosplay.png
index 7eb69c5a17e..5742bb2718a 100644
Binary files a/public/images/pokemon/icons/1/25s-smart-cosplay.png and b/public/images/pokemon/icons/1/25s-smart-cosplay.png differ
diff --git a/public/images/pokemon/icons/1/25s-tough-cosplay.png b/public/images/pokemon/icons/1/25s-tough-cosplay.png
index 45c95ada80e..7e49d494573 100644
Binary files a/public/images/pokemon/icons/1/25s-tough-cosplay.png and b/public/images/pokemon/icons/1/25s-tough-cosplay.png differ
diff --git a/public/images/pokemon/icons/2/154-f.png b/public/images/pokemon/icons/2/154-f.png
new file mode 100644
index 00000000000..6481cdd8a00
Binary files /dev/null and b/public/images/pokemon/icons/2/154-f.png differ
diff --git a/public/images/pokemon/icons/2/154s-f.png b/public/images/pokemon/icons/2/154s-f.png
new file mode 100644
index 00000000000..44ded711dcd
Binary files /dev/null and b/public/images/pokemon/icons/2/154s-f.png differ
diff --git a/public/images/pokemon/icons/2/172s.png b/public/images/pokemon/icons/2/172s.png
index 27a11014758..a1def7089ba 100644
Binary files a/public/images/pokemon/icons/2/172s.png and b/public/images/pokemon/icons/2/172s.png differ
diff --git a/public/images/pokemon/icons/2/198-f.png b/public/images/pokemon/icons/2/198-f.png
new file mode 100644
index 00000000000..bfc3e9bea4c
Binary files /dev/null and b/public/images/pokemon/icons/2/198-f.png differ
diff --git a/public/images/pokemon/icons/2/198s-f.png b/public/images/pokemon/icons/2/198s-f.png
new file mode 100644
index 00000000000..ccc258cafac
Binary files /dev/null and b/public/images/pokemon/icons/2/198s-f.png differ
diff --git a/public/images/pokemon/icons/3/255-f.png b/public/images/pokemon/icons/3/255-f.png
new file mode 100644
index 00000000000..bb221be21e7
Binary files /dev/null and b/public/images/pokemon/icons/3/255-f.png differ
diff --git a/public/images/pokemon/icons/3/255s-f.png b/public/images/pokemon/icons/3/255s-f.png
new file mode 100644
index 00000000000..898b17c163c
Binary files /dev/null and b/public/images/pokemon/icons/3/255s-f.png differ
diff --git a/public/images/pokemon/icons/3/256-f.png b/public/images/pokemon/icons/3/256-f.png
new file mode 100644
index 00000000000..72800cc5e25
Binary files /dev/null and b/public/images/pokemon/icons/3/256-f.png differ
diff --git a/public/images/pokemon/icons/3/256s-f.png b/public/images/pokemon/icons/3/256s-f.png
new file mode 100644
index 00000000000..ce6608f7bc5
Binary files /dev/null and b/public/images/pokemon/icons/3/256s-f.png differ
diff --git a/public/images/pokemon/icons/3/257-f-mega.png b/public/images/pokemon/icons/3/257-f-mega.png
new file mode 100644
index 00000000000..ed64fe8f41f
Binary files /dev/null and b/public/images/pokemon/icons/3/257-f-mega.png differ
diff --git a/public/images/pokemon/icons/3/257-f.png b/public/images/pokemon/icons/3/257-f.png
new file mode 100644
index 00000000000..ee42a9f75c0
Binary files /dev/null and b/public/images/pokemon/icons/3/257-f.png differ
diff --git a/public/images/pokemon/icons/3/257s-f-mega.png b/public/images/pokemon/icons/3/257s-f-mega.png
new file mode 100644
index 00000000000..faf5e5aa30c
Binary files /dev/null and b/public/images/pokemon/icons/3/257s-f-mega.png differ
diff --git a/public/images/pokemon/icons/3/257s-f.png b/public/images/pokemon/icons/3/257s-f.png
new file mode 100644
index 00000000000..bf59393972f
Binary files /dev/null and b/public/images/pokemon/icons/3/257s-f.png differ
diff --git a/public/images/pokemon/icons/3/350s.png b/public/images/pokemon/icons/3/350s.png
index eaed5c4bd11..4f5de9f5d57 100644
Binary files a/public/images/pokemon/icons/3/350s.png and b/public/images/pokemon/icons/3/350s.png differ
diff --git a/public/images/pokemon/icons/3/378s.png b/public/images/pokemon/icons/3/378s.png
index e2fc99bbc87..b52709493e7 100644
Binary files a/public/images/pokemon/icons/3/378s.png and b/public/images/pokemon/icons/3/378s.png differ
diff --git a/public/images/pokemon/icons/7/2026.png b/public/images/pokemon/icons/7/2026.png
index 5bc49abc790..cd8db24dd8b 100644
Binary files a/public/images/pokemon/icons/7/2026.png and b/public/images/pokemon/icons/7/2026.png differ
diff --git a/public/images/pokemon/icons/7/2026s.png b/public/images/pokemon/icons/7/2026s.png
index ecc11b878ab..94ce33a124f 100644
Binary files a/public/images/pokemon/icons/7/2026s.png and b/public/images/pokemon/icons/7/2026s.png differ
diff --git a/public/images/pokemon/icons/7/802-zenith.png b/public/images/pokemon/icons/7/802-zenith.png
new file mode 100644
index 00000000000..7e0fee2d609
Binary files /dev/null and b/public/images/pokemon/icons/7/802-zenith.png differ
diff --git a/public/images/pokemon/icons/7/802s-zenith.png b/public/images/pokemon/icons/7/802s-zenith.png
new file mode 100644
index 00000000000..7e0fee2d609
Binary files /dev/null and b/public/images/pokemon/icons/7/802s-zenith.png differ
diff --git a/public/images/pokemon/icons/9/1012-artisan.png b/public/images/pokemon/icons/9/1012-artisan.png
index 96a215e47de..0eed79df1f2 100644
Binary files a/public/images/pokemon/icons/9/1012-artisan.png and b/public/images/pokemon/icons/9/1012-artisan.png differ
diff --git a/public/images/pokemon/icons/9/1012-counterfeit.png b/public/images/pokemon/icons/9/1012-counterfeit.png
index ff79d615db7..0eed79df1f2 100644
Binary files a/public/images/pokemon/icons/9/1012-counterfeit.png and b/public/images/pokemon/icons/9/1012-counterfeit.png differ
diff --git a/public/images/pokemon/icons/9/1013-unremarkable.png b/public/images/pokemon/icons/9/1013-unremarkable.png
index 3aa144b6d5c..9f4ec0cce34 100644
Binary files a/public/images/pokemon/icons/9/1013-unremarkable.png and b/public/images/pokemon/icons/9/1013-unremarkable.png differ
diff --git a/public/images/pokemon/icons/variant/1/102_2.png b/public/images/pokemon/icons/variant/1/102_2.png
new file mode 100644
index 00000000000..9d96f087919
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/102_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/102_3.png b/public/images/pokemon/icons/variant/1/102_3.png
new file mode 100644
index 00000000000..65272284ea8
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/102_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/103_2.png b/public/images/pokemon/icons/variant/1/103_2.png
new file mode 100644
index 00000000000..046d2b1bb6a
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/103_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/103_3.png b/public/images/pokemon/icons/variant/1/103_3.png
new file mode 100644
index 00000000000..b68fdd50318
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/103_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/128_2.png b/public/images/pokemon/icons/variant/1/128_2.png
new file mode 100644
index 00000000000..0a44d5bbfad
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/128_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/128_3.png b/public/images/pokemon/icons/variant/1/128_3.png
new file mode 100644
index 00000000000..8f6b25c2c18
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/128_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/133-partner_2.png b/public/images/pokemon/icons/variant/1/133-partner_2.png
new file mode 100644
index 00000000000..3e082ae0bd4
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/133-partner_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/133-partner_3.png b/public/images/pokemon/icons/variant/1/133-partner_3.png
new file mode 100644
index 00000000000..57c969d855c
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/133-partner_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/133_2.png b/public/images/pokemon/icons/variant/1/133_2.png
index 7ab496699f7..b17979df07a 100644
Binary files a/public/images/pokemon/icons/variant/1/133_2.png and b/public/images/pokemon/icons/variant/1/133_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/133_3.png b/public/images/pokemon/icons/variant/1/133_3.png
index f999dd0fff7..fa4d99879ae 100644
Binary files a/public/images/pokemon/icons/variant/1/133_3.png and b/public/images/pokemon/icons/variant/1/133_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-beauty-cosplay_2.png b/public/images/pokemon/icons/variant/1/25-beauty-cosplay_2.png
new file mode 100644
index 00000000000..19c61af5069
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-beauty-cosplay_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-beauty-cosplay_3.png b/public/images/pokemon/icons/variant/1/25-beauty-cosplay_3.png
new file mode 100644
index 00000000000..1da79229795
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-beauty-cosplay_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-cool-cosplay_2.png b/public/images/pokemon/icons/variant/1/25-cool-cosplay_2.png
new file mode 100644
index 00000000000..8dc1e27acab
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-cool-cosplay_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-cool-cosplay_3.png b/public/images/pokemon/icons/variant/1/25-cool-cosplay_3.png
new file mode 100644
index 00000000000..7a603219649
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-cool-cosplay_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-cosplay_2.png b/public/images/pokemon/icons/variant/1/25-cosplay_2.png
new file mode 100644
index 00000000000..c47e9ef7d18
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-cosplay_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-cosplay_3.png b/public/images/pokemon/icons/variant/1/25-cosplay_3.png
new file mode 100644
index 00000000000..16332db9041
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-cosplay_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-cute-cosplay_2.png b/public/images/pokemon/icons/variant/1/25-cute-cosplay_2.png
new file mode 100644
index 00000000000..3f606da7bb0
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-cute-cosplay_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-cute-cosplay_3.png b/public/images/pokemon/icons/variant/1/25-cute-cosplay_3.png
new file mode 100644
index 00000000000..8560b6f04b5
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-cute-cosplay_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-gigantamax_2.png b/public/images/pokemon/icons/variant/1/25-gigantamax_2.png
new file mode 100644
index 00000000000..6bc267b55fa
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-gigantamax_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-gigantamax_3.png b/public/images/pokemon/icons/variant/1/25-gigantamax_3.png
new file mode 100644
index 00000000000..8c4ff760bcd
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-gigantamax_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-partner_2.png b/public/images/pokemon/icons/variant/1/25-partner_2.png
new file mode 100644
index 00000000000..eaa2cfb610f
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-partner_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-partner_3.png b/public/images/pokemon/icons/variant/1/25-partner_3.png
new file mode 100644
index 00000000000..1faf330ef51
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-partner_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-smart-cosplay_2.png b/public/images/pokemon/icons/variant/1/25-smart-cosplay_2.png
new file mode 100644
index 00000000000..4ecae1f73a2
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-smart-cosplay_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-smart-cosplay_3.png b/public/images/pokemon/icons/variant/1/25-smart-cosplay_3.png
new file mode 100644
index 00000000000..ea41daf34e6
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-smart-cosplay_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-tough-cosplay_2.png b/public/images/pokemon/icons/variant/1/25-tough-cosplay_2.png
new file mode 100644
index 00000000000..3f7072c4138
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-tough-cosplay_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25-tough-cosplay_3.png b/public/images/pokemon/icons/variant/1/25-tough-cosplay_3.png
new file mode 100644
index 00000000000..e671ff98639
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25-tough-cosplay_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/25_2.png b/public/images/pokemon/icons/variant/1/25_2.png
new file mode 100644
index 00000000000..5e987ffe777
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/25_3.png b/public/images/pokemon/icons/variant/1/25_3.png
new file mode 100644
index 00000000000..b04af012bec
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/25_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/26_2.png b/public/images/pokemon/icons/variant/1/26_2.png
new file mode 100644
index 00000000000..f21ebe42b16
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/26_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/26_3.png b/public/images/pokemon/icons/variant/1/26_3.png
new file mode 100644
index 00000000000..adbe9c212b3
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/26_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/39_2.png b/public/images/pokemon/icons/variant/1/39_2.png
new file mode 100644
index 00000000000..f4b85b201cf
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/39_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/39_3.png b/public/images/pokemon/icons/variant/1/39_3.png
new file mode 100644
index 00000000000..137f3dc083c
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/39_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/40_2.png b/public/images/pokemon/icons/variant/1/40_2.png
new file mode 100644
index 00000000000..09ffdcd5757
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/40_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/40_3.png b/public/images/pokemon/icons/variant/1/40_3.png
new file mode 100644
index 00000000000..09333136c19
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/40_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/42_1.png b/public/images/pokemon/icons/variant/1/42_1.png
index 17c82d9dd9e..91d7fae345d 100644
Binary files a/public/images/pokemon/icons/variant/1/42_1.png and b/public/images/pokemon/icons/variant/1/42_1.png differ
diff --git a/public/images/pokemon/icons/variant/1/42_2.png b/public/images/pokemon/icons/variant/1/42_2.png
index 91d7fae345d..17c82d9dd9e 100644
Binary files a/public/images/pokemon/icons/variant/1/42_2.png and b/public/images/pokemon/icons/variant/1/42_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/152_2.png b/public/images/pokemon/icons/variant/2/152_2.png
new file mode 100644
index 00000000000..3815a4dbf49
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/152_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/152_3.png b/public/images/pokemon/icons/variant/2/152_3.png
new file mode 100644
index 00000000000..be0fffab10c
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/152_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/153_2.png b/public/images/pokemon/icons/variant/2/153_2.png
new file mode 100644
index 00000000000..020fc80d8b9
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/153_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/153_3.png b/public/images/pokemon/icons/variant/2/153_3.png
new file mode 100644
index 00000000000..681acfa2db1
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/153_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/154-f_2.png b/public/images/pokemon/icons/variant/2/154-f_2.png
new file mode 100644
index 00000000000..5ba8c458cf5
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/154-f_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/154-f_3.png b/public/images/pokemon/icons/variant/2/154-f_3.png
new file mode 100644
index 00000000000..c278d045c38
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/154-f_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/154_2.png b/public/images/pokemon/icons/variant/2/154_2.png
new file mode 100644
index 00000000000..323e2331a77
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/154_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/154_3.png b/public/images/pokemon/icons/variant/2/154_3.png
new file mode 100644
index 00000000000..aef1e4d633e
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/154_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/158_2.png b/public/images/pokemon/icons/variant/2/158_2.png
new file mode 100644
index 00000000000..c6b75ed6c20
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/158_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/158_3.png b/public/images/pokemon/icons/variant/2/158_3.png
new file mode 100644
index 00000000000..073e3faa2e2
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/158_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/159_2.png b/public/images/pokemon/icons/variant/2/159_2.png
new file mode 100644
index 00000000000..95d74728073
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/159_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/159_3.png b/public/images/pokemon/icons/variant/2/159_3.png
new file mode 100644
index 00000000000..a73818d0c3a
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/159_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/160_2.png b/public/images/pokemon/icons/variant/2/160_2.png
new file mode 100644
index 00000000000..7b7ba6e7231
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/160_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/160_3.png b/public/images/pokemon/icons/variant/2/160_3.png
new file mode 100644
index 00000000000..62a4ab22fd2
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/160_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/167_2.png b/public/images/pokemon/icons/variant/2/167_2.png
new file mode 100644
index 00000000000..a6bd15c0eef
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/167_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/167_3.png b/public/images/pokemon/icons/variant/2/167_3.png
new file mode 100644
index 00000000000..88d84eec2a9
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/167_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/168_2.png b/public/images/pokemon/icons/variant/2/168_2.png
new file mode 100644
index 00000000000..cf34c26be21
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/168_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/168_3.png b/public/images/pokemon/icons/variant/2/168_3.png
new file mode 100644
index 00000000000..7a62c58d299
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/168_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/170_2.png b/public/images/pokemon/icons/variant/2/170_2.png
new file mode 100644
index 00000000000..1ecdfda6eb8
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/170_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/170_3.png b/public/images/pokemon/icons/variant/2/170_3.png
new file mode 100644
index 00000000000..01cb78568ed
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/170_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/171_2.png b/public/images/pokemon/icons/variant/2/171_2.png
new file mode 100644
index 00000000000..3ff5792e2d2
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/171_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/171_3.png b/public/images/pokemon/icons/variant/2/171_3.png
new file mode 100644
index 00000000000..11a3996da80
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/171_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/172-spiky_2.png b/public/images/pokemon/icons/variant/2/172-spiky_2.png
new file mode 100644
index 00000000000..b293ee3283a
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/172-spiky_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/172-spiky_3.png b/public/images/pokemon/icons/variant/2/172-spiky_3.png
new file mode 100644
index 00000000000..ff9a4229421
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/172-spiky_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/172_2.png b/public/images/pokemon/icons/variant/2/172_2.png
new file mode 100644
index 00000000000..4fa282f9297
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/172_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/172_3.png b/public/images/pokemon/icons/variant/2/172_3.png
new file mode 100644
index 00000000000..95f0c9bdc6d
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/172_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/174_2.png b/public/images/pokemon/icons/variant/2/174_2.png
new file mode 100644
index 00000000000..e7ffddb1f57
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/174_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/174_3.png b/public/images/pokemon/icons/variant/2/174_3.png
new file mode 100644
index 00000000000..58d98aab99a
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/174_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/194_2.png b/public/images/pokemon/icons/variant/2/194_2.png
new file mode 100644
index 00000000000..043c11ce065
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/194_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/194_3.png b/public/images/pokemon/icons/variant/2/194_3.png
new file mode 100644
index 00000000000..f5d792b141f
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/194_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/195_2.png b/public/images/pokemon/icons/variant/2/195_2.png
new file mode 100644
index 00000000000..7fd5ba2792f
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/195_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/195_3.png b/public/images/pokemon/icons/variant/2/195_3.png
new file mode 100644
index 00000000000..99da4dfe12e
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/195_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/198-f_2.png b/public/images/pokemon/icons/variant/2/198-f_2.png
new file mode 100644
index 00000000000..35e5c2e75ea
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/198-f_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/198-f_3.png b/public/images/pokemon/icons/variant/2/198-f_3.png
new file mode 100644
index 00000000000..f2920cd1d0e
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/198-f_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/198_2.png b/public/images/pokemon/icons/variant/2/198_2.png
new file mode 100644
index 00000000000..35e5c2e75ea
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/198_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/198_3.png b/public/images/pokemon/icons/variant/2/198_3.png
new file mode 100644
index 00000000000..f2920cd1d0e
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/198_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/211_2.png b/public/images/pokemon/icons/variant/2/211_2.png
new file mode 100644
index 00000000000..c042910bc17
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/211_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/211_3.png b/public/images/pokemon/icons/variant/2/211_3.png
new file mode 100644
index 00000000000..3548893b6ec
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/211_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/255_2.png b/public/images/pokemon/icons/variant/3/255_2.png
index adf8c6ea8bc..b40b8f1607c 100644
Binary files a/public/images/pokemon/icons/variant/3/255_2.png and b/public/images/pokemon/icons/variant/3/255_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/255_3.png b/public/images/pokemon/icons/variant/3/255_3.png
index 6ed47e69afa..2ae8ef351f5 100644
Binary files a/public/images/pokemon/icons/variant/3/255_3.png and b/public/images/pokemon/icons/variant/3/255_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/256_2.png b/public/images/pokemon/icons/variant/3/256_2.png
index b372f1ff981..43919a2db06 100644
Binary files a/public/images/pokemon/icons/variant/3/256_2.png and b/public/images/pokemon/icons/variant/3/256_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/256_3.png b/public/images/pokemon/icons/variant/3/256_3.png
index 0c529f838ba..bb1cbfe0809 100644
Binary files a/public/images/pokemon/icons/variant/3/256_3.png and b/public/images/pokemon/icons/variant/3/256_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/257_3.png b/public/images/pokemon/icons/variant/3/257_3.png
index c7853c73d4f..cccaab5db12 100644
Binary files a/public/images/pokemon/icons/variant/3/257_3.png and b/public/images/pokemon/icons/variant/3/257_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/276_2.png b/public/images/pokemon/icons/variant/3/276_2.png
new file mode 100644
index 00000000000..d7e8a3aa9ca
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/276_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/276_3.png b/public/images/pokemon/icons/variant/3/276_3.png
new file mode 100644
index 00000000000..b9cfa276eb2
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/276_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/277_2.png b/public/images/pokemon/icons/variant/3/277_2.png
new file mode 100644
index 00000000000..f4d58f259c3
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/277_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/277_3.png b/public/images/pokemon/icons/variant/3/277_3.png
new file mode 100644
index 00000000000..69ccce9069b
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/277_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/359-mega_2.png b/public/images/pokemon/icons/variant/3/359-mega_2.png
new file mode 100644
index 00000000000..35290c15aa9
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/359-mega_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/359-mega_3.png b/public/images/pokemon/icons/variant/3/359-mega_3.png
new file mode 100644
index 00000000000..5a3250b944d
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/359-mega_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/359_2.png b/public/images/pokemon/icons/variant/3/359_2.png
new file mode 100644
index 00000000000..0fa229141fd
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/359_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/359_3.png b/public/images/pokemon/icons/variant/3/359_3.png
new file mode 100644
index 00000000000..54ba72028ac
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/359_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/377_2.png b/public/images/pokemon/icons/variant/3/377_2.png
new file mode 100644
index 00000000000..f90f337c32e
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/377_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/377_3.png b/public/images/pokemon/icons/variant/3/377_3.png
new file mode 100644
index 00000000000..0957178662a
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/377_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/378_1.png b/public/images/pokemon/icons/variant/3/378_1.png
new file mode 100644
index 00000000000..32bc37d9e33
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/378_1.png differ
diff --git a/public/images/pokemon/icons/variant/3/378_2.png b/public/images/pokemon/icons/variant/3/378_2.png
new file mode 100644
index 00000000000..9f310bc92c8
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/378_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/378_3.png b/public/images/pokemon/icons/variant/3/378_3.png
new file mode 100644
index 00000000000..45afe9a71a9
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/378_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/379_2.png b/public/images/pokemon/icons/variant/3/379_2.png
new file mode 100644
index 00000000000..ad928fd752e
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/379_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/379_3.png b/public/images/pokemon/icons/variant/3/379_3.png
new file mode 100644
index 00000000000..acb86b4f665
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/379_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/427_2.png b/public/images/pokemon/icons/variant/3/427_2.png
deleted file mode 100644
index ceaf11acb48..00000000000
Binary files a/public/images/pokemon/icons/variant/3/427_2.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/3/427_3.png b/public/images/pokemon/icons/variant/3/427_3.png
deleted file mode 100644
index 5972f5e9489..00000000000
Binary files a/public/images/pokemon/icons/variant/3/427_3.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/3/428-mega_2.png b/public/images/pokemon/icons/variant/3/428-mega_2.png
deleted file mode 100644
index 32c3293a796..00000000000
Binary files a/public/images/pokemon/icons/variant/3/428-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/3/428_2.png b/public/images/pokemon/icons/variant/3/428_2.png
deleted file mode 100644
index 5b325f3256a..00000000000
Binary files a/public/images/pokemon/icons/variant/3/428_2.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/3/429_1.png b/public/images/pokemon/icons/variant/3/429_1.png
deleted file mode 100644
index 667f389f5c1..00000000000
Binary files a/public/images/pokemon/icons/variant/3/429_1.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/3/429_2.png b/public/images/pokemon/icons/variant/3/429_2.png
deleted file mode 100644
index 85cd47bd85f..00000000000
Binary files a/public/images/pokemon/icons/variant/3/429_2.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/3/429_3.png b/public/images/pokemon/icons/variant/3/429_3.png
deleted file mode 100644
index bb9b2384514..00000000000
Binary files a/public/images/pokemon/icons/variant/3/429_3.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/3/475-mega_3.png b/public/images/pokemon/icons/variant/3/475-mega_3.png
deleted file mode 100644
index c067c36c836..00000000000
Binary files a/public/images/pokemon/icons/variant/3/475-mega_3.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/3/475_3.png b/public/images/pokemon/icons/variant/3/475_3.png
deleted file mode 100644
index 4a8f5bdb56d..00000000000
Binary files a/public/images/pokemon/icons/variant/3/475_3.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/4/390_2.png b/public/images/pokemon/icons/variant/4/390_2.png
new file mode 100644
index 00000000000..f29d3561210
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/390_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/390_3.png b/public/images/pokemon/icons/variant/4/390_3.png
new file mode 100644
index 00000000000..7634f2e8639
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/390_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/391_2.png b/public/images/pokemon/icons/variant/4/391_2.png
new file mode 100644
index 00000000000..470de43c7bc
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/391_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/391_3.png b/public/images/pokemon/icons/variant/4/391_3.png
new file mode 100644
index 00000000000..8996fdb025c
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/391_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/392_2.png b/public/images/pokemon/icons/variant/4/392_2.png
new file mode 100644
index 00000000000..0550a20e94d
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/392_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/392_3.png b/public/images/pokemon/icons/variant/4/392_3.png
new file mode 100644
index 00000000000..7a66926b533
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/392_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/427_2.png b/public/images/pokemon/icons/variant/4/427_2.png
index 1b5d9271624..ceaf11acb48 100644
Binary files a/public/images/pokemon/icons/variant/4/427_2.png and b/public/images/pokemon/icons/variant/4/427_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/427_3.png b/public/images/pokemon/icons/variant/4/427_3.png
index a3f90ea6dfa..5972f5e9489 100644
Binary files a/public/images/pokemon/icons/variant/4/427_3.png and b/public/images/pokemon/icons/variant/4/427_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/428-mega_2.png b/public/images/pokemon/icons/variant/4/428-mega_2.png
index 43dfa05d438..32c3293a796 100644
Binary files a/public/images/pokemon/icons/variant/4/428-mega_2.png and b/public/images/pokemon/icons/variant/4/428-mega_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/428_2.png b/public/images/pokemon/icons/variant/4/428_2.png
index 1e42720c78b..5b325f3256a 100644
Binary files a/public/images/pokemon/icons/variant/4/428_2.png and b/public/images/pokemon/icons/variant/4/428_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/429_1.png b/public/images/pokemon/icons/variant/4/429_1.png
index 7354a6a6be7..667f389f5c1 100644
Binary files a/public/images/pokemon/icons/variant/4/429_1.png and b/public/images/pokemon/icons/variant/4/429_1.png differ
diff --git a/public/images/pokemon/icons/variant/4/429_2.png b/public/images/pokemon/icons/variant/4/429_2.png
index 9ec7cd5e76e..85cd47bd85f 100644
Binary files a/public/images/pokemon/icons/variant/4/429_2.png and b/public/images/pokemon/icons/variant/4/429_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/429_3.png b/public/images/pokemon/icons/variant/4/429_3.png
index 48f7068ced8..bb9b2384514 100644
Binary files a/public/images/pokemon/icons/variant/4/429_3.png and b/public/images/pokemon/icons/variant/4/429_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/430_2.png b/public/images/pokemon/icons/variant/4/430_2.png
new file mode 100644
index 00000000000..8026dd75141
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/430_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/430_3.png b/public/images/pokemon/icons/variant/4/430_3.png
new file mode 100644
index 00000000000..d83a4f349f0
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/430_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/455_2.png b/public/images/pokemon/icons/variant/4/455_2.png
new file mode 100644
index 00000000000..206ba13205f
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/455_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/455_3.png b/public/images/pokemon/icons/variant/4/455_3.png
new file mode 100644
index 00000000000..199976e2f67
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/455_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/486_2.png b/public/images/pokemon/icons/variant/4/486_2.png
new file mode 100644
index 00000000000..d13c4861a4b
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/486_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/486_3.png b/public/images/pokemon/icons/variant/4/486_3.png
new file mode 100644
index 00000000000..cf33b01869a
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/486_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/501_2.png b/public/images/pokemon/icons/variant/5/501_2.png
new file mode 100644
index 00000000000..d92f57a8399
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/501_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/501_3.png b/public/images/pokemon/icons/variant/5/501_3.png
new file mode 100644
index 00000000000..50bbb59a545
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/501_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/502_2.png b/public/images/pokemon/icons/variant/5/502_2.png
new file mode 100644
index 00000000000..3d327da2129
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/502_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/502_3.png b/public/images/pokemon/icons/variant/5/502_3.png
new file mode 100644
index 00000000000..a10810daed9
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/502_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/503_2.png b/public/images/pokemon/icons/variant/5/503_2.png
new file mode 100644
index 00000000000..b3611139d87
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/503_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/503_3.png b/public/images/pokemon/icons/variant/5/503_3.png
new file mode 100644
index 00000000000..da3aa967ab5
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/503_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/527_2.png b/public/images/pokemon/icons/variant/5/527_2.png
new file mode 100644
index 00000000000..3a0b284bfde
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/527_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/527_3.png b/public/images/pokemon/icons/variant/5/527_3.png
new file mode 100644
index 00000000000..39b54a23b1e
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/527_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/528_2.png b/public/images/pokemon/icons/variant/5/528_2.png
new file mode 100644
index 00000000000..4d209760134
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/528_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/528_3.png b/public/images/pokemon/icons/variant/5/528_3.png
new file mode 100644
index 00000000000..1c887443660
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/528_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/587_2.png b/public/images/pokemon/icons/variant/5/587_2.png
new file mode 100644
index 00000000000..1e522a31676
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/587_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/587_3.png b/public/images/pokemon/icons/variant/5/587_3.png
new file mode 100644
index 00000000000..c26066605cd
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/587_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/588_2.png b/public/images/pokemon/icons/variant/5/588_2.png
new file mode 100644
index 00000000000..df99218cedd
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/588_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/588_3.png b/public/images/pokemon/icons/variant/5/588_3.png
new file mode 100644
index 00000000000..3d9277308c7
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/588_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/589_2.png b/public/images/pokemon/icons/variant/5/589_2.png
new file mode 100644
index 00000000000..ada32c980c1
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/589_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/589_3.png b/public/images/pokemon/icons/variant/5/589_3.png
new file mode 100644
index 00000000000..1f612c4e8a5
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/589_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/590_2.png b/public/images/pokemon/icons/variant/5/590_2.png
new file mode 100644
index 00000000000..66c3767024b
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/590_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/590_3.png b/public/images/pokemon/icons/variant/5/590_3.png
new file mode 100644
index 00000000000..d18ccb42e21
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/590_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/591_2.png b/public/images/pokemon/icons/variant/5/591_2.png
new file mode 100644
index 00000000000..dad56af2559
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/591_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/591_3.png b/public/images/pokemon/icons/variant/5/591_3.png
new file mode 100644
index 00000000000..a407a14b83a
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/591_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/616_2.png b/public/images/pokemon/icons/variant/5/616_2.png
new file mode 100644
index 00000000000..88e45da0238
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/616_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/616_3.png b/public/images/pokemon/icons/variant/5/616_3.png
new file mode 100644
index 00000000000..b1767da8fdd
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/616_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/617_2.png b/public/images/pokemon/icons/variant/5/617_2.png
new file mode 100644
index 00000000000..fff02c3f344
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/617_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/617_3.png b/public/images/pokemon/icons/variant/5/617_3.png
new file mode 100644
index 00000000000..b3f05f31db2
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/617_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/621_2.png b/public/images/pokemon/icons/variant/5/621_2.png
new file mode 100644
index 00000000000..dbaa26325d8
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/621_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/621_3.png b/public/images/pokemon/icons/variant/5/621_3.png
new file mode 100644
index 00000000000..190ffb11dc3
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/621_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/656_2.png b/public/images/pokemon/icons/variant/6/656_2.png
new file mode 100644
index 00000000000..612386a5d1e
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/656_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/656_3.png b/public/images/pokemon/icons/variant/6/656_3.png
new file mode 100644
index 00000000000..575cf3aef3a
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/656_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/657_2.png b/public/images/pokemon/icons/variant/6/657_2.png
new file mode 100644
index 00000000000..9f26c5f85bf
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/657_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/657_3.png b/public/images/pokemon/icons/variant/6/657_3.png
new file mode 100644
index 00000000000..fde76bb8d1c
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/657_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/658-ash_2.png b/public/images/pokemon/icons/variant/6/658-ash_2.png
new file mode 100644
index 00000000000..b788b336efe
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/658-ash_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/658-ash_3.png b/public/images/pokemon/icons/variant/6/658-ash_3.png
new file mode 100644
index 00000000000..52ac4fe0ede
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/658-ash_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/658_2.png b/public/images/pokemon/icons/variant/6/658_2.png
new file mode 100644
index 00000000000..eaf9da8a9ce
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/658_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/658_3.png b/public/images/pokemon/icons/variant/6/658_3.png
new file mode 100644
index 00000000000..027dda592f0
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/658_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-dandy_2.png b/public/images/pokemon/icons/variant/6/676-dandy_2.png
new file mode 100644
index 00000000000..2fb1a1a01b6
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-dandy_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-dandy_3.png b/public/images/pokemon/icons/variant/6/676-dandy_3.png
new file mode 100644
index 00000000000..ac05ae8dd3a
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-dandy_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-debutante_2.png b/public/images/pokemon/icons/variant/6/676-debutante_2.png
new file mode 100644
index 00000000000..9ec13ca1964
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-debutante_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-debutante_3.png b/public/images/pokemon/icons/variant/6/676-debutante_3.png
new file mode 100644
index 00000000000..aef6da0a1fd
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-debutante_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-diamond_2.png b/public/images/pokemon/icons/variant/6/676-diamond_2.png
new file mode 100644
index 00000000000..1406640a69c
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-diamond_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-diamond_3.png b/public/images/pokemon/icons/variant/6/676-diamond_3.png
new file mode 100644
index 00000000000..ccf477d6819
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-diamond_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-heart_2.png b/public/images/pokemon/icons/variant/6/676-heart_2.png
new file mode 100644
index 00000000000..7f3607f8579
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-heart_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-heart_3.png b/public/images/pokemon/icons/variant/6/676-heart_3.png
new file mode 100644
index 00000000000..e8256f783ba
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-heart_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-kabuki_2.png b/public/images/pokemon/icons/variant/6/676-kabuki_2.png
new file mode 100644
index 00000000000..ea78810582a
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-kabuki_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-kabuki_3.png b/public/images/pokemon/icons/variant/6/676-kabuki_3.png
new file mode 100644
index 00000000000..f8501bec610
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-kabuki_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-la-reine_2.png b/public/images/pokemon/icons/variant/6/676-la-reine_2.png
new file mode 100644
index 00000000000..5d4cb6bbea0
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-la-reine_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-la-reine_3.png b/public/images/pokemon/icons/variant/6/676-la-reine_3.png
new file mode 100644
index 00000000000..57488ba17e2
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-la-reine_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-matron_2.png b/public/images/pokemon/icons/variant/6/676-matron_2.png
new file mode 100644
index 00000000000..e7bd18d5a10
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-matron_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-matron_3.png b/public/images/pokemon/icons/variant/6/676-matron_3.png
new file mode 100644
index 00000000000..a8870d9ed20
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-matron_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-pharaoh_2.png b/public/images/pokemon/icons/variant/6/676-pharaoh_2.png
new file mode 100644
index 00000000000..96d60fa6d4c
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-pharaoh_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-pharaoh_3.png b/public/images/pokemon/icons/variant/6/676-pharaoh_3.png
new file mode 100644
index 00000000000..db2de83c8ef
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-pharaoh_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-star_2.png b/public/images/pokemon/icons/variant/6/676-star_2.png
new file mode 100644
index 00000000000..e2a58c698f6
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-star_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676-star_3.png b/public/images/pokemon/icons/variant/6/676-star_3.png
new file mode 100644
index 00000000000..7c4fdc4efb1
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676-star_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/676_2.png b/public/images/pokemon/icons/variant/6/676_2.png
new file mode 100644
index 00000000000..56bcc1a7a34
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/676_3.png b/public/images/pokemon/icons/variant/6/676_3.png
new file mode 100644
index 00000000000..accb6f96f66
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/676_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/682_2.png b/public/images/pokemon/icons/variant/6/682_2.png
new file mode 100644
index 00000000000..59c05cce665
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/682_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/682_3.png b/public/images/pokemon/icons/variant/6/682_3.png
new file mode 100644
index 00000000000..a7c73e94eef
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/682_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/683_2.png b/public/images/pokemon/icons/variant/6/683_2.png
new file mode 100644
index 00000000000..7f64665f9d7
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/683_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/683_3.png b/public/images/pokemon/icons/variant/6/683_3.png
new file mode 100644
index 00000000000..b09a0be5fd2
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/683_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/684_2.png b/public/images/pokemon/icons/variant/6/684_2.png
new file mode 100644
index 00000000000..2fccca23416
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/684_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/684_3.png b/public/images/pokemon/icons/variant/6/684_3.png
new file mode 100644
index 00000000000..9c09475db49
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/684_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/685_2.png b/public/images/pokemon/icons/variant/6/685_2.png
new file mode 100644
index 00000000000..8f52850dd2d
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/685_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/685_3.png b/public/images/pokemon/icons/variant/6/685_3.png
new file mode 100644
index 00000000000..ebad502551e
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/685_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/688_2.png b/public/images/pokemon/icons/variant/6/688_2.png
new file mode 100644
index 00000000000..6fe8ba9c770
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/688_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/688_3.png b/public/images/pokemon/icons/variant/6/688_3.png
new file mode 100644
index 00000000000..9586c3203a9
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/688_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/689_2.png b/public/images/pokemon/icons/variant/6/689_2.png
new file mode 100644
index 00000000000..66305ef69e8
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/689_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/689_3.png b/public/images/pokemon/icons/variant/6/689_3.png
new file mode 100644
index 00000000000..2bdfea0ddd0
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/689_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/2026_2.png b/public/images/pokemon/icons/variant/7/2026_2.png
new file mode 100644
index 00000000000..3b939a6c1fc
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/2026_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/2026_3.png b/public/images/pokemon/icons/variant/7/2026_3.png
new file mode 100644
index 00000000000..f530b9cfcb3
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/2026_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/2103_2.png b/public/images/pokemon/icons/variant/7/2103_2.png
new file mode 100644
index 00000000000..d3795c35070
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/2103_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/2103_3.png b/public/images/pokemon/icons/variant/7/2103_3.png
new file mode 100644
index 00000000000..e24ba1eb917
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/2103_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/807_2.png b/public/images/pokemon/icons/variant/7/807_2.png
new file mode 100644
index 00000000000..6e070af347d
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/807_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/807_3.png b/public/images/pokemon/icons/variant/7/807_3.png
new file mode 100644
index 00000000000..19e59272f86
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/807_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/6503_2.png b/public/images/pokemon/icons/variant/8/6503_2.png
new file mode 100644
index 00000000000..0098615187e
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/6503_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/6503_3.png b/public/images/pokemon/icons/variant/8/6503_3.png
new file mode 100644
index 00000000000..64428182df0
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/6503_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/851-gigantamax.png b/public/images/pokemon/icons/variant/8/851-gigantamax.png
new file mode 100644
index 00000000000..e757af7b4fa
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/851-gigantamax.png differ
diff --git a/public/images/pokemon/icons/variant/8/851-gigantamax_2.png b/public/images/pokemon/icons/variant/8/851-gigantamax_2.png
new file mode 100644
index 00000000000..081d8284b3d
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/851-gigantamax_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/851-gigantamax_3.png b/public/images/pokemon/icons/variant/8/851-gigantamax_3.png
new file mode 100644
index 00000000000..6d26a7395f2
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/851-gigantamax_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/851s-gigantamax.png b/public/images/pokemon/icons/variant/8/851s-gigantamax.png
new file mode 100644
index 00000000000..73fb57b8a5a
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/851s-gigantamax.png differ
diff --git a/public/images/pokemon/icons/variant/8/894_2.png b/public/images/pokemon/icons/variant/8/894_2.png
new file mode 100644
index 00000000000..2b4754d56a0
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/894_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/894_3.png b/public/images/pokemon/icons/variant/8/894_3.png
new file mode 100644
index 00000000000..cc5baef46cc
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/894_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/895_2.png b/public/images/pokemon/icons/variant/8/895_2.png
new file mode 100644
index 00000000000..bdacf0683ee
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/895_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/895_3.png b/public/images/pokemon/icons/variant/8/895_3.png
new file mode 100644
index 00000000000..9ac023e2e89
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/895_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/909_2.png b/public/images/pokemon/icons/variant/8/909_2.png
deleted file mode 100644
index 73f71bd49d3..00000000000
Binary files a/public/images/pokemon/icons/variant/8/909_2.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/8/909_3.png b/public/images/pokemon/icons/variant/8/909_3.png
deleted file mode 100644
index 5fb79e5b917..00000000000
Binary files a/public/images/pokemon/icons/variant/8/909_3.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/8/1003_2.png b/public/images/pokemon/icons/variant/9/1003_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/1003_2.png
rename to public/images/pokemon/icons/variant/9/1003_2.png
diff --git a/public/images/pokemon/icons/variant/8/1003_3.png b/public/images/pokemon/icons/variant/9/1003_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/1003_3.png
rename to public/images/pokemon/icons/variant/9/1003_3.png
diff --git a/public/images/pokemon/icons/variant/8/1006_2.png b/public/images/pokemon/icons/variant/9/1006_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/1006_2.png
rename to public/images/pokemon/icons/variant/9/1006_2.png
diff --git a/public/images/pokemon/icons/variant/8/1006_3.png b/public/images/pokemon/icons/variant/9/1006_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/1006_3.png
rename to public/images/pokemon/icons/variant/9/1006_3.png
diff --git a/public/images/pokemon/icons/variant/8/1010_2.png b/public/images/pokemon/icons/variant/9/1010_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/1010_2.png
rename to public/images/pokemon/icons/variant/9/1010_2.png
diff --git a/public/images/pokemon/icons/variant/8/1010_3.png b/public/images/pokemon/icons/variant/9/1010_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/1010_3.png
rename to public/images/pokemon/icons/variant/9/1010_3.png
diff --git a/public/images/pokemon/icons/variant/9/1012-counterfeit_2.png b/public/images/pokemon/icons/variant/9/1012-counterfeit_2.png
new file mode 100644
index 00000000000..19fa8603c69
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/1012-counterfeit_2.png differ
diff --git a/public/images/pokemon/icons/variant/9/1012-counterfeit_3.png b/public/images/pokemon/icons/variant/9/1012-counterfeit_3.png
new file mode 100644
index 00000000000..04f74b0fd3a
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/1012-counterfeit_3.png differ
diff --git a/public/images/pokemon/icons/variant/9/1013-unremarkable_2.png b/public/images/pokemon/icons/variant/9/1013-unremarkable_2.png
new file mode 100644
index 00000000000..3588b5e2641
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/1013-unremarkable_2.png differ
diff --git a/public/images/pokemon/icons/variant/9/1013-unremarkable_3.png b/public/images/pokemon/icons/variant/9/1013-unremarkable_3.png
new file mode 100644
index 00000000000..acdb6716ab8
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/1013-unremarkable_3.png differ
diff --git a/public/images/pokemon/icons/variant/9/909_2.png b/public/images/pokemon/icons/variant/9/909_2.png
index 95cf5e14d4e..73f71bd49d3 100644
Binary files a/public/images/pokemon/icons/variant/9/909_2.png and b/public/images/pokemon/icons/variant/9/909_2.png differ
diff --git a/public/images/pokemon/icons/variant/9/909_3.png b/public/images/pokemon/icons/variant/9/909_3.png
index d4d7a9593a4..5fb79e5b917 100644
Binary files a/public/images/pokemon/icons/variant/9/909_3.png and b/public/images/pokemon/icons/variant/9/909_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/912_2.png b/public/images/pokemon/icons/variant/9/912_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/912_2.png
rename to public/images/pokemon/icons/variant/9/912_2.png
diff --git a/public/images/pokemon/icons/variant/8/912_3.png b/public/images/pokemon/icons/variant/9/912_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/912_3.png
rename to public/images/pokemon/icons/variant/9/912_3.png
diff --git a/public/images/pokemon/icons/variant/8/913_2.png b/public/images/pokemon/icons/variant/9/913_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/913_2.png
rename to public/images/pokemon/icons/variant/9/913_2.png
diff --git a/public/images/pokemon/icons/variant/8/913_3.png b/public/images/pokemon/icons/variant/9/913_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/913_3.png
rename to public/images/pokemon/icons/variant/9/913_3.png
diff --git a/public/images/pokemon/icons/variant/8/914_2.png b/public/images/pokemon/icons/variant/9/914_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/914_2.png
rename to public/images/pokemon/icons/variant/9/914_2.png
diff --git a/public/images/pokemon/icons/variant/8/914_3.png b/public/images/pokemon/icons/variant/9/914_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/914_3.png
rename to public/images/pokemon/icons/variant/9/914_3.png
diff --git a/public/images/pokemon/icons/variant/8/940_2.png b/public/images/pokemon/icons/variant/9/940_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/940_2.png
rename to public/images/pokemon/icons/variant/9/940_2.png
diff --git a/public/images/pokemon/icons/variant/8/940_3.png b/public/images/pokemon/icons/variant/9/940_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/940_3.png
rename to public/images/pokemon/icons/variant/9/940_3.png
diff --git a/public/images/pokemon/icons/variant/8/941_2.png b/public/images/pokemon/icons/variant/9/941_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/941_2.png
rename to public/images/pokemon/icons/variant/9/941_2.png
diff --git a/public/images/pokemon/icons/variant/8/941_3.png b/public/images/pokemon/icons/variant/9/941_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/941_3.png
rename to public/images/pokemon/icons/variant/9/941_3.png
diff --git a/public/images/pokemon/icons/variant/9/944_2.png b/public/images/pokemon/icons/variant/9/944_2.png
new file mode 100644
index 00000000000..70af4937c8f
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/944_2.png differ
diff --git a/public/images/pokemon/icons/variant/9/944_3.png b/public/images/pokemon/icons/variant/9/944_3.png
new file mode 100644
index 00000000000..ef7618c9a9c
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/944_3.png differ
diff --git a/public/images/pokemon/icons/variant/9/945_2.png b/public/images/pokemon/icons/variant/9/945_2.png
new file mode 100644
index 00000000000..5a4a7c6ebe5
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/945_2.png differ
diff --git a/public/images/pokemon/icons/variant/9/945_3.png b/public/images/pokemon/icons/variant/9/945_3.png
new file mode 100644
index 00000000000..1dad94c543c
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/945_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/953_2.png b/public/images/pokemon/icons/variant/9/953_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/953_2.png
rename to public/images/pokemon/icons/variant/9/953_2.png
diff --git a/public/images/pokemon/icons/variant/8/953_3.png b/public/images/pokemon/icons/variant/9/953_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/953_3.png
rename to public/images/pokemon/icons/variant/9/953_3.png
diff --git a/public/images/pokemon/icons/variant/8/954_2.png b/public/images/pokemon/icons/variant/9/954_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/954_2.png
rename to public/images/pokemon/icons/variant/9/954_2.png
diff --git a/public/images/pokemon/icons/variant/8/954_3.png b/public/images/pokemon/icons/variant/9/954_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/954_3.png
rename to public/images/pokemon/icons/variant/9/954_3.png
diff --git a/public/images/pokemon/icons/variant/8/981_2.png b/public/images/pokemon/icons/variant/9/981_2.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/981_2.png
rename to public/images/pokemon/icons/variant/9/981_2.png
diff --git a/public/images/pokemon/icons/variant/8/981_3.png b/public/images/pokemon/icons/variant/9/981_3.png
similarity index 100%
rename from public/images/pokemon/icons/variant/8/981_3.png
rename to public/images/pokemon/icons/variant/9/981_3.png
diff --git a/public/images/pokemon/shiny/1003.png b/public/images/pokemon/shiny/1003.png
index 3c5415cf94e..17462eaf89f 100644
Binary files a/public/images/pokemon/shiny/1003.png and b/public/images/pokemon/shiny/1003.png differ
diff --git a/public/images/pokemon/shiny/1018.png b/public/images/pokemon/shiny/1018.png
index 7c753bb05e5..42076fd0687 100644
Binary files a/public/images/pokemon/shiny/1018.png and b/public/images/pokemon/shiny/1018.png differ
diff --git a/public/images/pokemon/shiny/164.png b/public/images/pokemon/shiny/164.png
index de6405ff580..4e36ce61adb 100644
Binary files a/public/images/pokemon/shiny/164.png and b/public/images/pokemon/shiny/164.png differ
diff --git a/public/images/pokemon/shiny/190.png b/public/images/pokemon/shiny/190.png
index 3ad2e7b5582..60b7ad3163d 100644
Binary files a/public/images/pokemon/shiny/190.png and b/public/images/pokemon/shiny/190.png differ
diff --git a/public/images/pokemon/shiny/194.png b/public/images/pokemon/shiny/194.png
index 2e33bbfd005..38800a7d545 100644
Binary files a/public/images/pokemon/shiny/194.png and b/public/images/pokemon/shiny/194.png differ
diff --git a/public/images/pokemon/shiny/218.png b/public/images/pokemon/shiny/218.png
index cd70183de39..b3e42ae4adc 100644
Binary files a/public/images/pokemon/shiny/218.png and b/public/images/pokemon/shiny/218.png differ
diff --git a/public/images/pokemon/shiny/226.png b/public/images/pokemon/shiny/226.png
index 5b24827b5d5..f2934a577f1 100644
Binary files a/public/images/pokemon/shiny/226.png and b/public/images/pokemon/shiny/226.png differ
diff --git a/public/images/pokemon/shiny/261.png b/public/images/pokemon/shiny/261.png
index 1a976339b67..6976a0747e1 100644
Binary files a/public/images/pokemon/shiny/261.png and b/public/images/pokemon/shiny/261.png differ
diff --git a/public/images/pokemon/shiny/262.png b/public/images/pokemon/shiny/262.png
index ea42b525b6b..d2dbec0bb8d 100644
Binary files a/public/images/pokemon/shiny/262.png and b/public/images/pokemon/shiny/262.png differ
diff --git a/public/images/pokemon/shiny/3-gigantamax.png b/public/images/pokemon/shiny/3-gigantamax.png
index ee4705de701..acc57a41671 100644
Binary files a/public/images/pokemon/shiny/3-gigantamax.png and b/public/images/pokemon/shiny/3-gigantamax.png differ
diff --git a/public/images/pokemon/shiny/3.png b/public/images/pokemon/shiny/3.png
index fb4545e3019..4afd3847484 100644
Binary files a/public/images/pokemon/shiny/3.png and b/public/images/pokemon/shiny/3.png differ
diff --git a/public/images/pokemon/shiny/308.png b/public/images/pokemon/shiny/308.png
index 14e97cf83a3..102bc0256e4 100644
Binary files a/public/images/pokemon/shiny/308.png and b/public/images/pokemon/shiny/308.png differ
diff --git a/public/images/pokemon/shiny/335.json b/public/images/pokemon/shiny/335.json
index ca797f1d7a4..80c43b41c12 100644
--- a/public/images/pokemon/shiny/335.json
+++ b/public/images/pokemon/shiny/335.json
@@ -1,1910 +1,523 @@
-{
- "textures": [
- {
- "image": "335.png",
- "format": "RGBA8888",
- "size": {
- "w": 366,
- "h": 366
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 192,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 65,
- "h": 61
- },
- "frame": {
- "x": 199,
- "y": 0,
- "w": 65,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 183,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 244,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 9,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 61,
- "y": 309,
- "w": 63,
- "h": 57
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 64
- },
- "frame": {
- "x": 123,
- "y": 244,
- "w": 61,
- "h": 64
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 63,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 308,
- "w": 63,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 62,
- "h": 63
- },
- "frame": {
- "x": 264,
- "y": 58,
- "w": 62,
- "h": 63
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 189,
- "y": 128,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 247,
- "y": 121,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 249,
- "y": 250,
- "w": 60,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0df67af080306e793f3e63687a642a63:bd66cef8682173381b002070c3411214:40bb9f4809624b12bf79bbfe664bea73$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 248, "y": 129, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 188, "y": 123, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 125, "w": 61, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 61, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 66, "w": 63, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 234, "y": 190, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 234, "y": 246, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 11, "w": 60, "h": 55 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 115, "y": 239, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 62, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 62, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 63, "y": 0, "w": 66, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 66, "h": 62 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 63, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 63, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 261, "y": 0, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 181, "y": 184, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 53, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 63, "y": 122, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 56, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 320, "y": 61, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 65 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 129, "y": 61, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 59, "h": 64 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 195, "y": 60, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 255, "y": 66, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "335.png",
+ "format": "I8",
+ "size": { "w": 382, "h": 305 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/335.png b/public/images/pokemon/shiny/335.png
index e4f8d10fb1b..fc7c325a469 100644
Binary files a/public/images/pokemon/shiny/335.png and b/public/images/pokemon/shiny/335.png differ
diff --git a/public/images/pokemon/shiny/336.png b/public/images/pokemon/shiny/336.png
index efa1262248a..45d57027704 100644
Binary files a/public/images/pokemon/shiny/336.png and b/public/images/pokemon/shiny/336.png differ
diff --git a/public/images/pokemon/shiny/357.png b/public/images/pokemon/shiny/357.png
index ca74e4b466c..0eb62e53719 100644
Binary files a/public/images/pokemon/shiny/357.png and b/public/images/pokemon/shiny/357.png differ
diff --git a/public/images/pokemon/shiny/370.png b/public/images/pokemon/shiny/370.png
index 8a7bf0b11a8..f49fe4fe27c 100644
Binary files a/public/images/pokemon/shiny/370.png and b/public/images/pokemon/shiny/370.png differ
diff --git a/public/images/pokemon/shiny/373-mega.png b/public/images/pokemon/shiny/373-mega.png
index 4e9fe93fa5c..fd2e8eed6e2 100644
Binary files a/public/images/pokemon/shiny/373-mega.png and b/public/images/pokemon/shiny/373-mega.png differ
diff --git a/public/images/pokemon/shiny/373.png b/public/images/pokemon/shiny/373.png
index cae369ce412..6e21c49c034 100644
Binary files a/public/images/pokemon/shiny/373.png and b/public/images/pokemon/shiny/373.png differ
diff --git a/public/images/pokemon/shiny/378.png b/public/images/pokemon/shiny/378.png
index 62322276ec1..7674ac1873a 100644
Binary files a/public/images/pokemon/shiny/378.png and b/public/images/pokemon/shiny/378.png differ
diff --git a/public/images/pokemon/shiny/4080.png b/public/images/pokemon/shiny/4080.png
index 9ff6184d692..35f3c7c0ff6 100644
Binary files a/public/images/pokemon/shiny/4080.png and b/public/images/pokemon/shiny/4080.png differ
diff --git a/public/images/pokemon/shiny/4199.png b/public/images/pokemon/shiny/4199.png
index d428931eff8..fb4b8b70ddb 100644
Binary files a/public/images/pokemon/shiny/4199.png and b/public/images/pokemon/shiny/4199.png differ
diff --git a/public/images/pokemon/shiny/424.png b/public/images/pokemon/shiny/424.png
index 0c97de2883e..5685c21e276 100644
Binary files a/public/images/pokemon/shiny/424.png and b/public/images/pokemon/shiny/424.png differ
diff --git a/public/images/pokemon/shiny/433.png b/public/images/pokemon/shiny/433.png
index 55021a56458..f5f34928c21 100644
Binary files a/public/images/pokemon/shiny/433.png and b/public/images/pokemon/shiny/433.png differ
diff --git a/public/images/pokemon/shiny/45.png b/public/images/pokemon/shiny/45.png
index 92b28c054c9..4aab94dfb65 100644
Binary files a/public/images/pokemon/shiny/45.png and b/public/images/pokemon/shiny/45.png differ
diff --git a/public/images/pokemon/shiny/451.json b/public/images/pokemon/shiny/451.json
index f492cdbcb04..273d546e2bb 100644
--- a/public/images/pokemon/shiny/451.json
+++ b/public/images/pokemon/shiny/451.json
@@ -1,2330 +1,715 @@
-{
- "textures": [
- {
- "image": "451.png",
- "format": "RGBA8888",
- "size": {
- "w": 281,
- "h": 281
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 69,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 63,
- "h": 43
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 63,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 66,
- "h": 43
- },
- "frame": {
- "x": 132,
- "y": 0,
- "w": 66,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 198,
- "y": 0,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 65,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 65,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 43,
- "w": 61,
- "h": 44
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 62,
- "h": 44
- },
- "frame": {
- "x": 126,
- "y": 43,
- "w": 62,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 188,
- "y": 43,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 59,
- "h": 45
- },
- "frame": {
- "x": 59,
- "y": 87,
- "w": 59,
- "h": 45
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 61,
- "h": 45
- },
- "frame": {
- "x": 118,
- "y": 87,
- "w": 61,
- "h": 45
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 179,
- "y": 87,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 179,
- "y": 87,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 57,
- "y": 132,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 57,
- "h": 45
- },
- "frame": {
- "x": 57,
- "y": 132,
- "w": 57,
- "h": 45
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 56,
- "h": 45
- },
- "frame": {
- "x": 114,
- "y": 132,
- "w": 56,
- "h": 45
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 56,
- "h": 45
- },
- "frame": {
- "x": 114,
- "y": 132,
- "w": 56,
- "h": 45
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 170,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 170,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 224,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 45
- },
- "frame": {
- "x": 224,
- "y": 132,
- "w": 54,
- "h": 45
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 174,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 177,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 60,
- "h": 46
- },
- "frame": {
- "x": 168,
- "y": 177,
- "w": 60,
- "h": 46
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 228,
- "y": 177,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 228,
- "y": 177,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 220,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 220,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 57,
- "h": 46
- },
- "frame": {
- "x": 54,
- "y": 223,
- "w": 57,
- "h": 46
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 111,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 166,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 55,
- "h": 46
- },
- "frame": {
- "x": 166,
- "y": 223,
- "w": 55,
- "h": 46
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 221,
- "y": 223,
- "w": 54,
- "h": 46
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 54,
- "h": 46
- },
- "frame": {
- "x": 221,
- "y": 223,
- "w": 54,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9097bf5ffed4b93401c65aa14299faaa:d22b7c7f6e33b1453fda428e689d4529:c79e17c206de27e3b7f1ce96f7df8e51$"
- }
+{ "frames": [
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 68, "h": 40 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0001.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 68, "y": 0, "w": 64, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 64, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 177, "y": 42, "w": 61, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 238, "y": 43, "w": 59, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 57, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 287, "y": 86, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 232, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 232, "y": 86, "w": 55, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 55, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 117, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 117, "y": 85, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 42, "w": 60, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 117, "y": 42, "w": 60, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 132, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 68, "h": 40 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 195, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 195, "y": 0, "w": 63, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 63, "h": 42 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 258, "y": 0, "w": 61, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 61, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 258, "y": 0, "w": 61, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 61, "h": 43 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 58, "y": 42, "w": 59, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 58, "y": 42, "w": 59, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 40, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 40, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 177, "y": 84, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 177, "y": 84, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 112, "y": 129, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 167, "y": 130, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 167, "y": 130, "w": 55, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 173, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 173, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 54, "y": 177, "w": 52, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 52, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 177, "w": 52, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 52, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 210, "y": 176, "w": 53, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 53, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 210, "y": 176, "w": 53, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 53, "h": 44 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 158, "y": 174, "w": 52, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 52, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 158, "y": 174, "w": 52, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 52, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 222, "y": 131, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 222, "y": 131, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 132, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 275, "y": 132, "w": 53, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 53, "h": 45 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 55, "y": 131, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 55, "y": 131, "w": 52, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 52, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 107, "y": 173, "w": 51, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 107, "y": 173, "w": 51, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 46 },
+ "sourceSize": { "w": 71, "h": 46 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.8.1-x64",
+ "image": "451.png",
+ "format": "I8",
+ "size": { "w": 339, "h": 221 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/451.png b/public/images/pokemon/shiny/451.png
index 69d165c9ae8..4f8120ce668 100644
Binary files a/public/images/pokemon/shiny/451.png and b/public/images/pokemon/shiny/451.png differ
diff --git a/public/images/pokemon/shiny/469.png b/public/images/pokemon/shiny/469.png
index c7f7ee3b68e..7e8d8b674d3 100644
Binary files a/public/images/pokemon/shiny/469.png and b/public/images/pokemon/shiny/469.png differ
diff --git a/public/images/pokemon/shiny/47.json b/public/images/pokemon/shiny/47.json
index 185bcf4b527..0aa03eab585 100644
--- a/public/images/pokemon/shiny/47.json
+++ b/public/images/pokemon/shiny/47.json
@@ -1,776 +1,299 @@
-{
- "textures": [
- {
- "image": "47.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 12,
- "w": 56,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 49
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 12,
- "w": 56,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 49
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 62,
- "h": 51
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 62,
- "h": 51
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 62,
- "h": 51
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 62,
- "h": 51
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 55,
- "h": 53
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 55,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 55,
- "h": 53
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 55,
- "h": 53
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 55,
- "h": 54
- },
- "frame": {
- "x": 173,
- "y": 0,
- "w": 55,
- "h": 54
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 55,
- "h": 54
- },
- "frame": {
- "x": 173,
- "y": 0,
- "w": 55,
- "h": 54
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 53,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 53,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 53,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 53,
- "h": 56
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 62,
- "h": 55
- },
- "frame": {
- "x": 53,
- "y": 51,
- "w": 62,
- "h": 55
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 62,
- "h": 55
- },
- "frame": {
- "x": 53,
- "y": 51,
- "w": 62,
- "h": 55
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 53,
- "h": 57
- },
- "frame": {
- "x": 115,
- "y": 53,
- "w": 53,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 53,
- "h": 57
- },
- "frame": {
- "x": 115,
- "y": 53,
- "w": 53,
- "h": 57
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 62,
- "h": 56
- },
- "frame": {
- "x": 168,
- "y": 54,
- "w": 62,
- "h": 56
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 62,
- "h": 56
- },
- "frame": {
- "x": 168,
- "y": 54,
- "w": 62,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 61,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 106,
- "w": 61,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 61,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 106,
- "w": 61,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 61,
- "y": 106,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 61,
- "y": 106,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 57,
- "h": 59
- },
- "frame": {
- "x": 115,
- "y": 110,
- "w": 57,
- "h": 59
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 172,
- "y": 110,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 54,
- "h": 59
- },
- "frame": {
- "x": 172,
- "y": 110,
- "w": 54,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 61,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 164,
- "w": 61,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 61,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 164,
- "w": 61,
- "h": 59
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 57,
- "h": 61
- },
- "frame": {
- "x": 61,
- "y": 169,
- "w": 57,
- "h": 61
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 118,
- "y": 169,
- "w": 60,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:38ba9918eb8f68ab2190b03c6512ef47:46578d6dd482a1b04fa7c2884107a0f5:fe45e2d628a6cef0908f7b82468c8798$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 166, "y": 114, "w": 52, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 114, "w": 52, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 169, "w": 51, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 51, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 169, "w": 51, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 51, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 104, "y": 166, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 9, "w": 53, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 104, "y": 166, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 9, "w": 53, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 157, "y": 170, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 55, "h": 49 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 157, "y": 170, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 55, "h": 49 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 115, "w": 53, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 8, "w": 53, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 115, "w": 53, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 8, "w": 53, "h": 54 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 53, "y": 116, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 51, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 53, "y": 116, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 51, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 114, "y": 109, "w": 52, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 114, "y": 109, "w": 52, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 52, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 58, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 55, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 178, "y": 0, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 60, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 178, "y": 0, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 60, "h": 56 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 114, "y": 57, "w": 62, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 62, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 57, "w": 62, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 62, "h": 52 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 0, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 60, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 59, "y": 0, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 60, "h": 57 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 59, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 59, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 178, "y": 56, "w": 57, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 57, "h": 58 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 59, "y": 57, "w": 55, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 55, "h": 59 },
+ "sourceSize": { "w": 65, "h": 65 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.8.1-x64",
+ "image": "47.png",
+ "format": "I8",
+ "size": { "w": 238, "h": 223 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/shiny/47.png b/public/images/pokemon/shiny/47.png
index ba5f60d1b8f..b1b0bb9a12a 100644
Binary files a/public/images/pokemon/shiny/47.png and b/public/images/pokemon/shiny/47.png differ
diff --git a/public/images/pokemon/shiny/472.png b/public/images/pokemon/shiny/472.png
index f1e833b66cb..14fa9b0fe8b 100644
Binary files a/public/images/pokemon/shiny/472.png and b/public/images/pokemon/shiny/472.png differ
diff --git a/public/images/pokemon/shiny/477.png b/public/images/pokemon/shiny/477.png
index 0f14172f019..2011636c517 100644
Binary files a/public/images/pokemon/shiny/477.png and b/public/images/pokemon/shiny/477.png differ
diff --git a/public/images/pokemon/shiny/556.png b/public/images/pokemon/shiny/556.png
index b0052759531..d62d114bbcb 100644
Binary files a/public/images/pokemon/shiny/556.png and b/public/images/pokemon/shiny/556.png differ
diff --git a/public/images/pokemon/shiny/656.json b/public/images/pokemon/shiny/656.json
index be71c2199a3..3776b4ed7e5 100644
--- a/public/images/pokemon/shiny/656.json
+++ b/public/images/pokemon/shiny/656.json
@@ -1,41 +1,20 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 35,
- "h": 35
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:272c02df78d2de4eac23552f4c031224:82f806bb336ca1c034951e96a72caaf5:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 32, "h": 35 },
+ "sourceSize": { "w": 32, "h": 35 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 34, "h": 37 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/656.png b/public/images/pokemon/shiny/656.png
index 7779f40d332..d65d9ab857d 100644
Binary files a/public/images/pokemon/shiny/656.png and b/public/images/pokemon/shiny/656.png differ
diff --git a/public/images/pokemon/shiny/658-ash.json b/public/images/pokemon/shiny/658-ash.json
index 7ac419b1686..c2b8eede9ef 100644
--- a/public/images/pokemon/shiny/658-ash.json
+++ b/public/images/pokemon/shiny/658-ash.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "658-ash.png",
- "format": "RGBA8888",
- "size": {
- "w": 79,
- "h": 79
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 79,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 79,
- "h": 74
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3dd081ba5490f090a73de8423aac2f6b:f088fafaea755476f2abf488e7340cab:bfbf521a5c7bd80bcd95a96d9789c0dd$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 74 },
+ "sourceSize": { "w": 79, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 79, "h": 74 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/658-ash.png b/public/images/pokemon/shiny/658-ash.png
index 0d65f0bb900..b25693fd24e 100644
Binary files a/public/images/pokemon/shiny/658-ash.png and b/public/images/pokemon/shiny/658-ash.png differ
diff --git a/public/images/pokemon/shiny/658.json b/public/images/pokemon/shiny/658.json
index 92f9b29175c..219645ec240 100644
--- a/public/images/pokemon/shiny/658.json
+++ b/public/images/pokemon/shiny/658.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "658.png",
- "format": "RGBA8888",
- "size": {
- "w": 75,
- "h": 75
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 75,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:be07c062265a19e890f1e2d2d1b5527d:ad4583a5a0498c496e9a93574c55ee03:5affcab976148657d36bf4ff3410f92d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 85, "h": 67 },
+ "sourceSize": { "w": 85, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 85, "h": 67 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/658.png b/public/images/pokemon/shiny/658.png
index 6fb80fd57cc..100d2a02f4a 100644
Binary files a/public/images/pokemon/shiny/658.png and b/public/images/pokemon/shiny/658.png differ
diff --git a/public/images/pokemon/shiny/668-female.json b/public/images/pokemon/shiny/668-female.json
deleted file mode 100644
index ce08b281a62..00000000000
--- a/public/images/pokemon/shiny/668-female.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "668-female.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bf61792d4b290b767953cfbbc5b6234f:c16e73a6866720618f3b4f8e3e0a0877:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
diff --git a/public/images/pokemon/shiny/668-female.png b/public/images/pokemon/shiny/668-female.png
deleted file mode 100644
index 1f56d13bc4c..00000000000
Binary files a/public/images/pokemon/shiny/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/shiny/668.png b/public/images/pokemon/shiny/668.png
index c8ec7c9caf9..73c11b9a7c7 100644
Binary files a/public/images/pokemon/shiny/668.png and b/public/images/pokemon/shiny/668.png differ
diff --git a/public/images/pokemon/shiny/674.json b/public/images/pokemon/shiny/674.json
index 0ce6a2d9018..86d6cba1b01 100644
--- a/public/images/pokemon/shiny/674.json
+++ b/public/images/pokemon/shiny/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 28,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3a00525649c00ed79ef7fff441994eb0:17d95f774222b5d9946bcc63782468e3:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 58, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 123, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 28, "y": 81, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 28, "y": 81, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 86, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 123, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 85, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 86, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 114, "h": 162 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/674.png b/public/images/pokemon/shiny/674.png
index 097368405fc..7c8e71d5988 100644
Binary files a/public/images/pokemon/shiny/674.png and b/public/images/pokemon/shiny/674.png differ
diff --git a/public/images/pokemon/shiny/677.png b/public/images/pokemon/shiny/677.png
index b90d0286879..a885bec4ee0 100644
Binary files a/public/images/pokemon/shiny/677.png and b/public/images/pokemon/shiny/677.png differ
diff --git a/public/images/pokemon/shiny/678-female.png b/public/images/pokemon/shiny/678-female.png
index 9a288a4fcb4..e999a0fbd69 100644
Binary files a/public/images/pokemon/shiny/678-female.png and b/public/images/pokemon/shiny/678-female.png differ
diff --git a/public/images/pokemon/shiny/678.png b/public/images/pokemon/shiny/678.png
index da33c6b3645..683d92c3299 100644
Binary files a/public/images/pokemon/shiny/678.png and b/public/images/pokemon/shiny/678.png differ
diff --git a/public/images/pokemon/shiny/688.json b/public/images/pokemon/shiny/688.json
index 8d34a857f65..3d9aa902a54 100644
--- a/public/images/pokemon/shiny/688.json
+++ b/public/images/pokemon/shiny/688.json
@@ -1,41 +1,18 @@
-{
- "textures": [
- {
- "image": "688.png",
- "format": "RGBA8888",
- "size": {
- "w": 52,
- "h": 52
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e78487a241bfd62ebbe53b20c731d2c3:77b6de2bb0929c9cd5328c501256413b:176060351d0044923af938ba7932a6ef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 64, "h": 63 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 63 },
+ "sourceSize": { "w": 64, "h": 63 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 64, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/688.png b/public/images/pokemon/shiny/688.png
index e87b981aa45..42565cb09b2 100644
Binary files a/public/images/pokemon/shiny/688.png and b/public/images/pokemon/shiny/688.png differ
diff --git a/public/images/pokemon/shiny/689.json b/public/images/pokemon/shiny/689.json
index c388441a207..488ef54de71 100644
--- a/public/images/pokemon/shiny/689.json
+++ b/public/images/pokemon/shiny/689.json
@@ -1,41 +1,19 @@
-{
- "textures": [
- {
- "image": "689.png",
- "format": "RGBA8888",
- "size": {
- "w": 86,
- "h": 86
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:182cf1643b5020735212d8aa4db1c48e:ceb6ea59b420d8893e991d5545fbb7c7:bd0c58ecddcb4af9a0c6e7b39821d971$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 82 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 82 },
+ "sourceSize": { "w": 79, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-x64",
+ "format": "I8",
+ "size": { "w": 79, "h": 82 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/689.png b/public/images/pokemon/shiny/689.png
index faf533459d0..c58ed341e75 100644
Binary files a/public/images/pokemon/shiny/689.png and b/public/images/pokemon/shiny/689.png differ
diff --git a/public/images/pokemon/shiny/694.json b/public/images/pokemon/shiny/694.json
index 0893d62dc10..48e9623d7f4 100644
--- a/public/images/pokemon/shiny/694.json
+++ b/public/images/pokemon/shiny/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 41,
- "h": 41
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bc6e45d13f38b4219ae03e14bb0999b9:7eab0806a2282a4facdb9684c54189e5:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 282, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 241, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 171, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 85, "y": 170, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 227, "y": 93, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 52, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 50, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 39 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 56, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 0, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 49 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 224, "y": 47, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 281, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 168, "y": 0, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 56, "h": 48 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 281, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 224, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 50, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 281, "y": 92, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 57, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 112, "y": 49, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 94, "w": 56, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 56, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 170, "y": 48, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 53, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 126, "y": 175, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 138, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 249 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/694.png b/public/images/pokemon/shiny/694.png
index a6c87937252..5f65aa5d4ff 100644
Binary files a/public/images/pokemon/shiny/694.png and b/public/images/pokemon/shiny/694.png differ
diff --git a/public/images/pokemon/shiny/698.json b/public/images/pokemon/shiny/698.json
index 707a84c8ca1..6baf41b0ce7 100644
--- a/public/images/pokemon/shiny/698.json
+++ b/public/images/pokemon/shiny/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 57,
- "h": 57
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:46f728cad32ec7681d76168817f7001a:a044b85c8682cf2b3ce52dd5cb859583:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 152, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/698.png b/public/images/pokemon/shiny/698.png
index 0874f9af37e..a861e0c14d5 100644
Binary files a/public/images/pokemon/shiny/698.png and b/public/images/pokemon/shiny/698.png differ
diff --git a/public/images/pokemon/shiny/699.png b/public/images/pokemon/shiny/699.png
index 16876941901..1e22a84228f 100644
Binary files a/public/images/pokemon/shiny/699.png and b/public/images/pokemon/shiny/699.png differ
diff --git a/public/images/pokemon/shiny/703.json b/public/images/pokemon/shiny/703.json
index bc3c40dd555..5c0a6230108 100644
--- a/public/images/pokemon/shiny/703.json
+++ b/public/images/pokemon/shiny/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3b9620097a6f8beec26187d7454b0493:5bb102b3070894423e8dff3d1f98cd21:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 35, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 35, "y": 153, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 111, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 183, "h": 192 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/703.png b/public/images/pokemon/shiny/703.png
index 7d0d7999166..44ac529283c 100644
Binary files a/public/images/pokemon/shiny/703.png and b/public/images/pokemon/shiny/703.png differ
diff --git a/public/images/pokemon/shiny/707.json b/public/images/pokemon/shiny/707.json
index f0e0b2053ac..ee5036fb541 100644
--- a/public/images/pokemon/shiny/707.json
+++ b/public/images/pokemon/shiny/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f2be0784fdc424d853cf61d4ff5ef128:c0a67b3382e00d7635b97e14ca444b8e:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 578, "y": 149, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 95, "y": 62, "w": 59, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 14, "w": 59, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 519, "y": 2, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 67, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 280, "y": 2, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 82, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 93, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 63 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 95, "y": 2, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 95, "h": 60 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 190, "y": 2, "w": 90, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 90, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 362, "y": 2, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 445, "y": 2, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 74, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 586, "y": 2, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 2, "y": 220, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 4, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 319, "y": 447, "w": 42, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 5, "w": 42, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 447, "y": 489, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 614, "y": 500, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 10, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 573, "y": 453, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 267, "y": 480, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 184, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 2, "y": 443, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 226, "y": 442, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 130, "y": 438, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 366, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 52, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 682, "y": 221, "w": 48, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 18, "w": 48, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 519, "y": 361, "w": 47, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 47, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 43, "y": 502, "w": 44, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 20, "w": 44, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 714, "y": 505, "w": 41, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 20, "w": 41, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 402, "y": 489, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 471, "y": 219, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 692, "y": 80, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 389, "y": 147, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 399, "y": 297, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 610, "y": 375, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 141, "y": 360, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 638, "y": 79, "w": 54, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 54, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 362, "y": 67, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 60, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 474, "y": 73, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 59, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 264, "y": 147, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 57, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 298, "y": 264, "w": 54, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 54, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 524, "y": 148, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 211, "y": 135, "w": 53, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 53, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 471, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 569, "y": 302, "w": 48, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 19, "w": 48, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 154, "y": 134, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 57, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 154, "y": 64, "w": 60, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 20, "w": 60, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 214, "y": 64, "w": 59, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 19, "w": 59, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 2, "y": 292, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 18, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 696, "y": 426, "w": 41, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 41, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 533, "y": 73, "w": 53, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 53, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 56, "y": 135, "w": 62, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 62, "h": 64 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 662, "y": 373, "w": 62, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 62, "h": 53 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 655, "y": 505, "w": 59, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 22, "w": 59, "h": 47 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 422, "y": 437, "w": 61, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 61, "h": 52 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 326, "y": 136, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 63, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 321, "y": 198, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 57, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 519, "y": 291, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 20, "w": 50, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 445, "y": 363, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 20, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 45, "y": 426, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 189, "y": 352, "w": 44, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 44, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 667, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 425, "y": 218, "w": 46, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 40, "y": 18, "w": 46, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 148, "y": 203, "w": 47, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 47, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 572, "y": 224, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 18, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 244, "y": 287, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 577 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/707.png b/public/images/pokemon/shiny/707.png
index 2f4efb3e8cb..7aed21b7873 100644
Binary files a/public/images/pokemon/shiny/707.png and b/public/images/pokemon/shiny/707.png differ
diff --git a/public/images/pokemon/shiny/708.json b/public/images/pokemon/shiny/708.json
index 06631af7cb8..abc8d24db2b 100644
--- a/public/images/pokemon/shiny/708.json
+++ b/public/images/pokemon/shiny/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5ae7df27c9e36b2c06c09056297b74ab:efbc3a2251be2a5a300a0c333bce242b:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 90, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 135, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 90, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 10, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 134, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 180, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 225, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 15, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 270, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 17, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 270, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 90, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 23, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 135, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 180, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 225, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 18, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 178, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 15, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 223, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 226, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 45, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 180, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 315, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/708.png b/public/images/pokemon/shiny/708.png
index 1da0441109b..d94b1286590 100644
Binary files a/public/images/pokemon/shiny/708.png and b/public/images/pokemon/shiny/708.png differ
diff --git a/public/images/pokemon/shiny/714.json b/public/images/pokemon/shiny/714.json
index 992ff63a393..b43aebd68a1 100644
--- a/public/images/pokemon/shiny/714.json
+++ b/public/images/pokemon/shiny/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 64,
- "h": 64
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 64,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0faf41a70733397a2e765b77d2cf3124:ed661ea37221a00e42647a088e380efd:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 133, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 117, "w": 34, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 34, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 117, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 196, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 218, "y": 117, "w": 33, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 33, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 258, "h": 186 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/714.png b/public/images/pokemon/shiny/714.png
index 2cde838873a..924c67d3c85 100644
Binary files a/public/images/pokemon/shiny/714.png and b/public/images/pokemon/shiny/714.png differ
diff --git a/public/images/pokemon/shiny/716-active.png b/public/images/pokemon/shiny/716-active.png
index 077c657f814..357f0fb843b 100644
Binary files a/public/images/pokemon/shiny/716-active.png and b/public/images/pokemon/shiny/716-active.png differ
diff --git a/public/images/pokemon/shiny/716-neutral.png b/public/images/pokemon/shiny/716-neutral.png
index ffe04571aa7..bcccc513da4 100644
Binary files a/public/images/pokemon/shiny/716-neutral.png and b/public/images/pokemon/shiny/716-neutral.png differ
diff --git a/public/images/pokemon/shiny/718-10.json b/public/images/pokemon/shiny/718-10.json
index 05c86055ce7..ad273c9ea79 100644
--- a/public/images/pokemon/shiny/718-10.json
+++ b/public/images/pokemon/shiny/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 66,
- "h": 66
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ddb567f3553fb8f8477733fc8b91dfb8:21520f234fc9684cd172bbced8ed083b:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 287, "y": 130, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 57, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 164, "y": 261, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 327, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 56, "y": 327, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 329, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 112, "y": 326, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 265, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 226, "y": 332, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 220, "y": 261, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 264, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 279, "y": 196, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 56, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 110, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 198, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 169, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 224, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 132, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 113, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 345, "h": 395 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/718-10.png b/public/images/pokemon/shiny/718-10.png
index bee16c7ec63..f976d91b4f6 100644
Binary files a/public/images/pokemon/shiny/718-10.png and b/public/images/pokemon/shiny/718-10.png differ
diff --git a/public/images/pokemon/shiny/718.json b/public/images/pokemon/shiny/718.json
index 00e4c68ba00..98053a226cb 100644
--- a/public/images/pokemon/shiny/718.json
+++ b/public/images/pokemon/shiny/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6daa10e13b8729f3ebc27b1a8eb1c6cb:65f7940d781324b41eba39e9e5565cb7:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 222, "y": 355, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 354, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 149, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 442, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 149, "y": 266, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 377, "y": 265, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 308, "y": 177, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 91, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 301, "y": 264, "w": 76, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 76, "h": 86 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 267, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 90, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 391, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 78, "h": 91 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 468, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 157, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 313, "y": 0, "w": 78, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 78, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 79, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 391, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 235, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 469, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 313, "y": 89, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 157, "y": 90, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 76, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 226, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 354, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 547, "h": 530 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/718.png b/public/images/pokemon/shiny/718.png
index cdfa42ccec7..778ae8bff07 100644
Binary files a/public/images/pokemon/shiny/718.png and b/public/images/pokemon/shiny/718.png differ
diff --git a/public/images/pokemon/shiny/719.json b/public/images/pokemon/shiny/719.json
index 29e48d3b3be..12a679f029f 100644
--- a/public/images/pokemon/shiny/719.json
+++ b/public/images/pokemon/shiny/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 42,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f62b9cce190b10d691ae00fdc87df448:371601e6d1aa56d47c80c70305627ce1:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 122, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 162, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 115, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 153, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 74, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 37, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 111, "y": 350, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 190, "y": 280, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 191, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 157, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 202, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 196, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 38, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 76, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 114, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 152, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 41, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 122, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 162, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 115, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 153, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 74, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 37, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 111, "y": 350, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 190, "y": 280, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 191, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 157, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 202, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 196, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 38, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 76, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 114, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 152, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 41, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 246, "h": 420 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/719.png b/public/images/pokemon/shiny/719.png
index f17e9b23ca8..c466201632a 100644
Binary files a/public/images/pokemon/shiny/719.png and b/public/images/pokemon/shiny/719.png differ
diff --git a/public/images/pokemon/shiny/772.png b/public/images/pokemon/shiny/772.png
index f2038ddd4fa..759691cc312 100644
Binary files a/public/images/pokemon/shiny/772.png and b/public/images/pokemon/shiny/772.png differ
diff --git a/public/images/pokemon/shiny/773.png b/public/images/pokemon/shiny/773.png
index 3b2b7f9b296..6f900ae9fdc 100644
Binary files a/public/images/pokemon/shiny/773.png and b/public/images/pokemon/shiny/773.png differ
diff --git a/public/images/pokemon/shiny/777.png b/public/images/pokemon/shiny/777.png
index c8ba24bf3ac..8ceb5506f9b 100644
Binary files a/public/images/pokemon/shiny/777.png and b/public/images/pokemon/shiny/777.png differ
diff --git a/public/images/pokemon/shiny/80-mega.png b/public/images/pokemon/shiny/80-mega.png
index 399402cf618..21eb3c37a05 100644
Binary files a/public/images/pokemon/shiny/80-mega.png and b/public/images/pokemon/shiny/80-mega.png differ
diff --git a/public/images/pokemon/shiny/80.png b/public/images/pokemon/shiny/80.png
index 750f0d7cc92..a40953ebc30 100644
Binary files a/public/images/pokemon/shiny/80.png and b/public/images/pokemon/shiny/80.png differ
diff --git a/public/images/pokemon/shiny/818-gigantamax.png b/public/images/pokemon/shiny/818-gigantamax.png
index 694692964fb..6ff10199f70 100644
Binary files a/public/images/pokemon/shiny/818-gigantamax.png and b/public/images/pokemon/shiny/818-gigantamax.png differ
diff --git a/public/images/pokemon/shiny/862.png b/public/images/pokemon/shiny/862.png
index bc949797ee9..e48ad78032b 100644
Binary files a/public/images/pokemon/shiny/862.png and b/public/images/pokemon/shiny/862.png differ
diff --git a/public/images/pokemon/shiny/864.png b/public/images/pokemon/shiny/864.png
index 780f52945f2..383dfecc748 100644
Binary files a/public/images/pokemon/shiny/864.png and b/public/images/pokemon/shiny/864.png differ
diff --git a/public/images/pokemon/shiny/898-ice.png b/public/images/pokemon/shiny/898-ice.png
index d262f8c3e9d..ae98d45e159 100644
Binary files a/public/images/pokemon/shiny/898-ice.png and b/public/images/pokemon/shiny/898-ice.png differ
diff --git a/public/images/pokemon/shiny/898-shadow.png b/public/images/pokemon/shiny/898-shadow.png
index 6744535f165..6d056c192b1 100644
Binary files a/public/images/pokemon/shiny/898-shadow.png and b/public/images/pokemon/shiny/898-shadow.png differ
diff --git a/public/images/pokemon/shiny/912.png b/public/images/pokemon/shiny/912.png
index 9fcdbbae78f..70067668d6a 100644
Binary files a/public/images/pokemon/shiny/912.png and b/public/images/pokemon/shiny/912.png differ
diff --git a/public/images/pokemon/shiny/913.png b/public/images/pokemon/shiny/913.png
index 5791f5be095..08eb57e1957 100644
Binary files a/public/images/pokemon/shiny/913.png and b/public/images/pokemon/shiny/913.png differ
diff --git a/public/images/pokemon/shiny/914.png b/public/images/pokemon/shiny/914.png
index f20466d543d..950f964aa09 100644
Binary files a/public/images/pokemon/shiny/914.png and b/public/images/pokemon/shiny/914.png differ
diff --git a/public/images/pokemon/shiny/940.png b/public/images/pokemon/shiny/940.png
index 77b45558e2c..a953bd6fc44 100644
Binary files a/public/images/pokemon/shiny/940.png and b/public/images/pokemon/shiny/940.png differ
diff --git a/public/images/pokemon/shiny/941.png b/public/images/pokemon/shiny/941.png
index 986a6a53a8e..5ccba807754 100644
Binary files a/public/images/pokemon/shiny/941.png and b/public/images/pokemon/shiny/941.png differ
diff --git a/public/images/pokemon/shiny/944.png b/public/images/pokemon/shiny/944.png
index 5b5a264755f..e410629b535 100644
Binary files a/public/images/pokemon/shiny/944.png and b/public/images/pokemon/shiny/944.png differ
diff --git a/public/images/pokemon/shiny/945.png b/public/images/pokemon/shiny/945.png
index f458bf630d6..ab3fb485bb2 100644
Binary files a/public/images/pokemon/shiny/945.png and b/public/images/pokemon/shiny/945.png differ
diff --git a/public/images/pokemon/shiny/981.png b/public/images/pokemon/shiny/981.png
index 68570ed91f2..4b1ea705a5c 100644
Binary files a/public/images/pokemon/shiny/981.png and b/public/images/pokemon/shiny/981.png differ
diff --git a/public/images/pokemon/shiny/997.png b/public/images/pokemon/shiny/997.png
index a9efb86b999..e164116e56c 100644
Binary files a/public/images/pokemon/shiny/997.png and b/public/images/pokemon/shiny/997.png differ
diff --git a/public/images/pokemon/shiny/female/190.png b/public/images/pokemon/shiny/female/190.png
index 0fc6b5f08dd..c79a1f85fe2 100644
Binary files a/public/images/pokemon/shiny/female/190.png and b/public/images/pokemon/shiny/female/190.png differ
diff --git a/public/images/pokemon/shiny/female/194.png b/public/images/pokemon/shiny/female/194.png
index 01c071ee41d..23e55c52190 100644
Binary files a/public/images/pokemon/shiny/female/194.png and b/public/images/pokemon/shiny/female/194.png differ
diff --git a/public/images/pokemon/shiny/female/3.png b/public/images/pokemon/shiny/female/3.png
index aeacf461779..ec5a9849e60 100644
Binary files a/public/images/pokemon/shiny/female/3.png and b/public/images/pokemon/shiny/female/3.png differ
diff --git a/public/images/pokemon/shiny/female/424.png b/public/images/pokemon/shiny/female/424.png
index 84ed5063655..f84f91548c9 100644
Binary files a/public/images/pokemon/shiny/female/424.png and b/public/images/pokemon/shiny/female/424.png differ
diff --git a/public/images/pokemon/shiny/female/45.png b/public/images/pokemon/shiny/female/45.png
index a6bbe3039cb..2ea6e0d214b 100644
Binary files a/public/images/pokemon/shiny/female/45.png and b/public/images/pokemon/shiny/female/45.png differ
diff --git a/public/images/pokemon/shiny/female/668.png b/public/images/pokemon/shiny/female/668.png
index 1f56d13bc4c..ec0d2338fac 100644
Binary files a/public/images/pokemon/shiny/female/668.png and b/public/images/pokemon/shiny/female/668.png differ
diff --git a/public/images/pokemon/variant/1012-counterfeit.json b/public/images/pokemon/variant/1012-counterfeit.json
new file mode 100644
index 00000000000..114c3811ba1
--- /dev/null
+++ b/public/images/pokemon/variant/1012-counterfeit.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "5d9e4a": "dda08a",
+ "a09750": "acbedf",
+ "423232": "626a96",
+ "827b74": "848fb8",
+ "613f19": "7b86ad",
+ "ccc374": "def7ff",
+ "a7ba72": "c87079",
+ "c1b9ae": "c8ddf1",
+ "69441b": "3a44a4",
+ "878278": "8a96c0",
+ "f7da67": "94386a",
+ "78c463": "f7dfc5",
+ "ede9e4": "f5fdff",
+ "261919": "222078",
+ "396725": "b0654a",
+ "251b1b": "404ec8",
+ "4d3635": "174593",
+ "87847e": "a1b0e6",
+ "4c3a3a": "667fe9"
+ },
+ "2": {
+ "5d9e4a": "978dc7",
+ "a09750": "1b2556",
+ "423232": "020109",
+ "827b74": "6fbb45",
+ "613f19": "0d1030",
+ "ccc374": "242f66",
+ "a7ba72": "647c9a",
+ "c1b9ae": "111039",
+ "69441b": "44244b",
+ "878278": "070722",
+ "f7da67": "0f5627",
+ "78c463": "c3b4e0",
+ "ede9e4": "212b5e",
+ "261919": "1c0b1f",
+ "396725": "7a5aa7",
+ "251b1b": "37183f",
+ "4d3635": "aae16c",
+ "87847e": "443666",
+ "4c3a3a": "563f5b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/1013-unremarkable.json b/public/images/pokemon/variant/1013-unremarkable.json
new file mode 100644
index 00000000000..cd988febd87
--- /dev/null
+++ b/public/images/pokemon/variant/1013-unremarkable.json
@@ -0,0 +1,48 @@
+{
+ "1": {
+ "5d9e4a": "dda08a",
+ "786354": "7987bd",
+ "403030": "1c4b9c",
+ "7b8764": "c58c85",
+ "ccc374": "eefbff",
+ "a7ba72": "b75267",
+ "7b6f6c": "939ec4",
+ "c1b9ae": "cbe1f5",
+ "69441b": "3a44a4",
+ "342405": "616a8a",
+ "78c463": "f7dfc5",
+ "453636": "667fe9",
+ "988975": "acbedf",
+ "295217": "b0654a",
+ "e6e1db": "e6f9ff",
+ "9e8574": "b36171",
+ "251b1b": "404ec8",
+ "6a5b20": "8a96c0",
+ "a09750": "c3d7eb",
+ "291a0d": "222078",
+ "f7da67": "94386a"
+ },
+ "2": {
+ "5d9e4a": "978dc7",
+ "786354": "5fb352",
+ "403030": "aae16c",
+ "7b8764": "716d99",
+ "ccc374": "263665",
+ "a7ba72": "647c9a",
+ "7b6f6c": "0f102d",
+ "c1b9ae": "111039",
+ "69441b": "44244b",
+ "342405": "08081f",
+ "78c463": "c3b4e0",
+ "453636": "563f5b",
+ "988975": "212e57",
+ "295217": "7a5aa7",
+ "e6e1db": "212b5e",
+ "9e8574": "585d81",
+ "251b1b": "37183f",
+ "6a5b20": "0b0c21",
+ "a09750": "131238",
+ "291a0d": "170d26",
+ "f7da67": "0f5627"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/102.json b/public/images/pokemon/variant/102.json
new file mode 100644
index 00000000000..987f6046458
--- /dev/null
+++ b/public/images/pokemon/variant/102.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "ffce4a": "cea573",
+ "e69c00": "a0694c",
+ "ffe6ce": "7ae49f",
+ "943131": "193662",
+ "ffb58c": "369b96",
+ "ef8463": "26647e",
+ "ffd6ad": "4fba94"
+ },
+ "2": {
+ "ffce4a": "92394b",
+ "e69c00": "6d2341",
+ "ffe6ce": "ebb6f8",
+ "943131": "414189",
+ "ffb58c": "9475ce",
+ "ef8463": "6c5fb6",
+ "ffd6ad": "b98fe4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/103.json b/public/images/pokemon/variant/103.json
new file mode 100644
index 00000000000..2b6a1f13f79
--- /dev/null
+++ b/public/images/pokemon/variant/103.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "ffde6b": "a3c4ed",
+ "e6ad5a": "869fdc",
+ "8c7342": "283f5b",
+ "73ad31": "dea44c",
+ "526329": "c8592a",
+ "9cd64a": "f4e774",
+ "a56b21": "6072ba",
+ "b59c4a": "426378",
+ "734210": "373e85",
+ "ffefa5": "d3efff",
+ "524210": "131d33"
+ },
+ "2": {
+ "ffde6b": "eb748d",
+ "e6ad5a": "c84e7f",
+ "8c7342": "d59cba",
+ "73ad31": "3d324b",
+ "526329": "1f1a31",
+ "9cd64a": "6a5b73",
+ "a56b21": "83295f",
+ "b59c4a": "ffdbe7",
+ "734210": "4e1044",
+ "ffefa5": "ffa29d",
+ "524210": "925b81"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/113_1.png b/public/images/pokemon/variant/113_1.png
index bf4ce11b3d7..b64aca2eb7e 100644
Binary files a/public/images/pokemon/variant/113_1.png and b/public/images/pokemon/variant/113_1.png differ
diff --git a/public/images/pokemon/variant/113_2.png b/public/images/pokemon/variant/113_2.png
index 455068d0c66..d89db9f3b73 100644
Binary files a/public/images/pokemon/variant/113_2.png and b/public/images/pokemon/variant/113_2.png differ
diff --git a/public/images/pokemon/variant/113_3.png b/public/images/pokemon/variant/113_3.png
index 3a82615fcca..2623a4c5527 100644
Binary files a/public/images/pokemon/variant/113_3.png and b/public/images/pokemon/variant/113_3.png differ
diff --git a/public/images/pokemon/variant/125_3.png b/public/images/pokemon/variant/125_3.png
index 89c02510442..dfab3fd2b7a 100644
Binary files a/public/images/pokemon/variant/125_3.png and b/public/images/pokemon/variant/125_3.png differ
diff --git a/public/images/pokemon/variant/126_2.png b/public/images/pokemon/variant/126_2.png
index 19aa928037d..12ddf148e51 100644
Binary files a/public/images/pokemon/variant/126_2.png and b/public/images/pokemon/variant/126_2.png differ
diff --git a/public/images/pokemon/variant/128.json b/public/images/pokemon/variant/128.json
new file mode 100644
index 00000000000..cd6a7d64f3a
--- /dev/null
+++ b/public/images/pokemon/variant/128.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "dea54a": "56b393",
+ "634a31": "173e0d",
+ "9c9cad": "997059",
+ "e6c57b": "8fcaaa",
+ "4a3a29": "072b05",
+ "8c6321": "215c72",
+ "8c6b52": "355816",
+ "b58431": "2e8a85",
+ "ad8c73": "5f722a",
+ "3a3a4a": "4d2324",
+ "6b6b84": "75413b",
+ "cecede": "c2a082",
+ "523a10": "102d4b"
+ },
+ "2": {
+ "dea54a": "872b3b",
+ "634a31": "bc9681",
+ "9c9cad": "edda95",
+ "e6c57b": "a84d52",
+ "4a3a29": "966959",
+ "8c6321": "461029",
+ "8c6b52": "d6c3aa",
+ "b58431": "5e172e",
+ "ad8c73": "faf9ed",
+ "3a3a4a": "996537",
+ "6b6b84": "cca45e",
+ "cecede": "fffcc1",
+ "523a10": "2f0e21"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/139_3.png b/public/images/pokemon/variant/139_3.png
index 0c6bd552707..90f8728ffc7 100644
Binary files a/public/images/pokemon/variant/139_3.png and b/public/images/pokemon/variant/139_3.png differ
diff --git a/public/images/pokemon/variant/141_2.png b/public/images/pokemon/variant/141_2.png
index 3cd10984009..c94613ee202 100644
Binary files a/public/images/pokemon/variant/141_2.png and b/public/images/pokemon/variant/141_2.png differ
diff --git a/public/images/pokemon/variant/141_3.png b/public/images/pokemon/variant/141_3.png
index 271e5310b84..74ff87613d6 100644
Binary files a/public/images/pokemon/variant/141_3.png and b/public/images/pokemon/variant/141_3.png differ
diff --git a/public/images/pokemon/variant/144_2.png b/public/images/pokemon/variant/144_2.png
index 9c5ff41d5c5..ca20163748d 100644
Binary files a/public/images/pokemon/variant/144_2.png and b/public/images/pokemon/variant/144_2.png differ
diff --git a/public/images/pokemon/variant/144_3.png b/public/images/pokemon/variant/144_3.png
index 52e8bb092f1..a14e9166803 100644
Binary files a/public/images/pokemon/variant/144_3.png and b/public/images/pokemon/variant/144_3.png differ
diff --git a/public/images/pokemon/variant/152.json b/public/images/pokemon/variant/152.json
new file mode 100644
index 00000000000..f3c1d446fa7
--- /dev/null
+++ b/public/images/pokemon/variant/152.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "efffc5": "f7f1fb",
+ "849452": "7373b4",
+ "c52929": "77b3af",
+ "b5ce6b": "aca1d7",
+ "d6f78c": "ded2f1",
+ "84e631": "8074fa",
+ "ef7b7b": "9bd5c1",
+ "6bb529": "6f4be2",
+ "425a19": "505d8d",
+ "426319": "5d2398",
+ "638c29": "6633bc"
+ },
+ "2": {
+ "efffc5": "f4b2ad",
+ "849452": "a62775",
+ "c52929": "4eac60",
+ "b5ce6b": "c83c74",
+ "d6f78c": "e7617d",
+ "84e631": "feeeaf",
+ "ef7b7b": "71cf71",
+ "6bb529": "f0d187",
+ "425a19": "801a69",
+ "426319": "b4814b",
+ "638c29": "d8a864"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/153.json b/public/images/pokemon/variant/153.json
new file mode 100644
index 00000000000..3456ca16513
--- /dev/null
+++ b/public/images/pokemon/variant/153.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "ffff8c": "cbe0fa",
+ "a58419": "5961ce",
+ "6b5200": "493fa6",
+ "ad3100": "47d0d1",
+ "8cbd31": "8251dc",
+ "debd29": "7b8ce6",
+ "527b08": "4d36be",
+ "6b9c10": "6740c9",
+ "295208": "232699",
+ "f7e64a": "a2bbf8",
+ "d68c52": "80f5e6"
+ },
+ "2": {
+ "ffff8c": "f5c095",
+ "a58419": "a8244d",
+ "6b5200": "891b4f",
+ "ad3100": "439227",
+ "8cbd31": "fae084",
+ "debd29": "ca333d",
+ "527b08": "e8bc5e",
+ "6b9c10": "edc870",
+ "295208": "c58c48",
+ "f7e64a": "ea704a",
+ "d68c52": "8ec349"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/154.json b/public/images/pokemon/variant/154.json
new file mode 100644
index 00000000000..90311122029
--- /dev/null
+++ b/public/images/pokemon/variant/154.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "634a00": "519aa7",
+ "f7a59c": "739ed4",
+ "e6ad00": "7bcfc6",
+ "ff3a5a": "3542a7",
+ "ffde21": "b1f2dc",
+ "ce213a": "27217d",
+ "63bd42": "9d86d9",
+ "bdff7b": "dadffe",
+ "7b103a": "23124e",
+ "107b31": "8057b2",
+ "fefefe": "9cfeff",
+ "9ce652": "b7afee"
+ },
+ "2": {
+ "634a00": "488939",
+ "f7a59c": "fff6a9",
+ "e6ad00": "6bac4b",
+ "ff3a5a": "f9db74",
+ "ffde21": "92c462",
+ "ce213a": "e5b650",
+ "63bd42": "a31f60",
+ "bdff7b": "f57382",
+ "7b103a": "b7873b",
+ "107b31": "761858",
+ "fefefe": "ffffee",
+ "9ce652": "cd3b6b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/158.json b/public/images/pokemon/variant/158.json
new file mode 100644
index 00000000000..779c7ea69b4
--- /dev/null
+++ b/public/images/pokemon/variant/158.json
@@ -0,0 +1,27 @@
+{
+ "1": {
+ "7b1900": "4f0332",
+ "6bb5e6": "dd8e59",
+ "94d6ff": "fdc17e",
+ "ffc552": "99d4d9",
+ "ad8429": "4798ab",
+ "3184c5": "ae5139",
+ "e67b7b": "749e9e",
+ "b54a52": "1d5d6c",
+ "ce4221": "772c52",
+ "315a84": "73131e"
+ },
+ "2": {
+ "000000": "ffffff",
+ "7b1900": "a66b14",
+ "6bb5e6": "97ac5b",
+ "94d6ff": "ccd198",
+ "ffc552": "2f5365",
+ "ad8429": "1c314f",
+ "3184c5": "4f854a",
+ "e67b7b": "e4b843",
+ "b54a52": "c48b27",
+ "ce4221": "ce8c20",
+ "315a84": "2b4a30"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/159.json b/public/images/pokemon/variant/159.json
new file mode 100644
index 00000000000..c6563e4204c
--- /dev/null
+++ b/public/images/pokemon/variant/159.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "3a4a84": "973027",
+ "e64221": "749e9e",
+ "ce293a": "682c4e",
+ "5aade6": "e5a354",
+ "84ceff": "ffcf72",
+ "cebd63": "56b3bd",
+ "ffe68c": "a9e4e5",
+ "840008": "4f1037",
+ "3184c5": "cd6537",
+ "6b5200": "085d75",
+ "840009": "1d5d6c",
+ "ff8c84": "926877",
+ "f7525a": "774860"
+ },
+ "2": {
+ "000000": "ffffff",
+ "3a4a84": "26472b",
+ "e64221": "e4b843",
+ "ce293a": "ce8c20",
+ "5aade6": "8fa54e",
+ "84ceff": "c2c78a",
+ "cebd63": "1c314f",
+ "ffe68c": "2f5365",
+ "840008": "a66b14",
+ "3184c5": "468040",
+ "6b5200": "112034",
+ "840009": "c48b27",
+ "ff8c84": "fff284",
+ "f7525a": "f3b649"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/160.json b/public/images/pokemon/variant/160.json
new file mode 100644
index 00000000000..adb897ae5f5
--- /dev/null
+++ b/public/images/pokemon/variant/160.json
@@ -0,0 +1,27 @@
+{
+ "1": {
+ "8cd6ff": "ffcf72",
+ "6b5200": "085d75",
+ "5ab5f7": "eda857",
+ "cebd63": "56b3bd",
+ "ffe68c": "a9e4e5",
+ "840008": "4f1037",
+ "294a8c": "973027",
+ "3a8cce": "d26738",
+ "ff8c84": "926877",
+ "f7525a": "774860"
+ },
+ "2": {
+ "000000": "ffffff",
+ "8cd6ff": "d1d692",
+ "6b5200": "112034",
+ "5ab5f7": "9ab350",
+ "cebd63": "1c314f",
+ "ffe68c": "2f5365",
+ "840008": "a66b14",
+ "294a8c": "274c2d",
+ "3a8cce": "498a42",
+ "ff8c84": "fff284",
+ "f7525a": "f3b649"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/161_3.png b/public/images/pokemon/variant/161_3.png
index a26adbff423..f4badb44d7f 100644
Binary files a/public/images/pokemon/variant/161_3.png and b/public/images/pokemon/variant/161_3.png differ
diff --git a/public/images/pokemon/variant/164_2.png b/public/images/pokemon/variant/164_2.png
index 0bd9234ca76..a5809a334f9 100644
Binary files a/public/images/pokemon/variant/164_2.png and b/public/images/pokemon/variant/164_2.png differ
diff --git a/public/images/pokemon/variant/164_3.png b/public/images/pokemon/variant/164_3.png
index fb3c689aa05..38c88b30a49 100644
Binary files a/public/images/pokemon/variant/164_3.png and b/public/images/pokemon/variant/164_3.png differ
diff --git a/public/images/pokemon/variant/167.json b/public/images/pokemon/variant/167.json
new file mode 100644
index 00000000000..20f954a4a55
--- /dev/null
+++ b/public/images/pokemon/variant/167.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "52b56b": "e06c19",
+ "b5424a": "861d1d",
+ "ef5a5a": "b92222",
+ "7b3142": "651218",
+ "c5b519": "3f2e71",
+ "314a10": "732202",
+ "846b29": "231a58",
+ "8ce631": "f1b940",
+ "527b29": "d54f19",
+ "ffe64a": "624095",
+ "adef63": "f5da68"
+ },
+ "2": {
+ "52b56b": "8c2848",
+ "b5424a": "1f1d3f",
+ "bdc5c5": "a1b7de",
+ "ef5a5a": "313659",
+ "7b3142": "181729",
+ "c5b519": "7d95b9",
+ "314a10": "481229",
+ "846b29": "565e8d",
+ "8ce631": "b54158",
+ "527b29": "6a1b37",
+ "ffe64a": "aac3d6",
+ "ffffff": "cde6fc",
+ "6b6b73": "62657d",
+ "adef63": "dd7081"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/168.json b/public/images/pokemon/variant/168.json
new file mode 100644
index 00000000000..4c8fcf5f4f5
--- /dev/null
+++ b/public/images/pokemon/variant/168.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "c54242": "62b943",
+ "6b5219": "043435",
+ "63319c": "af4900",
+ "9c5ac5": "e28220",
+ "bdbdbd": "b5d3dc",
+ "ffffff": "fffef9",
+ "ff8c73": "dce24b",
+ "c5b54a": "15463c",
+ "ff5a4a": "a8d919",
+ "ffde42": "186c45",
+ "8c2100": "317945",
+ "bd84e6": "f1b940",
+ "6b6b6b": "552718"
+ },
+ "2": {
+ "c54242": "7ca5c6",
+ "6b5219": "161437",
+ "63319c": "291013",
+ "9c5ac5": "96304a",
+ "bdbdbd": "c09fa1",
+ "ffffff": "fae8e7",
+ "ff8c73": "c4e8e7",
+ "c5b54a": "1f2150",
+ "ff5a4a": "a3c8d1",
+ "ffde42": "313b60",
+ "8c2100": "2d3d72",
+ "bd84e6": "c8545d",
+ "6b6b6b": "3e538a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/170.json b/public/images/pokemon/variant/170.json
new file mode 100644
index 00000000000..c83ca6836db
--- /dev/null
+++ b/public/images/pokemon/variant/170.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "08295a": "691f03",
+ "ffce52": "a1dbba",
+ "b50000": "efde5a",
+ "94cee6": "ffeabf",
+ "295294": "a14713",
+ "ffef84": "ccffd7",
+ "5a73c5": "bf6924",
+ "c59400": "609a8a",
+ "522919": "052b38",
+ "ffffde": "f2fff5",
+ "7bbde6": "f6e37f",
+ "846352": "45757a",
+ "6ba5e6": "dda13d",
+ "e6b529": "84bda9"
+ },
+ "2": {
+ "08295a": "1b072f",
+ "ffce52": "e25765",
+ "b50000": "f0d050",
+ "94cee6": "a15b8d",
+ "295294": "321648",
+ "ffef84": "f97f7f",
+ "5a73c5": "441e56",
+ "c59400": "931b3c",
+ "522919": "720b3a",
+ "ffffde": "ffc4be",
+ "7bbde6": "89498d",
+ "846352": "720b3a",
+ "6ba5e6": "693373",
+ "e6b529": "b62b51"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/171.json b/public/images/pokemon/variant/171.json
new file mode 100644
index 00000000000..8a9cafe4265
--- /dev/null
+++ b/public/images/pokemon/variant/171.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "a5314a": "bf882c",
+ "4a7bce": "bc3c4c",
+ "423110": "05333a",
+ "ef635a": "efde5a",
+ "7badef": "f6907f",
+ "a5ceff": "fbcdb3",
+ "e6b552": "82ca4f",
+ "6394e6": "e86062",
+ "ffde63": "c3e875",
+ "ad9442": "2a8d3d",
+ "293173": "872341",
+ "7b634a": "0c5540"
+ },
+ "2": {
+ "a5314a": "c3851d",
+ "4a7bce": "9781b3",
+ "423110": "040529",
+ "ef635a": "f0d050",
+ "7badef": "eecfed",
+ "a5ceff": "fbf5fa",
+ "e6b552": "3294b8",
+ "6394e6": "c5a5d0",
+ "ffde63": "4dd5d9",
+ "ad9442": "23689e",
+ "293173": "4b426c",
+ "7b634a": "0c1d4c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/172-spiky.json b/public/images/pokemon/variant/172-spiky.json
new file mode 100644
index 00000000000..81a1d9bdcd6
--- /dev/null
+++ b/public/images/pokemon/variant/172-spiky.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "f7ef94": "c4e3c3",
+ "7d1c1c": "992424",
+ "e77b94": "bd4d5e",
+ "e36481": "d45976",
+ "292929": "242424",
+ "c5ad10": "6cab9a",
+ "845a29": "45818a",
+ "f7e652": "a3d1a8",
+ "a57b08": "5ca390",
+ "634a10": "30536b"
+ },
+ "2": {
+ "f7ef94": "8aa5ad",
+ "7d1c1c": "c38218",
+ "212131": "d48d61",
+ "e77b94": "f5dd94",
+ "e36481": "b35b6d",
+ "292929": "242424",
+ "c5ad10": "4a6a90",
+ "845a29": "283567",
+ "8c2121": "772c49",
+ "424252": "e7c17c",
+ "f7e652": "7095ab",
+ "171721": "9a4440",
+ "a57b08": "486a8e",
+ "634a10": "2f335b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/172.json b/public/images/pokemon/variant/172.json
new file mode 100644
index 00000000000..7df41b99457
--- /dev/null
+++ b/public/images/pokemon/variant/172.json
@@ -0,0 +1,29 @@
+{
+ "1": {
+ "f7ef94": "c4e3c3",
+ "a57b08": "5ca390",
+ "d1667f": "d45976",
+ "e77b94": "bd4d5e",
+ "292929": "242424",
+ "c5ad10": "6cab9a",
+ "845a29": "45818a",
+ "f7e652": "a3d1a8",
+ "7d1c1c": "992424",
+ "634a10": "30536b"
+ },
+ "2": {
+ "f7ef94": "8aa5ad",
+ "a57b08": "486a8e",
+ "d1667f": "b35b6d",
+ "8c2121": "772c49",
+ "e77b94": "f5dd94",
+ "c5ad10": "4a6a90",
+ "845a29": "283567",
+ "212131": "d48d61",
+ "424252": "e7c17c",
+ "f7e652": "7095ab",
+ "7d1c1c": "c38218",
+ "171721": "9a4440",
+ "634a10": "2f335b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/173_3.png b/public/images/pokemon/variant/173_3.png
index 5cb3abbaaec..2799a88a0df 100644
Binary files a/public/images/pokemon/variant/173_3.png and b/public/images/pokemon/variant/173_3.png differ
diff --git a/public/images/pokemon/variant/174.json b/public/images/pokemon/variant/174.json
new file mode 100644
index 00000000000..65b9af81dde
--- /dev/null
+++ b/public/images/pokemon/variant/174.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "9c1952": "3a6472",
+ "e6849c": "81c2b8",
+ "bd0000": "f18fc4",
+ "630000": "6f305b",
+ "b55273": "43737d",
+ "e62910": "ae93d9",
+ "ffced6": "e5ffec",
+ "ffadbd": "c5ebd5"
+ },
+ "2": {
+ "9c1952": "9c5200",
+ "e6849c": "f5c45b",
+ "b55273": "a16b30",
+ "e62910": "c43f3f",
+ "ffced6": "fff9bf",
+ "ffadbd": "f5e884"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/180_2.png b/public/images/pokemon/variant/180_2.png
index 522014a78ba..fbdd97e2d52 100644
Binary files a/public/images/pokemon/variant/180_2.png and b/public/images/pokemon/variant/180_2.png differ
diff --git a/public/images/pokemon/variant/180_3.png b/public/images/pokemon/variant/180_3.png
index 074a4d06b80..382b3ea0961 100644
Binary files a/public/images/pokemon/variant/180_3.png and b/public/images/pokemon/variant/180_3.png differ
diff --git a/public/images/pokemon/variant/181-mega_3.png b/public/images/pokemon/variant/181-mega_3.png
index 444947d3207..4adad450342 100644
Binary files a/public/images/pokemon/variant/181-mega_3.png and b/public/images/pokemon/variant/181-mega_3.png differ
diff --git a/public/images/pokemon/variant/183_3.png b/public/images/pokemon/variant/183_3.png
index ba04c8da2d7..479164bc4f8 100644
Binary files a/public/images/pokemon/variant/183_3.png and b/public/images/pokemon/variant/183_3.png differ
diff --git a/public/images/pokemon/variant/184_2.png b/public/images/pokemon/variant/184_2.png
index dc166ced0db..fd57af02f36 100644
Binary files a/public/images/pokemon/variant/184_2.png and b/public/images/pokemon/variant/184_2.png differ
diff --git a/public/images/pokemon/variant/184_3.png b/public/images/pokemon/variant/184_3.png
index edde99b92ff..09fa5274381 100644
Binary files a/public/images/pokemon/variant/184_3.png and b/public/images/pokemon/variant/184_3.png differ
diff --git a/public/images/pokemon/variant/194.json b/public/images/pokemon/variant/194.json
new file mode 100644
index 00000000000..47604b8228d
--- /dev/null
+++ b/public/images/pokemon/variant/194.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "104a84": "7a150a",
+ "b54242": "23768d",
+ "ff6b73": "52c1e0",
+ "633a6b": "204954",
+ "3a7bc5": "d5682e",
+ "ef73e6": "81e2f7",
+ "73bdff": "ffc355",
+ "d65ad6": "65b1c2",
+ "529ce6": "e8983d"
+ },
+ "2": {
+ "104a84": "180d42",
+ "b54242": "b96228",
+ "ff6b73": "e9cb52",
+ "633a6b": "80301c",
+ "3a7bc5": "3f377e",
+ "ef73e6": "e9cb52",
+ "73bdff": "5c66c4",
+ "d65ad6": "cf933b",
+ "529ce6": "564daa"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/195.json b/public/images/pokemon/variant/195.json
new file mode 100644
index 00000000000..3bf5ea7844a
--- /dev/null
+++ b/public/images/pokemon/variant/195.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "ade6ff": "f6dfa8",
+ "84d6f7": "ed9e4f",
+ "f7f7f7": "fffbea",
+ "637ba5": "936e66",
+ "639cbd": "dc6a4d",
+ "3194a5": "81e2f7",
+ "19423a": "204954",
+ "425284": "b03844",
+ "195a6b": "54aec2",
+ "6b5a8c": "23768d"
+ },
+ "2": {
+ "ade6ff": "9864c2",
+ "84d6f7": "724ba7",
+ "f7f7f7": "e8b6ff",
+ "637ba5": "6f2d4b",
+ "639cbd": "493a8d",
+ "3194a5": "e9cb52",
+ "19423a": "b96228",
+ "425284": "240830",
+ "195a6b": "cf933b",
+ "6b5a8c": "80301c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/198.json b/public/images/pokemon/variant/198.json
new file mode 100644
index 00000000000..ab9084619f3
--- /dev/null
+++ b/public/images/pokemon/variant/198.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "d94352": "7a101c",
+ "314263": "462b20",
+ "d64252": "b3986b",
+ "73293a": "755237",
+ "ffad8c": "ad2e24",
+ "73283a": "630c17",
+ "d6404f": "8c1b23",
+ "efd684": "a6a6b3",
+ "42639c": "694c30",
+ "5a4a21": "25253b",
+ "292942": "2a1512",
+ "b59c21": "57566f",
+ "752a3c": "4d0419",
+ "d6bd52": "838098"
+ },
+ "2": {
+ "d94352": "5939a9",
+ "314263": "0e4333",
+ "d64252": "bc4b84",
+ "73293a": "7b2363",
+ "ffad8c": "b164e6",
+ "73283a": "630c17",
+ "d6404f": "8c1b23",
+ "efd684": "c2723a",
+ "42639c": "1d6e47",
+ "5a4a21": "4e1915",
+ "292942": "091e16",
+ "b59c21": "85412d",
+ "752a3c": "1e1764",
+ "d6bd52": "9a5524"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/199_1.png b/public/images/pokemon/variant/199_1.png
index 9899cae4e7f..3366b156560 100644
Binary files a/public/images/pokemon/variant/199_1.png and b/public/images/pokemon/variant/199_1.png differ
diff --git a/public/images/pokemon/variant/2026.json b/public/images/pokemon/variant/2026.json
new file mode 100644
index 00000000000..995e3a1a6e8
--- /dev/null
+++ b/public/images/pokemon/variant/2026.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "e3882d": "3d7375",
+ "965821": "2f4e6b",
+ "846b5b": "467f85",
+ "fffdfb": "d6d9ca",
+ "552720": "142c48",
+ "602c24": "162f4b",
+ "fef443": "c48081",
+ "b45f25": "2d5261",
+ "fef652": "eb999a",
+ "1a73cc": "b85346",
+ "174680": "2b1307",
+ "e9be14": "945c7b",
+ "646124": "492652",
+ "9c5430": "1d3a57",
+ "ecd8b7": "b4c2a5"
+ },
+ "2": {
+ "e3882d": "d3b06f",
+ "965821": "9cb3ca",
+ "846b5b": "202746",
+ "fffdfb": "6d8297",
+ "552720": "43617f",
+ "fef443": "3a5873",
+ "b45f25": "bd8551",
+ "fef652": "faee9e",
+ "1a73cc": "c26400",
+ "174680": "2b0606",
+ "e9be14": "1a3551",
+ "646124": "122140",
+ "ecd8b7": "5a6f90"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/2103.json b/public/images/pokemon/variant/2103.json
new file mode 100644
index 00000000000..2e97727835a
--- /dev/null
+++ b/public/images/pokemon/variant/2103.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "2f9934": "dea44c",
+ "9f6b41": "426378",
+ "70442e": "283f5b",
+ "e6ac5a": "869fdc",
+ "522f16": "131d33",
+ "9cbd4a": "9977dd",
+ "fff68b": "a3c4ed",
+ "36cc36": "f4e774",
+ "2d5826": "c8592a",
+ "7b5210": "373e85",
+ "ffffcd": "d3efff"
+ },
+ "2": {
+ "2f9934": "3d324b",
+ "9f6b41": "ffdbe7",
+ "70442e": "d59cba",
+ "e6ac5a": "c84e7f",
+ "522f16": "925b81",
+ "9cbd4a": "824a96",
+ "fff68b": "eb748d",
+ "36cc36": "6a5b73",
+ "2d5826": "1f1a31",
+ "7b5210": "4e1044",
+ "ffffcd": "ffa29d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/211.json b/public/images/pokemon/variant/211.json
new file mode 100644
index 00000000000..cc2b3ba9209
--- /dev/null
+++ b/public/images/pokemon/variant/211.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "940000": "1c6449",
+ "194a52": "321128",
+ "dede94": "f1c17c",
+ "428494": "80294b",
+ "c5c57b": "dc9565",
+ "a5ad6b": "ad6643",
+ "3a6363": "611a42",
+ "d65263": "48be87",
+ "ffa594": "9ee79b",
+ "6b5231": "6d2c2c",
+ "73adb5": "a0415e"
+ },
+ "2": {
+ "940000": "385881",
+ "194a52": "1c2f5b",
+ "dede94": "365492",
+ "428494": "60abdc",
+ "c5c57b": "2b3e7b",
+ "a5ad6b": "1e275b",
+ "3a6363": "396796",
+ "d65263": "a9cfd7",
+ "ffa594": "cafefd",
+ "6b5231": "181f46",
+ "73adb5": "8bd9ee"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/212-mega_2.png b/public/images/pokemon/variant/212-mega_2.png
index a4db96d6aac..e3d12893a29 100644
Binary files a/public/images/pokemon/variant/212-mega_2.png and b/public/images/pokemon/variant/212-mega_2.png differ
diff --git a/public/images/pokemon/variant/212-mega_3.png b/public/images/pokemon/variant/212-mega_3.png
index dac4b3bd552..9d7ba9e777e 100644
Binary files a/public/images/pokemon/variant/212-mega_3.png and b/public/images/pokemon/variant/212-mega_3.png differ
diff --git a/public/images/pokemon/variant/212_2.png b/public/images/pokemon/variant/212_2.png
index 913ab71026d..a22ed57eaf3 100644
Binary files a/public/images/pokemon/variant/212_2.png and b/public/images/pokemon/variant/212_2.png differ
diff --git a/public/images/pokemon/variant/212_3.png b/public/images/pokemon/variant/212_3.png
index 6a027cd53dc..1a71f292f28 100644
Binary files a/public/images/pokemon/variant/212_3.png and b/public/images/pokemon/variant/212_3.png differ
diff --git a/public/images/pokemon/variant/226_2.png b/public/images/pokemon/variant/226_2.png
index 770f77e7154..2d011894969 100644
Binary files a/public/images/pokemon/variant/226_2.png and b/public/images/pokemon/variant/226_2.png differ
diff --git a/public/images/pokemon/variant/226_3.png b/public/images/pokemon/variant/226_3.png
index eff63a19224..d0ad24bc78d 100644
Binary files a/public/images/pokemon/variant/226_3.png and b/public/images/pokemon/variant/226_3.png differ
diff --git a/public/images/pokemon/variant/239_3.png b/public/images/pokemon/variant/239_3.png
index 25f32c3f96c..158d8701098 100644
Binary files a/public/images/pokemon/variant/239_3.png and b/public/images/pokemon/variant/239_3.png differ
diff --git a/public/images/pokemon/variant/242_1.png b/public/images/pokemon/variant/242_1.png
index 987c4d5a9f9..8b5cff906e4 100644
Binary files a/public/images/pokemon/variant/242_1.png and b/public/images/pokemon/variant/242_1.png differ
diff --git a/public/images/pokemon/variant/242_2.png b/public/images/pokemon/variant/242_2.png
index 276d36f7091..aefddbd0cf8 100644
Binary files a/public/images/pokemon/variant/242_2.png and b/public/images/pokemon/variant/242_2.png differ
diff --git a/public/images/pokemon/variant/242_3.png b/public/images/pokemon/variant/242_3.png
index 6f83ed75c95..bc121988137 100644
Binary files a/public/images/pokemon/variant/242_3.png and b/public/images/pokemon/variant/242_3.png differ
diff --git a/public/images/pokemon/variant/244_2.png b/public/images/pokemon/variant/244_2.png
index 2b7b4e57b97..b6418e496f6 100644
Binary files a/public/images/pokemon/variant/244_2.png and b/public/images/pokemon/variant/244_2.png differ
diff --git a/public/images/pokemon/variant/244_3.png b/public/images/pokemon/variant/244_3.png
index 93b51f45f2f..c903b01d8ce 100644
Binary files a/public/images/pokemon/variant/244_3.png and b/public/images/pokemon/variant/244_3.png differ
diff --git a/public/images/pokemon/variant/248-mega.json b/public/images/pokemon/variant/248-mega.json
index f515868233f..589b3616079 100644
--- a/public/images/pokemon/variant/248-mega.json
+++ b/public/images/pokemon/variant/248-mega.json
@@ -1,17 +1,34 @@
{
+ "1": {
+"4a5a39": "533334",
+"821610": "004194",
+"942900": "004194",
+"d0243b": "006fb3",
+"d55200": "0098fc",
+"ff3e40": "0098fc",
+"f24159": "088a72",
+"f55e72": "18b8a0",
+"ff6668": "1cd9ff",
+"739c62": "915957",
+"ff8385": "00e0fc",
+"ffa3a4": "00ffc8",
+"accd9c": "c78482",
+"dee6cd": "dbb1b5"
+ },
"2": {
- "4a5a39": "06092f",
- "101010": "101010",
- "dee6cd": "7068b2",
- "accd9c": "625695",
- "739c62": "2c3071",
- "942900": "ee7b06",
- "fefefe": "fefefe",
- "c5c5c5": "c5c5c5",
- "d55200": "ffa904",
- "d0243b": "ffa904",
- "ff3e40": "ffef76",
- "821610": "ee7b06",
- "737373": "737373"
+"4a5a39": "06092f",
+"821610": "ee7b06",
+"942900": "ee7b06",
+"d0243b": "ffa904",
+"d55200": "ffa904",
+"ff3e40": "ffef76",
+"f24159": "ff9224",
+"f55e72": "ffba36",
+"ff6668": "fff28f",
+"739c62": "2c3071",
+"ff8385": "fff49a",
+"ffa3a4": "fff9ce",
+"accd9c": "625695",
+"dee6cd": "7068b2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega_2.json b/public/images/pokemon/variant/248-mega_2.json
deleted file mode 100644
index 9ef7d417209..00000000000
--- a/public/images/pokemon/variant/248-mega_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "248-mega_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e4a1fe4fbac618754df7eb3fcf91b617:0e98725eab652ee45ee2526551c77350:90df97eb431b7162252516cb937a0b9e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega_2.png b/public/images/pokemon/variant/248-mega_2.png
deleted file mode 100644
index a6000c370a7..00000000000
Binary files a/public/images/pokemon/variant/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/249_2.png b/public/images/pokemon/variant/249_2.png
index 220258fb7f8..d896fa2999f 100644
Binary files a/public/images/pokemon/variant/249_2.png and b/public/images/pokemon/variant/249_2.png differ
diff --git a/public/images/pokemon/variant/249_3.png b/public/images/pokemon/variant/249_3.png
index 85a453e0ad5..7a932d917fb 100644
Binary files a/public/images/pokemon/variant/249_3.png and b/public/images/pokemon/variant/249_3.png differ
diff --git a/public/images/pokemon/variant/25-beauty-cosplay.json b/public/images/pokemon/variant/25-beauty-cosplay.json
new file mode 100644
index 00000000000..0e5a6a1bad2
--- /dev/null
+++ b/public/images/pokemon/variant/25-beauty-cosplay.json
@@ -0,0 +1,49 @@
+{
+ "1": {
+ "c52119": "ad4e76",
+ "5e5e6b": "6c6e60",
+ "f7e652": "a3d1a8",
+ "52525a": "4f454c",
+ "cecab9": "cfc8aa",
+ "e65137": "c95578",
+ "fffabf": "f4f7ab",
+ "b52821": "ad4469",
+ "292929": "1e1526",
+ "39509d": "47449c",
+ "f7e860": "f2ea50",
+ "e65a42": "cf6182",
+ "4d88c4": "7976c6",
+ "f7bd21": "79b5a5",
+ "2d276d": "2f2768",
+ "242323": "282030",
+ "585861": "443e6c",
+ "fff7a5": "c4e3c3",
+ "9c5200": "315c75",
+ "f7cc2f": "f7bd21",
+ "fffdea": "f8ffe3"
+ },
+ "2": {
+ "c52119": "ebc67c",
+ "5e5e6b": "8a2554",
+ "f7e652": "577b98",
+ "52525a": "f1b571",
+ "cecab9": "b84084",
+ "e65137": "b95b6e",
+ "fffabf": "f5efd1",
+ "b52821": "6a253f",
+ "292929": "a45233",
+ "39509d": "9ec4cd",
+ "f7e860": "eddc78",
+ "e65a42": "eedd9c",
+ "4d88c4": "e4f6f1",
+ "f7bd21": "486689",
+ "2d276d": "454a61",
+ "242323": "282030",
+ "585861": "3f4246",
+ "fff7a5": "7b96aa",
+ "9c5200": "283361",
+ "965b0e": "96500e",
+ "f7cc2f": "d5ac44",
+ "fffdea": "ea82a6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/25-cool-cosplay.json b/public/images/pokemon/variant/25-cool-cosplay.json
new file mode 100644
index 00000000000..de4a138b690
--- /dev/null
+++ b/public/images/pokemon/variant/25-cool-cosplay.json
@@ -0,0 +1,49 @@
+{
+ "1": {
+ "171717": "2a1d36",
+ "e8b127": "f5ca2f",
+ "52525a": "55555e",
+ "c52119": "ad4e76",
+ "842222": "7b1f18",
+ "f7e652": "a3d1a8",
+ "fff7a5": "c4e3c3",
+ "2baf23": "76a848",
+ "f7bd21": "79b5a5",
+ "e65a42": "cf6182",
+ "ba2b23": "b73850",
+ "f5e193": "f4f7ab",
+ "e66953": "b95b6e",
+ "6f6c8e": "656f86",
+ "a6adb6": "a5b0b6",
+ "8c4e22": "965b0e",
+ "9c5200": "1c4f75",
+ "c43129": "6a253f",
+ "d95b45": "cf6887",
+ "45484d": "443e6c",
+ "3b3b40": "4a3e46",
+ "292929": "272b2b"
+ },
+ "2": {
+ "171717": "a45233",
+ "e8b127": "e7b432",
+ "52525a": "8f4b32",
+ "c52119": "ebc67c",
+ "842222": "1e1e43",
+ "f7e652": "577b98",
+ "fff7a5": "7b96aa",
+ "2baf23": "572626",
+ "f7bd21": "445f8a",
+ "e65a42": "eedd9c",
+ "ba2b23": "2c2c47",
+ "f5e193": "eadbb3",
+ "e66953": "b95b6e",
+ "6f6c8e": "cf752b",
+ "a6adb6": "f0b541",
+ "8c4e22": "b1632b",
+ "9c5200": "22325c",
+ "c43129": "6a253f",
+ "d95b45": "3a3f5e",
+ "3b3b40": "f1b571",
+ "292929": "7d3833"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/25-cosplay.json b/public/images/pokemon/variant/25-cosplay.json
new file mode 100644
index 00000000000..e324c094019
--- /dev/null
+++ b/public/images/pokemon/variant/25-cosplay.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "f7e652": "a3d1a8",
+ "212121": "30263b",
+ "c43129": "6a253f",
+ "171717": "1e1526",
+ "292929": "282030",
+ "e65a42": "cf6182",
+ "c52119": "ad4e76",
+ "42424a": "443e6c",
+ "fff7a5": "c4e3c3",
+ "f7bd21": "79b5a5",
+ "45454a": "4f454c",
+ "9c5200": "315c75",
+ "633108": "09406b",
+ "e66953": "b95b6e",
+ "de9400": "338087"
+ },
+ "2": {
+ "f7e652": "577b98",
+ "212121": "d8805b",
+ "c43129": "6a253f",
+ "171717": "a45233",
+ "292929": "282030",
+ "e65a42": "eedd9c",
+ "c52119": "ebc67c",
+ "42424a": "3f4246",
+ "fff7a5": "7b96aa",
+ "f7bd21": "445f8a",
+ "45454a": "f1b571",
+ "9c5200": "23345e",
+ "633108": "22244f",
+ "e66953": "b95b6e",
+ "de9400": "324472"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/25-cute-cosplay.json b/public/images/pokemon/variant/25-cute-cosplay.json
new file mode 100644
index 00000000000..251530a0892
--- /dev/null
+++ b/public/images/pokemon/variant/25-cute-cosplay.json
@@ -0,0 +1,53 @@
+{
+ "1": {
+ "e65a42": "cf6182",
+ "cf4770": "cf4a59",
+ "52525a": "30263b",
+ "c52119": "ad4e76",
+ "292929": "30263b",
+ "fff7a5": "f0eaa8",
+ "9c5200": "255e8a",
+ "752bd0": "5452b7",
+ "e66953": "b95b6e",
+ "c43129": "6a253f",
+ "42424a": "443e6c",
+ "f7e652": "a3d1a8",
+ "ea82a6": "e8848e",
+ "29292a": "1e1526",
+ "f3bace": "f2bbbb",
+ "853247": "85323c",
+ "52525c": "bab699",
+ "fff7a6": "c4e3c3",
+ "101011": "101010",
+ "baa998": "bab699",
+ "f7bd21": "79b5a5",
+ "101010": "1e1526",
+ "52525b": "4f454c"
+ },
+ "2": {
+ "e65a42": "eedd9c",
+ "cf4770": "739b55",
+ "52525a": "d8805b",
+ "52525d": "d3ab5a",
+ "c52119": "ebc67c",
+ "292929": "d8805b",
+ "fff7a5": "ebe7b7",
+ "9c5200": "1e2d52",
+ "752bd0": "7751c2",
+ "e66953": "b95b6e",
+ "c43129": "6a253f",
+ "42424a": "373d45",
+ "f7e652": "577b98",
+ "ea82a6": "a4b95f",
+ "29292a": "a45233",
+ "f3bace": "c5cc85",
+ "853247": "254b30",
+ "52525c": "706053",
+ "fff7a6": "7b96aa",
+ "101011": "101010",
+ "baa998": "d3ab5a",
+ "f7bd21": "445f8a",
+ "101010": "a45233",
+ "52525b": "f1b571"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/25-gigantamax.json b/public/images/pokemon/variant/25-gigantamax.json
new file mode 100644
index 00000000000..554b93c5bfa
--- /dev/null
+++ b/public/images/pokemon/variant/25-gigantamax.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "212121": "1e1526",
+ "c52018": "ad4e76",
+ "f6e652": "a3d1a8",
+ "f6bd20": "79b5a5",
+ "fff9c2": "b8ffd9",
+ "e65a41": "cf6182",
+ "de9400": "338087",
+ "623108": "09406b",
+ "fff6a4": "c4e3c3",
+ "292929": "282030",
+ "323133": "30263b",
+ "f8fc4b": "5bc28b",
+ "9c5200": "315c75",
+ "41414a": "4f454c",
+ "61616d": "443e6c"
+ },
+ "2": {
+ "212121": "a45233",
+ "c52018": "ebc67c",
+ "f6e652": "577b98",
+ "f6bd20": "445f8a",
+ "fff9c2": "83b1d2",
+ "e65a41": "eedd9c",
+ "de9400": "324472",
+ "623108": "09406b",
+ "fff6a4": "7b96aa",
+ "323133": "d8805b",
+ "695d65": "737383",
+ "f8fc4b": "326a9f",
+ "9c5200": "23345e",
+ "41414a": "d99362"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/25-partner.json b/public/images/pokemon/variant/25-partner.json
new file mode 100644
index 00000000000..4363facf947
--- /dev/null
+++ b/public/images/pokemon/variant/25-partner.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "212121": "30263b",
+ "c52119": "ad4e76",
+ "fff7a5": "c4e3c3",
+ "f7e652": "a3d1a8",
+ "633108": "09406b",
+ "de9400": "338087",
+ "42424a": "443e6c",
+ "c43129": "6a253f",
+ "45454a": "4f454c",
+ "9c5200": "315c75",
+ "e66953": "b95b6e",
+ "e65a42": "cf6182",
+ "171717": "1e1526",
+ "f7bd21": "79b5a5",
+ "292929": "282030"
+ },
+ "2": {
+ "212121": "d8805b",
+ "c52119": "ebc67c",
+ "fff7a5": "7b96aa",
+ "f7e652": "577b98",
+ "633108": "22244f",
+ "de9400": "324472",
+ "42424a": "3f4246",
+ "c43129": "6a253f",
+ "45454a": "f1b571",
+ "9c5200": "23345e",
+ "e66953": "b95b6e",
+ "e65a42": "eedd9c",
+ "171717": "a45233",
+ "f7bd21": "445f8a",
+ "292929": "282030"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/25-smart-cosplay.json b/public/images/pokemon/variant/25-smart-cosplay.json
new file mode 100644
index 00000000000..4ba98883f16
--- /dev/null
+++ b/public/images/pokemon/variant/25-smart-cosplay.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "212121": "30263b",
+ "b7a599": "bab699",
+ "60b553": "76a848",
+ "366635": "3e5b2f",
+ "e35252": "d16b9a",
+ "c52119": "ad4e76",
+ "292929": "272b2b",
+ "9c5200": "315c75",
+ "f7e652": "a3d1a8",
+ "95635b": "91685f",
+ "171717": "1e1526",
+ "ba2525": "993f70",
+ "e65a42": "cf6182",
+ "54545c": "55555e",
+ "52525a": "4f454c",
+ "fffdea": "f8ffe3",
+ "f7bd21": "79b5a5",
+ "5f3434": "573b38"
+ },
+ "2": {
+ "212121": "d8805b",
+ "b7a599": "a7b6b9",
+ "60b553": "dfb053",
+ "366635": "ab5130",
+ "e35252": "3a3f5e",
+ "c52119": "ebc67c",
+ "292929": "202937",
+ "9c5200": "23345e",
+ "f7e652": "577b98",
+ "95635b": "a09ea3",
+ "171717": "a45233",
+ "ba2525": "2b2b45",
+ "e65a42": "eedd9c",
+ "54545c": "45525c",
+ "52525a": "f1b571",
+ "fffdea": "f2f0df",
+ "f7bd21": "445f8a",
+ "5f3434": "666060"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/25-tough-cosplay.json b/public/images/pokemon/variant/25-tough-cosplay.json
new file mode 100644
index 00000000000..620ac882643
--- /dev/null
+++ b/public/images/pokemon/variant/25-tough-cosplay.json
@@ -0,0 +1,43 @@
+{
+ "1": {
+ "e37511": "d1694f",
+ "bf2629": "bf3638",
+ "303030": "30263b",
+ "b8282b": "753652",
+ "8d2b1d": "8e2525",
+ "424242": "443e6c",
+ "c52119": "ad4e76",
+ "292929": "1e1526",
+ "f7bd21": "79b5a5",
+ "fbab33": "de9764",
+ "db4a37": "ad4c60",
+ "e65a42": "cf6182",
+ "9c5200": "315c75",
+ "db5b42": "cf6a59",
+ "52525a": "4f454c",
+ "cecab9": "cfc8aa",
+ "f7e652": "a3d1a8"
+ },
+ "2": {
+ "e37511": "644794",
+ "bf2629": "8e6fa1",
+ "f8ffe3": "e8e3e4",
+ "303030": "d8805b",
+ "b8282b": "6a253f",
+ "8d2b1d": "242866",
+ "424242": "3f4246",
+ "c52119": "e8be68",
+ "292929": "a45233",
+ "f7bd21": "445f8a",
+ "fbab33": "845ea1",
+ "db4a37": "b95b6e",
+ "e65a42": "edda8c",
+ "9c5200": "23345e",
+ "db5b42": "624780",
+ "52525a": "f1b571",
+ "4d4d4d": "2b3340",
+ "272b2b": "162231",
+ "cecab9": "cfc0c3",
+ "f7e652": "577b98"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/25.json b/public/images/pokemon/variant/25.json
new file mode 100644
index 00000000000..0542587ba6d
--- /dev/null
+++ b/public/images/pokemon/variant/25.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "42424a": "443e6c",
+ "fff7a5": "c4e3c3",
+ "c52119": "ad4e76",
+ "de9400": "338087",
+ "e65a42": "cf6182",
+ "f7e652": "a3d1a8",
+ "e66953": "b95b6e",
+ "45454a": "4f454c",
+ "292929": "282030",
+ "c43129": "6a253f",
+ "212121": "30263b",
+ "171717": "1e1526",
+ "f7bd21": "79b5a5",
+ "9c5200": "315c75",
+ "633108": "09406b"
+ },
+ "2": {
+ "42424a": "3f4246",
+ "fff7a5": "7b96aa",
+ "c52119": "ebc67c",
+ "de9400": "324472",
+ "e65a42": "eedd9c",
+ "f7e652": "577b98",
+ "e66953": "b95b6e",
+ "45454a": "f1b571",
+ "292929": "282030",
+ "c43129": "6a253f",
+ "212121": "d8805b",
+ "171717": "a45233",
+ "f7bd21": "445f8a",
+ "9c5200": "23345e",
+ "633108": "22244f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/250_2.png b/public/images/pokemon/variant/250_2.png
index 5c1d4828ebe..d63c5310db8 100644
Binary files a/public/images/pokemon/variant/250_2.png and b/public/images/pokemon/variant/250_2.png differ
diff --git a/public/images/pokemon/variant/250_3.png b/public/images/pokemon/variant/250_3.png
index 90fb6bb0680..59fbb3bdfd5 100644
Binary files a/public/images/pokemon/variant/250_3.png and b/public/images/pokemon/variant/250_3.png differ
diff --git a/public/images/pokemon/variant/257_3.png b/public/images/pokemon/variant/257_3.png
index 8242580aaec..62c4b6589a3 100644
Binary files a/public/images/pokemon/variant/257_3.png and b/public/images/pokemon/variant/257_3.png differ
diff --git a/public/images/pokemon/variant/26.json b/public/images/pokemon/variant/26.json
new file mode 100644
index 00000000000..c078c38570f
--- /dev/null
+++ b/public/images/pokemon/variant/26.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "ffefd6": "c8d4ba",
+ "bd1908": "ad4e76",
+ "944242": "395a80",
+ "bd5a31": "386d82",
+ "e6bd84": "a4bda7",
+ "ffbd00": "b3596b",
+ "5a2929": "293059",
+ "3a3a42": "30263b",
+ "8c6310": "8c3c4c",
+ "ffde5a": "cf7878",
+ "8d5911": "983e50",
+ "734231": "6e2f33",
+ "63636b": "4f454c",
+ "de7b31": "539190",
+ "f7ad29": "76a68b"
+ },
+ "2": {
+ "ffefd6": "cfc4b5",
+ "542127": "905331",
+ "bd1908": "a44c5d",
+ "944242": "2d3b80",
+ "bd5a31": "375681",
+ "e6bd84": "a6b5ab",
+ "ffbd00": "f3cf91",
+ "5a2929": "202a60",
+ "8c6310": "c79b5a",
+ "ffde5a": "f2e4b6",
+ "8d5911": "dea96e",
+ "734231": "bd8447",
+ "de7b31": "4d6f98",
+ "f7ad29": "6385ab",
+ "643034": "2e4685"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/276.json b/public/images/pokemon/variant/276.json
new file mode 100644
index 00000000000..d7c6c1268ec
--- /dev/null
+++ b/public/images/pokemon/variant/276.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "bdbdce": "26523c",
+ "ffffff": "3c6a3d",
+ "efbd63": "e7a562",
+ "524a29": "4b210d",
+ "bdbdcd": "b5b5d5",
+ "a57331": "784524",
+ "212952": "12223d",
+ "3a3a31": "3e3e3e",
+ "314a7b": "1a385a",
+ "e69410": "bc7532",
+ "943a52": "ad8634",
+ "5a6b9c": "2a596b",
+ "ce5273": "cebf49"
+ },
+ "2": {
+ "bdbdce": "453f63",
+ "ffffff": "635d81",
+ "efbd63": "89787c",
+ "524a29": "381f2c",
+ "bdbdcd": "b5b5d5",
+ "a57331": "4a323a",
+ "212952": "191222",
+ "3a3a31": "442c34",
+ "314a7b": "282037",
+ "e69410": "63414f",
+ "943a52": "8ec08b",
+ "5a6b9c": "3c2f48",
+ "ce5273": "bcd59d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/277.json b/public/images/pokemon/variant/277.json
new file mode 100644
index 00000000000..84d689cab9a
--- /dev/null
+++ b/public/images/pokemon/variant/277.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "dea531": "bc7532",
+ "425a7b": "2a596b",
+ "ffffff": "3c6a3d",
+ "b5b5d6": "26523c",
+ "9c3152": "ad8634",
+ "945a10": "784524",
+ "5a5a5a": "b58251",
+ "63213a": "603c1d",
+ "c55a73": "cebf49",
+ "31313a": "89572a",
+ "e6b563": "e7a562",
+ "524221": "4b210d",
+ "292952": "12223d",
+ "294263": "1a385a"
+ },
+ "2": {
+ "dea531": "63414f",
+ "425a7b": "3c2f48",
+ "ffffff": "635d81",
+ "b5b5d6": "453f63",
+ "9c3152": "8ec08b",
+ "945a10": "4a323a",
+ "5a5a5a": "5d454d",
+ "63213a": "5d9469",
+ "c55a73": "bcd59d",
+ "31313a": "442c34",
+ "e6b563": "89787c",
+ "524221": "381f2c",
+ "292952": "191222",
+ "294263": "282037"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/291_1.png b/public/images/pokemon/variant/291_1.png
index fea63c6c27c..30cae5bb507 100644
Binary files a/public/images/pokemon/variant/291_1.png and b/public/images/pokemon/variant/291_1.png differ
diff --git a/public/images/pokemon/variant/291_2.png b/public/images/pokemon/variant/291_2.png
index b7b771acb30..ccbe82a1201 100644
Binary files a/public/images/pokemon/variant/291_2.png and b/public/images/pokemon/variant/291_2.png differ
diff --git a/public/images/pokemon/variant/291_3.png b/public/images/pokemon/variant/291_3.png
index 72d28c371f2..26ea5d3cf4d 100644
Binary files a/public/images/pokemon/variant/291_3.png and b/public/images/pokemon/variant/291_3.png differ
diff --git a/public/images/pokemon/variant/292_1.png b/public/images/pokemon/variant/292_1.png
index 118bfe79542..3f4ec4df742 100644
Binary files a/public/images/pokemon/variant/292_1.png and b/public/images/pokemon/variant/292_1.png differ
diff --git a/public/images/pokemon/variant/292_3.png b/public/images/pokemon/variant/292_3.png
index 6b5f128fdd6..989d28d017a 100644
Binary files a/public/images/pokemon/variant/292_3.png and b/public/images/pokemon/variant/292_3.png differ
diff --git a/public/images/pokemon/variant/298_2.png b/public/images/pokemon/variant/298_2.png
index b48ebec70ad..f071c40c69a 100644
Binary files a/public/images/pokemon/variant/298_2.png and b/public/images/pokemon/variant/298_2.png differ
diff --git a/public/images/pokemon/variant/298_3.png b/public/images/pokemon/variant/298_3.png
index 137cee603a7..5dbf9b03b31 100644
Binary files a/public/images/pokemon/variant/298_3.png and b/public/images/pokemon/variant/298_3.png differ
diff --git a/public/images/pokemon/variant/2_2.png b/public/images/pokemon/variant/2_2.png
index 2477646fef4..b12bd60bd23 100644
Binary files a/public/images/pokemon/variant/2_2.png and b/public/images/pokemon/variant/2_2.png differ
diff --git a/public/images/pokemon/variant/3-gigantamax.json b/public/images/pokemon/variant/3-gigantamax.json
index 7b341b367aa..9b74b1131ba 100644
--- a/public/images/pokemon/variant/3-gigantamax.json
+++ b/public/images/pokemon/variant/3-gigantamax.json
@@ -4,6 +4,8 @@
"ffee52": "37d6de",
"debd29": "078a8f",
"833100": "002112",
+ "830009": "23033b",
+ "189d87": "c2247b",
"ff7b73": "712f8f",
"de4141": "3f1375",
"ffbdbd": "a266b0",
@@ -11,6 +13,7 @@
"107b6a": "9e1976",
"105241": "4f2800",
"83de7b": "a37707",
+ "2e5529": "38001c",
"5a9c39": "705207",
"20b49c": "de3592",
"fdfdfd": "fdfdfd",
@@ -21,14 +24,17 @@
"ffee52": "f75ea8",
"debd29": "a30a66",
"833100": "0b2e01",
+ "830009": "154205",
+ "189d87": "f17f05",
"ff7b73": "9db042",
"de4141": "3c8227",
"ffbdbd": "e7e385",
"101010": "101010",
"107b6a": "d44300",
- "105241": "030129",
- "83de7b": "433d99",
- "5a9c39": "19164f",
+ "105241": "381601",
+ "83de7b": "80ced9",
+ "2e5519": "011c38",
+ "5a9c39": "446b94",
"20b49c": "fa8405",
"fdfdfd": "fdfdfd",
"5ad5c5": "faa405"
diff --git a/public/images/pokemon/variant/3-mega_2.png b/public/images/pokemon/variant/3-mega_2.png
index 037e983a030..54ca687d1c3 100644
Binary files a/public/images/pokemon/variant/3-mega_2.png and b/public/images/pokemon/variant/3-mega_2.png differ
diff --git a/public/images/pokemon/variant/3-mega_3.png b/public/images/pokemon/variant/3-mega_3.png
index 6a967466ac1..07ddb5ae7ed 100644
Binary files a/public/images/pokemon/variant/3-mega_3.png and b/public/images/pokemon/variant/3-mega_3.png differ
diff --git a/public/images/pokemon/variant/3.json b/public/images/pokemon/variant/3.json
index 83a13fdca0e..bdcc30edcbf 100644
--- a/public/images/pokemon/variant/3.json
+++ b/public/images/pokemon/variant/3.json
@@ -1,6 +1,7 @@
{
"1": {
"843100": "033b22",
+ "830009": "23033b",
"ff7b73": "712f8f",
"ffbdbd": "a266b0",
"debd29": "078a8f",
@@ -13,11 +14,13 @@
"5a9c3a": "b34952",
"84de7b": "ff745e",
"5ad6c5": "f062a4",
+ "2e5519": "38001c",
"21b59c": "de3592",
"ffffff": "ffffff"
},
"2": {
"843100": "420514",
+ "830009": "154205",
"ff7b73": "9db042",
"ffbdbd": "e7e385",
"debd29": "a30a66",
@@ -30,6 +33,7 @@
"5a9c3a": "446b94",
"84de7b": "80ced9",
"5ad6c5": "faa405",
+ "2e5519": "011c38",
"21b59c": "fa8405",
"ffffff": "ffffff"
}
diff --git a/public/images/pokemon/variant/308_2.png b/public/images/pokemon/variant/308_2.png
index 42a11414659..0c13b01d575 100644
Binary files a/public/images/pokemon/variant/308_2.png and b/public/images/pokemon/variant/308_2.png differ
diff --git a/public/images/pokemon/variant/31_1.png b/public/images/pokemon/variant/31_1.png
index d471b062136..d968477a946 100644
Binary files a/public/images/pokemon/variant/31_1.png and b/public/images/pokemon/variant/31_1.png differ
diff --git a/public/images/pokemon/variant/329_3.png b/public/images/pokemon/variant/329_3.png
index 45fad04068e..0530cfa7be3 100644
Binary files a/public/images/pokemon/variant/329_3.png and b/public/images/pokemon/variant/329_3.png differ
diff --git a/public/images/pokemon/variant/334-mega_2.png b/public/images/pokemon/variant/334-mega_2.png
index df2c3950f2c..f0304935968 100644
Binary files a/public/images/pokemon/variant/334-mega_2.png and b/public/images/pokemon/variant/334-mega_2.png differ
diff --git a/public/images/pokemon/variant/334_2.png b/public/images/pokemon/variant/334_2.png
index 94457f721e3..cf30637cf79 100644
Binary files a/public/images/pokemon/variant/334_2.png and b/public/images/pokemon/variant/334_2.png differ
diff --git a/public/images/pokemon/variant/334_3.png b/public/images/pokemon/variant/334_3.png
index 67fd670b3cb..b54ed45c264 100644
Binary files a/public/images/pokemon/variant/334_3.png and b/public/images/pokemon/variant/334_3.png differ
diff --git a/public/images/pokemon/variant/335_2.png b/public/images/pokemon/variant/335_2.png
index 6f7924b4b33..4baa18218ae 100644
Binary files a/public/images/pokemon/variant/335_2.png and b/public/images/pokemon/variant/335_2.png differ
diff --git a/public/images/pokemon/variant/335_3.png b/public/images/pokemon/variant/335_3.png
index 25ab4a00c09..c42ce4ce429 100644
Binary files a/public/images/pokemon/variant/335_3.png and b/public/images/pokemon/variant/335_3.png differ
diff --git a/public/images/pokemon/variant/340_3.png b/public/images/pokemon/variant/340_3.png
index 7ddb0768e02..24aede4bafe 100644
Binary files a/public/images/pokemon/variant/340_3.png and b/public/images/pokemon/variant/340_3.png differ
diff --git a/public/images/pokemon/variant/341_2.png b/public/images/pokemon/variant/341_2.png
index 71793d13d87..ff943eab93c 100644
Binary files a/public/images/pokemon/variant/341_2.png and b/public/images/pokemon/variant/341_2.png differ
diff --git a/public/images/pokemon/variant/341_3.png b/public/images/pokemon/variant/341_3.png
index b0e07fea033..ed4697d48b8 100644
Binary files a/public/images/pokemon/variant/341_3.png and b/public/images/pokemon/variant/341_3.png differ
diff --git a/public/images/pokemon/variant/342_2.png b/public/images/pokemon/variant/342_2.png
index 647d838c357..e1f8acaf8a6 100644
Binary files a/public/images/pokemon/variant/342_2.png and b/public/images/pokemon/variant/342_2.png differ
diff --git a/public/images/pokemon/variant/342_3.png b/public/images/pokemon/variant/342_3.png
index b4d8e18d8a8..2a10036b3f3 100644
Binary files a/public/images/pokemon/variant/342_3.png and b/public/images/pokemon/variant/342_3.png differ
diff --git a/public/images/pokemon/variant/351-rainy_2.png b/public/images/pokemon/variant/351-rainy_2.png
index 0b3f403c1ff..61cacb77d2e 100644
Binary files a/public/images/pokemon/variant/351-rainy_2.png and b/public/images/pokemon/variant/351-rainy_2.png differ
diff --git a/public/images/pokemon/variant/351-rainy_3.png b/public/images/pokemon/variant/351-rainy_3.png
index fc163d23ddf..c61be0fdd7d 100644
Binary files a/public/images/pokemon/variant/351-rainy_3.png and b/public/images/pokemon/variant/351-rainy_3.png differ
diff --git a/public/images/pokemon/variant/351-sunny_2.png b/public/images/pokemon/variant/351-sunny_2.png
index 6fc85cb6094..3815dd5fd8a 100644
Binary files a/public/images/pokemon/variant/351-sunny_2.png and b/public/images/pokemon/variant/351-sunny_2.png differ
diff --git a/public/images/pokemon/variant/351-sunny_3.png b/public/images/pokemon/variant/351-sunny_3.png
index e21f7627d1f..3627d88615e 100644
Binary files a/public/images/pokemon/variant/351-sunny_3.png and b/public/images/pokemon/variant/351-sunny_3.png differ
diff --git a/public/images/pokemon/variant/351_2.png b/public/images/pokemon/variant/351_2.png
index c9369b2bef2..30b88866823 100644
Binary files a/public/images/pokemon/variant/351_2.png and b/public/images/pokemon/variant/351_2.png differ
diff --git a/public/images/pokemon/variant/351_3.png b/public/images/pokemon/variant/351_3.png
index ba77333aa28..4e319855999 100644
Binary files a/public/images/pokemon/variant/351_3.png and b/public/images/pokemon/variant/351_3.png differ
diff --git a/public/images/pokemon/variant/358_1.png b/public/images/pokemon/variant/358_1.png
index 369b9828261..ddbe5e00908 100644
Binary files a/public/images/pokemon/variant/358_1.png and b/public/images/pokemon/variant/358_1.png differ
diff --git a/public/images/pokemon/variant/359-mega.json b/public/images/pokemon/variant/359-mega.json
new file mode 100644
index 00000000000..3e76a8e6ee6
--- /dev/null
+++ b/public/images/pokemon/variant/359-mega.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "273535": "2b3266",
+ "7b2931": "c9824b",
+ "414a6a": "421e4a",
+ "b4b4d5": "458196",
+ "cd2920": "f7c26d",
+ "293939": "27122b",
+ "fdfdfd": "61a8ab",
+ "525a7b": "59274e",
+ "d5deee": "589aa6",
+ "737bac": "874267",
+ "8b8bac": "3b6987",
+ "626283": "2a3163"
+ },
+ "2": {
+ "273535": "420918",
+ "7b2931": "0f4391",
+ "414a6a": "b39279",
+ "b4b4d5": "752f40",
+ "cd2920": "2a96ce",
+ "293939": "996e5f",
+ "fdfdfd": "9e363b",
+ "525a7b": "e0c79f",
+ "d5deee": "8f2f41",
+ "737bac": "f5f1cb",
+ "8b8bac": "59213b",
+ "626283": "42122d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/359.json b/public/images/pokemon/variant/359.json
new file mode 100644
index 00000000000..936b3567c67
--- /dev/null
+++ b/public/images/pokemon/variant/359.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "424a6b": "421e4a",
+ "293a3a": "27122b",
+ "ce2921": "f7c26d",
+ "7b2931": "c9824b",
+ "ff7b73": "fff291",
+ "737bad": "874267",
+ "d6deef": "589aa6",
+ "283838": "101f30",
+ "525a7b": "612b54",
+ "b5b5d6": "458196",
+ "636384": "2a3163",
+ "7179ab": "2b3266",
+ "ffffff": "61a8ab",
+ "8c8cad": "3b6987"
+ },
+ "2": {
+ "424a6b": "b39279",
+ "293a3a": "996e5f",
+ "ce2921": "2a96ce",
+ "7b2931": "0f4391",
+ "ff7b73": "96eeff",
+ "737bad": "f5f1cb",
+ "d6deef": "8f2f41",
+ "283838": "31101f",
+ "525a7b": "e0c79f",
+ "b5b5d6": "752f40",
+ "636384": "42122d",
+ "7179ab": "7d1d36",
+ "ffffff": "9e363b",
+ "8c8cad": "59213b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/35_3.png b/public/images/pokemon/variant/35_3.png
index 90883d9b2b8..68a8194fa0d 100644
Binary files a/public/images/pokemon/variant/35_3.png and b/public/images/pokemon/variant/35_3.png differ
diff --git a/public/images/pokemon/variant/362_2.png b/public/images/pokemon/variant/362_2.png
index 1775f62a68f..3c21d176209 100644
Binary files a/public/images/pokemon/variant/362_2.png and b/public/images/pokemon/variant/362_2.png differ
diff --git a/public/images/pokemon/variant/362_3.png b/public/images/pokemon/variant/362_3.png
index 7b0d15894db..72b598a2d7b 100644
Binary files a/public/images/pokemon/variant/362_3.png and b/public/images/pokemon/variant/362_3.png differ
diff --git a/public/images/pokemon/variant/373-mega_2.png b/public/images/pokemon/variant/373-mega_2.png
index 2ddf5e07af5..ebde7060535 100644
Binary files a/public/images/pokemon/variant/373-mega_2.png and b/public/images/pokemon/variant/373-mega_2.png differ
diff --git a/public/images/pokemon/variant/373-mega_3.png b/public/images/pokemon/variant/373-mega_3.png
index 50cc1517a17..8fd93cbc0d2 100644
Binary files a/public/images/pokemon/variant/373-mega_3.png and b/public/images/pokemon/variant/373-mega_3.png differ
diff --git a/public/images/pokemon/variant/377.json b/public/images/pokemon/variant/377.json
new file mode 100644
index 00000000000..84f8851b9a8
--- /dev/null
+++ b/public/images/pokemon/variant/377.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "b54200": "13512f",
+ "efad6b": "aac669",
+ "948c73": "2e4e7b",
+ "cec5ad": "4d8ba8",
+ "bd633a": "22773f",
+ "ef733a": "72b645",
+ "ef843a": "56963a",
+ "524a29": "182238",
+ "e6dead": "659db5",
+ "b5ad94": "3d6d8d",
+ "efe6de": "84c7ca"
+ },
+ "2": {
+ "b54200": "3d0933",
+ "efad6b": "a54c5e",
+ "948c73": "262847",
+ "cec5ad": "303353",
+ "bd633a": "561934",
+ "ef733a": "c1271f",
+ "ef843a": "722a41",
+ "524a29": "161129",
+ "e6dead": "383e6a",
+ "b5ad94": "394170",
+ "efe6de": "4d5784"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/378.json b/public/images/pokemon/variant/378.json
new file mode 100644
index 00000000000..c7d2816a024
--- /dev/null
+++ b/public/images/pokemon/variant/378.json
@@ -0,0 +1,38 @@
+{
+ "0": {
+ "ffffff": "d7b6f1",
+ "293a7b": "101238",
+ "9cceff": "6f66a7",
+ "ceb521": "ca5846",
+ "6bb5d6": "414184",
+ "ffffad": "ffd6a7",
+ "ffe600": "e58b64",
+ "5a84ad": "282e64",
+ "3a6b8c": "191d4c",
+ "bdefff": "9983c4"
+ },
+ "1": {
+ "6bb5d6": "bf344a",
+ "bdefff": "ffb88d",
+ "293a7b": "400b1c",
+ "ffe600": "7a5d98",
+ "5a84ad": "981d43",
+ "ffffff": "fff7d3",
+ "ffffad": "c39bd0",
+ "ceb521": "43356c",
+ "3a6b8c": "64132c",
+ "9cceff": "eb5d56"
+ },
+ "2": {
+ "6bb5d6": "323232",
+ "bdefff": "5b5b5b",
+ "293a7b": "100f17",
+ "ffe600": "73e6f6",
+ "5a84ad": "212121",
+ "ffffff": "8c8c8c",
+ "ffffad": "e5fffd",
+ "ceb521": "319ce2",
+ "3a6b8c": "14131a",
+ "9cceff": "424242"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/379.json b/public/images/pokemon/variant/379.json
new file mode 100644
index 00000000000..926acc7d987
--- /dev/null
+++ b/public/images/pokemon/variant/379.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "4a5a5a": "34366f",
+ "ff4242": "5cbed3",
+ "3a4252": "292960",
+ "ff9ca5": "d2d3c9",
+ "d6ced6": "cc9c65",
+ "b5adad": "a66f52",
+ "ffffff": "fff3aa",
+ "dedede": "f0d185",
+ "848c84": "4c5c91",
+ "4a4a4a": "533329",
+ "84847b": "80503b",
+ "bdbdbd": "7a9ee5"
+ },
+ "2": {
+ "4a5a5a": "df8533",
+ "ff4242": "1e1e1e",
+ "3a4252": "e29631",
+ "ff9ca5": "a0a0a0",
+ "d6ced6": "cd5521",
+ "b5adad": "ad2d1e",
+ "ffffff": "ffb056",
+ "dedede": "e87537",
+ "848c84": "ffcd49",
+ "4a4a4a": "521328",
+ "84847b": "81222b",
+ "bdbdbd": "ffff7e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/384-mega_2.png b/public/images/pokemon/variant/384-mega_2.png
index a834d31418c..370cea05f93 100644
Binary files a/public/images/pokemon/variant/384-mega_2.png and b/public/images/pokemon/variant/384-mega_2.png differ
diff --git a/public/images/pokemon/variant/39.json b/public/images/pokemon/variant/39.json
new file mode 100644
index 00000000000..c72887bdf9d
--- /dev/null
+++ b/public/images/pokemon/variant/39.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "d63a31": "f18fc4",
+ "a53100": "6f305b",
+ "ffada5": "c5ebd5",
+ "e67384": "81c2b8",
+ "10b5ef": "a17ed9",
+ "ffcec5": "e5ffec",
+ "104a8c": "393178",
+ "1973c5": "604ea1",
+ "a51021": "3a6472",
+ "6b5263": "153427",
+ "ceefff": "d9d3e3"
+ },
+ "2": {
+ "ffada5": "f5e884",
+ "e67384": "f5c45b",
+ "10b5ef": "d14b4b",
+ "ffcec5": "fff9bf",
+ "104a8c": "8a2f2f",
+ "1973c5": "c45c54",
+ "a51021": "9c5200",
+ "6b5263": "737454",
+ "ceefff": "ffe9ed"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/390.json b/public/images/pokemon/variant/390.json
new file mode 100644
index 00000000000..ba0119974de
--- /dev/null
+++ b/public/images/pokemon/variant/390.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "e63131": "1db978",
+ "b56b29": "64464d",
+ "9c3131": "174c48",
+ "947308": "a86256",
+ "7b4210": "382029",
+ "ef6b6b": "5db95b",
+ "ffd631": "eafe67",
+ "f06e6e": "81dc3f",
+ "ffe6ad": "edc6a4",
+ "7e4410": "994943",
+ "ffad52": "a88d8d",
+ "e63a42": "2d8766",
+ "de8400": "876766",
+ "deb552": "cc9176"
+ },
+ "2": {
+ "e63131": "b5b0f3",
+ "b56b29": "293b69",
+ "9c3131": "422e6f",
+ "947308": "818596",
+ "7b4210": "171f46",
+ "ef6b6b": "cb96e5",
+ "ffd631": "f3f8fe",
+ "f06e6e": "cbcfff",
+ "ffe6ad": "d3d5e0",
+ "7e4410": "626678",
+ "ffad52": "6995b5",
+ "e63a42": "8457b0",
+ "de8400": "3e5f8a",
+ "deb552": "a5a9b8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/391.json b/public/images/pokemon/variant/391.json
new file mode 100644
index 00000000000..c3503dec40a
--- /dev/null
+++ b/public/images/pokemon/variant/391.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "8c7342": "994943",
+ "dfe5e7": "dac99d",
+ "c59463": "cc9176",
+ "cf3419": "2d8766",
+ "9c5219": "64464d",
+ "ffffff": "faf7d4",
+ "735a10": "a86256",
+ "cf2b19": "c9537e",
+ "ffce47": "f69044",
+ "efa542": "cd5528",
+ "ffce42": "eafe67",
+ "1052b5": "751a2f",
+ "1073de": "cc3140",
+ "6b3a08": "382029",
+ "d68c29": "876766",
+ "ce4219": "1db978",
+ "efce94": "edc6a4"
+ },
+ "2": {
+ "8c7342": "818596",
+ "dfe5e7": "dca15d",
+ "c59463": "a5a9b8",
+ "cf3419": "8457b0",
+ "9c5219": "293b69",
+ "ffffff": "ffe175",
+ "735a10": "626678",
+ "cf2b19": "552b94",
+ "ffce47": "e8fdff",
+ "efa542": "b0cbd4",
+ "ffce42": "f3f8fe",
+ "1052b5": "e09f2f",
+ "1073de": "ffd745",
+ "6b3a08": "171f46",
+ "d68c29": "3e5f8a",
+ "ce4219": "b5b0f3",
+ "efce94": "d3d5e0"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/392.json b/public/images/pokemon/variant/392.json
new file mode 100644
index 00000000000..78a9777736a
--- /dev/null
+++ b/public/images/pokemon/variant/392.json
@@ -0,0 +1,54 @@
+{
+ "1": {
+ "000000": "ffffff",
+ "a96442": "1a8251",
+ "a56240": "10916d",
+ "e68c5a": "876766",
+ "6b3a10": "382029",
+ "cfa423": "c9601e",
+ "bdc5de": "dac99d",
+ "a56342": "64464d",
+ "c9a022": "b7e350",
+ "737384": "9f8876",
+ "e63a42": "1db978",
+ "c59c21": "cd5528",
+ "875d08": "b03813",
+ "ffde4a": "e8a82a",
+ "ffde52": "f69044",
+ "e6353e": "2d8766",
+ "19427b": "581225",
+ "f88c49": "5db95b",
+ "ffffff": "faf7d4",
+ "845a08": "9b2719",
+ "3a73a5": "972733",
+ "f78c4a": "81dc3f",
+ "ffde4d": "eafe67",
+ "842931": "174c48"
+ },
+ "2": {
+ "000000": "ffffff",
+ "a96442": "4c2985",
+ "a56240": "9595db",
+ "e68c5a": "3e5f8a",
+ "6b3a10": "171f46",
+ "cfa423": "c8af9b",
+ "bdc5de": "dca15d",
+ "a56342": "293b69",
+ "c9a022": "cbd0e3",
+ "737384": "a15a34",
+ "e63a42": "b5b0f3",
+ "c59c21": "a0c0cd",
+ "875d08": "8a5954",
+ "ffde4a": "fff8e5",
+ "ffde52": "e8fdff",
+ "e6353e": "8457b0",
+ "19427b": "4d5196",
+ "f88c49": "cb96e5",
+ "ffffff": "ffe175",
+ "845a08": "617995",
+ "3a73a5": "9c96e2",
+ "f78c4a": "cbcfff",
+ "ffde4d": "f3f8fe",
+ "842931": "422e6f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/40.json b/public/images/pokemon/variant/40.json
new file mode 100644
index 00000000000..9ec866694ca
--- /dev/null
+++ b/public/images/pokemon/variant/40.json
@@ -0,0 +1,27 @@
+{
+ "1": {
+ "737373": "1f2e3b",
+ "ffb3db": "f18fc4",
+ "9c6b21": "153139",
+ "8c4242": "3a6472",
+ "52a58c": "a17ed9",
+ "f77b94": "81c2b8",
+ "734219": "214f4f",
+ "ffadbd": "c5ebd5",
+ "ce6b63": "82b8a9",
+ "215a63": "393178"
+ },
+ "2": {
+ "737373": "3b1f24",
+ "e6dee6": "bc4e24",
+ "9c6b21": "612719",
+ "8c4242": "9c5200",
+ "52a58c": "c45c54",
+ "f77b94": "f5c45b",
+ "ffffff": "d07439",
+ "734219": "68311a",
+ "ffadbd": "f5e884",
+ "ce6b63": "e6a54c",
+ "215a63": "8a2f2f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/4080_1.png b/public/images/pokemon/variant/4080_1.png
index 2508ea4c736..73ccbebdfa4 100644
Binary files a/public/images/pokemon/variant/4080_1.png and b/public/images/pokemon/variant/4080_1.png differ
diff --git a/public/images/pokemon/variant/412-sandy_1.png b/public/images/pokemon/variant/412-sandy_1.png
index d41a9cde14b..ec173a73749 100644
Binary files a/public/images/pokemon/variant/412-sandy_1.png and b/public/images/pokemon/variant/412-sandy_1.png differ
diff --git a/public/images/pokemon/variant/412-sandy_2.png b/public/images/pokemon/variant/412-sandy_2.png
index cd0ac94b35a..fb8d7724760 100644
Binary files a/public/images/pokemon/variant/412-sandy_2.png and b/public/images/pokemon/variant/412-sandy_2.png differ
diff --git a/public/images/pokemon/variant/412-sandy_3.png b/public/images/pokemon/variant/412-sandy_3.png
index f416fa6e46d..75ae220614c 100644
Binary files a/public/images/pokemon/variant/412-sandy_3.png and b/public/images/pokemon/variant/412-sandy_3.png differ
diff --git a/public/images/pokemon/variant/413-plant_1.png b/public/images/pokemon/variant/413-plant_1.png
index 367ee3bffee..59de20445ab 100644
Binary files a/public/images/pokemon/variant/413-plant_1.png and b/public/images/pokemon/variant/413-plant_1.png differ
diff --git a/public/images/pokemon/variant/413-plant_2.png b/public/images/pokemon/variant/413-plant_2.png
index 5b89b029bee..8e29a3b0549 100644
Binary files a/public/images/pokemon/variant/413-plant_2.png and b/public/images/pokemon/variant/413-plant_2.png differ
diff --git a/public/images/pokemon/variant/413-plant_3.png b/public/images/pokemon/variant/413-plant_3.png
index 21b9d30a5d5..cd0dc42bae1 100644
Binary files a/public/images/pokemon/variant/413-plant_3.png and b/public/images/pokemon/variant/413-plant_3.png differ
diff --git a/public/images/pokemon/variant/4144_2.png b/public/images/pokemon/variant/4144_2.png
index 873b08c4247..24453364a60 100644
Binary files a/public/images/pokemon/variant/4144_2.png and b/public/images/pokemon/variant/4144_2.png differ
diff --git a/public/images/pokemon/variant/4144_3.png b/public/images/pokemon/variant/4144_3.png
index 164e7dc0d25..5a55039463b 100644
Binary files a/public/images/pokemon/variant/4144_3.png and b/public/images/pokemon/variant/4144_3.png differ
diff --git a/public/images/pokemon/variant/4199_1.png b/public/images/pokemon/variant/4199_1.png
index e2fe544a480..85f535c8256 100644
Binary files a/public/images/pokemon/variant/4199_1.png and b/public/images/pokemon/variant/4199_1.png differ
diff --git a/public/images/pokemon/variant/430.json b/public/images/pokemon/variant/430.json
new file mode 100644
index 00000000000..e6771e34524
--- /dev/null
+++ b/public/images/pokemon/variant/430.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "31313a": "1d1d2b",
+ "efeff7": "b9382d",
+ "8c313a": "b3986b",
+ "5a5a3a": "1e1e2c",
+ "545454": "3c3b4d",
+ "29213a": "271b1a",
+ "3a5a9c": "694c30",
+ "8c3039": "9e2933",
+ "de5057": "bd392d",
+ "a3a3b5": "60606c",
+ "a5a5b5": "7a1e21",
+ "de525a": "f3e3b3",
+ "4a2121": "755237",
+ "ad943a": "3f3e50",
+ "3a3a5a": "422e26",
+ "525252": "380514",
+ "f7de3a": "61616d"
+ },
+ "2": {
+ "31313a": "521a16",
+ "efeff7": "975bc2",
+ "8c313a": "bc4b84",
+ "5a5a3a": "4e1915",
+ "545454": "87432e",
+ "29213a": "091e16",
+ "3a5a9c": "1d6e47",
+ "8c3039": "9e2933",
+ "de5057": "bd392d",
+ "a3a3b5": "c4743b",
+ "a5a5b5": "4f358e",
+ "de525a": "f17f9c",
+ "4a2121": "7b2363",
+ "ad943a": "85412d",
+ "3a3a5a": "0e4333",
+ "525252": "1c1754",
+ "f7de3a": "c2723a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/440_3.png b/public/images/pokemon/variant/440_3.png
index 6c0086945e1..b6b8f2266fa 100644
Binary files a/public/images/pokemon/variant/440_3.png and b/public/images/pokemon/variant/440_3.png differ
diff --git a/public/images/pokemon/variant/455.json b/public/images/pokemon/variant/455.json
new file mode 100644
index 00000000000..1483b02ef5b
--- /dev/null
+++ b/public/images/pokemon/variant/455.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "f7ce31": "7c5d53",
+ "c59c31": "4d3432",
+ "9c214a": "451e14",
+ "2b453d": "523b3c",
+ "3a5a3a": "b34a82",
+ "5a6342": "826660",
+ "8c9452": "b89d8c",
+ "846b31": "301e20",
+ "bdc57b": "efd9ba",
+ "422919": "300c0c",
+ "e62919": "775331",
+ "63843a": "e880ab",
+ "29423a": "7e3b67",
+ "8f9653": "e2b0bc"
+ },
+ "2": {
+ "f7ce31": "518078",
+ "ffffff": "affffe",
+ "c59c31": "244a45",
+ "9c214a": "1e4340",
+ "2b453d": "151926",
+ "3a5a3a": "37818a",
+ "5a6342": "2d304e",
+ "8c9452": "424d6e",
+ "846b31": "122e2f",
+ "bdc57b": "6679a1",
+ "422919": "0d2626",
+ "e62919": "406b64",
+ "63843a": "74ddcd",
+ "29423a": "123247",
+ "8f9653": "3d909b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/466_3.png b/public/images/pokemon/variant/466_3.png
index 5267e3bf87a..146c4707a4f 100644
Binary files a/public/images/pokemon/variant/466_3.png and b/public/images/pokemon/variant/466_3.png differ
diff --git a/public/images/pokemon/variant/469_2.png b/public/images/pokemon/variant/469_2.png
index f7ea79b0509..82874a3978c 100644
Binary files a/public/images/pokemon/variant/469_2.png and b/public/images/pokemon/variant/469_2.png differ
diff --git a/public/images/pokemon/variant/469_3.png b/public/images/pokemon/variant/469_3.png
index 9c724123f37..a76d0d84f5c 100644
Binary files a/public/images/pokemon/variant/469_3.png and b/public/images/pokemon/variant/469_3.png differ
diff --git a/public/images/pokemon/variant/471_2.png b/public/images/pokemon/variant/471_2.png
index 62be05287c6..d93266b56db 100644
Binary files a/public/images/pokemon/variant/471_2.png and b/public/images/pokemon/variant/471_2.png differ
diff --git a/public/images/pokemon/variant/471_3.png b/public/images/pokemon/variant/471_3.png
index 0d2f5e2cfee..12df5891dc2 100644
Binary files a/public/images/pokemon/variant/471_3.png and b/public/images/pokemon/variant/471_3.png differ
diff --git a/public/images/pokemon/variant/478_2.png b/public/images/pokemon/variant/478_2.png
index 152b51b0b38..65131a6ecfa 100644
Binary files a/public/images/pokemon/variant/478_2.png and b/public/images/pokemon/variant/478_2.png differ
diff --git a/public/images/pokemon/variant/486.json b/public/images/pokemon/variant/486.json
new file mode 100644
index 00000000000..32082b03337
--- /dev/null
+++ b/public/images/pokemon/variant/486.json
@@ -0,0 +1,41 @@
+{
+ "1": {
+ "364859": "611d2a",
+ "adadc5": "ca7426",
+ "374859": "6b76a4",
+ "3a4a5a": "5e1e33",
+ "4aa563": "e2f2ff",
+ "5f6d7d": "7b2a19",
+ "ef7b8c": "7741a1",
+ "b5bdc5": "0d6696",
+ "5ac5f7": "5f94d9",
+ "d6ced6": "e89b34",
+ "3c4d5e": "3f031d",
+ "ffffff": "eb8746",
+ "21846b": "90a7cd",
+ "fafafa": "ffc245",
+ "c59c52": "a12612",
+ "f7d65a": "ce5129",
+ "7b6321": "3d021b",
+ "8c94ad": "13081a"
+ },
+ "2": {
+ "364859": "24293f",
+ "adadc5": "4f673a",
+ "374859": "2f1a18",
+ "3a4a5a": "3b1930",
+ "4aa563": "755648",
+ "5f6d7d": "374427",
+ "ef7b8c": "811745",
+ "b5bdc5": "f1c832",
+ "5ac5f7": "d3271a",
+ "d6ced6": "6e884b",
+ "ffffff": "a8afaf",
+ "21846b": "492f29",
+ "fafafa": "88b06f",
+ "c59c52": "5d717a",
+ "f7d65a": "8f9b9e",
+ "7b6321": "384751",
+ "8c94ad": "494922"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/492-land_2.png b/public/images/pokemon/variant/492-land_2.png
index 823678f5a05..cf51ec294ab 100644
Binary files a/public/images/pokemon/variant/492-land_2.png and b/public/images/pokemon/variant/492-land_2.png differ
diff --git a/public/images/pokemon/variant/501.json b/public/images/pokemon/variant/501.json
new file mode 100644
index 00000000000..e70d0319842
--- /dev/null
+++ b/public/images/pokemon/variant/501.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "c59429": "ff9ef3",
+ "efce84": "f2d5ee",
+ "294252": "241e44",
+ "c49529": "b73891",
+ "215a63": "1e1a35",
+ "c5c5ce": "e3c2ca",
+ "4a6bad": "9660d1",
+ "21949c": "373049",
+ "29bdc5": "5d4a70",
+ "8c5a31": "af62ac",
+ "31426b": "4b349e",
+ "8a5830": "681d49"
+ },
+ "2": {
+ "8c8c9c": "8f7491",
+ "c59429": "4e8787",
+ "efce84": "8abfb1",
+ "4a4a4a": "715b72",
+ "294252": "104432",
+ "c49529": "4e8787",
+ "215a63": "000000",
+ "c5c5ce": "ba9bc1",
+ "4a6bad": "589787",
+ "21949c": "321e1e",
+ "ffffff": "f5e9f4",
+ "29bdc5": "5e3e38",
+ "8c5a31": "0c4848",
+ "31426b": "3c706b",
+ "8a5830": "0c4848"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/502.json b/public/images/pokemon/variant/502.json
new file mode 100644
index 00000000000..4227d277216
--- /dev/null
+++ b/public/images/pokemon/variant/502.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "7b5a10": "d877cd",
+ "31528c": "9d5bc9",
+ "4a4a4a": "20193d",
+ "efd68c": "f2d5ee",
+ "293a6b": "503e8e",
+ "c5525a": "b73891",
+ "52bdbd": "624060",
+ "c59429": "ff9ef3",
+ "733a3a": "6b1d42",
+ "313131": "120f33",
+ "315a73": "1e1624",
+ "218c94": "39273d",
+ "fffdfd": "ebb9c4"
+ },
+ "2": {
+ "7b5a10": "0d5656",
+ "31528c": "5e3e38",
+ "4a4a4a": "2c3940",
+ "efd68c": "63c7bd",
+ "293a6b": "321e1e",
+ "c5525a": "519785",
+ "52bdbd": "8b7566",
+ "c59429": "488383",
+ "733a3a": "377667",
+ "313131": "1f2b36",
+ "315a73": "483026",
+ "218c94": "684f44",
+ "fffdfd": "ffffc2",
+ "ffffff": "ffffc2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/503.json b/public/images/pokemon/variant/503.json
new file mode 100644
index 00000000000..16447be5cca
--- /dev/null
+++ b/public/images/pokemon/variant/503.json
@@ -0,0 +1,37 @@
+{
+ "1": {
+ "84a5a5": "563785",
+ "4a4a4a": "5e283e",
+ "215a9c": "4c234a",
+ "c5c5ce": "b57ea1",
+ "8aa3a3": "a05982",
+ "d65263": "b73891",
+ "8da8a8": "a58b90",
+ "7b6342": "975fad",
+ "fffeff": "ebb9c4",
+ "213a63": "28142c",
+ "4a4a4c": "6b3e51",
+ "d6c57b": "f2d5ee",
+ "5a7373": "332a59",
+ "ad945a": "db87d1"
+ },
+ "2": {
+ "84a5a5": "41857b",
+ "4a4a4a": "c2700d",
+ "215a9c": "5e3e38",
+ "c5c5ce": "efa838",
+ "8aa3a3": "d3a51f",
+ "d65263": "41857b",
+ "8da8a8": "bdbdbd",
+ "7b6342": "0d5656",
+ "fdfdff": "ffffff",
+ "fffeff": "f9df58",
+ "213a63": "321e1e",
+ "4a4a4c": "c2700d",
+ "d6c57b": "63c7bd",
+ "5a7373": "2a5c57",
+ "9ab2af": "2a5c57",
+ "494644": "1a5451",
+ "ad945a": "488383"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/526_2.png b/public/images/pokemon/variant/526_2.png
index cf095fcc45b..68df77dd22d 100644
Binary files a/public/images/pokemon/variant/526_2.png and b/public/images/pokemon/variant/526_2.png differ
diff --git a/public/images/pokemon/variant/526_3.png b/public/images/pokemon/variant/526_3.png
index c365c379910..f347af32030 100644
Binary files a/public/images/pokemon/variant/526_3.png and b/public/images/pokemon/variant/526_3.png differ
diff --git a/public/images/pokemon/variant/527.json b/public/images/pokemon/variant/527.json
new file mode 100644
index 00000000000..460a954874f
--- /dev/null
+++ b/public/images/pokemon/variant/527.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "191921": "24224f",
+ "424a5a": "866ca1",
+ "6b94ad": "6e315e",
+ "f7adb5": "8ffff9",
+ "73adc5": "853d6f",
+ "292931": "55457a",
+ "ce2942": "a3ffed",
+ "8c4a52": "4874b8",
+ "84193a": "5fd4d0",
+ "c56b7b": "6bc7e8",
+ "4a6b7b": "361538",
+ "addef7": "914a6e"
+ },
+ "2": {
+ "191921": "45234d",
+ "424a5a": "bf3f75",
+ "6b94ad": "db843d",
+ "f7adb5": "b682e0",
+ "73adc5": "e8b04f",
+ "292931": "8c2961",
+ "8c4a52": "393582",
+ "c56b7b": "7b5ebf",
+ "4a6b7b": "994d22",
+ "addef7": "f7e05c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/528.json b/public/images/pokemon/variant/528.json
new file mode 100644
index 00000000000..86dd66a4344
--- /dev/null
+++ b/public/images/pokemon/variant/528.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "bdbdce": "76debd",
+ "313131": "55457a",
+ "ceefff": "a6ffd7",
+ "425aa5": "451b41",
+ "4a4a52": "866ca1",
+ "2b2b2b": "2b4182",
+ "2e2e2e": "2f1236",
+ "f7a59c": "8ffff9",
+ "317b94": "6e315e",
+ "54546d": "582253",
+ "de8c84": "6bc7e8",
+ "19a5ce": "914a6e",
+ "944a4a": "4874b8",
+ "494950": "3b53a3",
+ "6b7b84": "439ca1",
+ "363636": "2e6f7a"
+ },
+ "2": {
+ "bdbdce": "db843d",
+ "313131": "701c4c",
+ "ceefff": "f7e05c",
+ "425aa5": "d6a178",
+ "4a4a52": "bf3f75",
+ "2b2b2b": "1d1c4f",
+ "2e2e2e": "a6705e",
+ "f7a59c": "b682e0",
+ "317b94": "e0b49a",
+ "54546d": "a87354",
+ "de8c84": "7b5ebf",
+ "19a5ce": "f9fae3",
+ "944a4a": "393582",
+ "494950": "1b1f4d",
+ "6b7b84": "994d22",
+ "363636": "6b2314"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/529_2.png b/public/images/pokemon/variant/529_2.png
index 049f45bd07b..59e8dc11094 100644
Binary files a/public/images/pokemon/variant/529_2.png and b/public/images/pokemon/variant/529_2.png differ
diff --git a/public/images/pokemon/variant/529_3.png b/public/images/pokemon/variant/529_3.png
index de34a2b8cd2..ad7c95bbcc2 100644
Binary files a/public/images/pokemon/variant/529_3.png and b/public/images/pokemon/variant/529_3.png differ
diff --git a/public/images/pokemon/variant/530_2.png b/public/images/pokemon/variant/530_2.png
index 00e9c7b2103..2fb768d6df4 100644
Binary files a/public/images/pokemon/variant/530_2.png and b/public/images/pokemon/variant/530_2.png differ
diff --git a/public/images/pokemon/variant/530_3.png b/public/images/pokemon/variant/530_3.png
index 6772ad1ea1c..f92b642163c 100644
Binary files a/public/images/pokemon/variant/530_3.png and b/public/images/pokemon/variant/530_3.png differ
diff --git a/public/images/pokemon/variant/539_2.png b/public/images/pokemon/variant/539_2.png
index 7db9919d8b5..7b738217ed4 100644
Binary files a/public/images/pokemon/variant/539_2.png and b/public/images/pokemon/variant/539_2.png differ
diff --git a/public/images/pokemon/variant/539_3.png b/public/images/pokemon/variant/539_3.png
index 9b025a27e9f..8f581d1348e 100644
Binary files a/public/images/pokemon/variant/539_3.png and b/public/images/pokemon/variant/539_3.png differ
diff --git a/public/images/pokemon/variant/543_3.png b/public/images/pokemon/variant/543_3.png
index f10317e806d..7877d5e39b4 100644
Binary files a/public/images/pokemon/variant/543_3.png and b/public/images/pokemon/variant/543_3.png differ
diff --git a/public/images/pokemon/variant/544_3.png b/public/images/pokemon/variant/544_3.png
index 921a667741d..a0d810c4a29 100644
Binary files a/public/images/pokemon/variant/544_3.png and b/public/images/pokemon/variant/544_3.png differ
diff --git a/public/images/pokemon/variant/549_3.png b/public/images/pokemon/variant/549_3.png
index b7f2244e373..fffb5b9848a 100644
Binary files a/public/images/pokemon/variant/549_3.png and b/public/images/pokemon/variant/549_3.png differ
diff --git a/public/images/pokemon/variant/568_2.png b/public/images/pokemon/variant/568_2.png
index ed4c0d50ead..5ec25e6e8a6 100644
Binary files a/public/images/pokemon/variant/568_2.png and b/public/images/pokemon/variant/568_2.png differ
diff --git a/public/images/pokemon/variant/568_3.png b/public/images/pokemon/variant/568_3.png
index d499797bc92..cc991834a42 100644
Binary files a/public/images/pokemon/variant/568_3.png and b/public/images/pokemon/variant/568_3.png differ
diff --git a/public/images/pokemon/variant/56_2.png b/public/images/pokemon/variant/56_2.png
index a4d69550157..8f9b8f258e1 100644
Binary files a/public/images/pokemon/variant/56_2.png and b/public/images/pokemon/variant/56_2.png differ
diff --git a/public/images/pokemon/variant/56_3.png b/public/images/pokemon/variant/56_3.png
index 0c056ccdac9..ee5508c861a 100644
Binary files a/public/images/pokemon/variant/56_3.png and b/public/images/pokemon/variant/56_3.png differ
diff --git a/public/images/pokemon/variant/57_1.png b/public/images/pokemon/variant/57_1.png
index 73db688c129..8ea65328703 100644
Binary files a/public/images/pokemon/variant/57_1.png and b/public/images/pokemon/variant/57_1.png differ
diff --git a/public/images/pokemon/variant/57_2.png b/public/images/pokemon/variant/57_2.png
index b2edfa6cea7..6786b956a3c 100644
Binary files a/public/images/pokemon/variant/57_2.png and b/public/images/pokemon/variant/57_2.png differ
diff --git a/public/images/pokemon/variant/57_3.png b/public/images/pokemon/variant/57_3.png
index 9ec02aa03a9..720ad1f3529 100644
Binary files a/public/images/pokemon/variant/57_3.png and b/public/images/pokemon/variant/57_3.png differ
diff --git a/public/images/pokemon/variant/585-autumn_1.png b/public/images/pokemon/variant/585-autumn_1.png
index bc5c1424226..8edc0f0f152 100644
Binary files a/public/images/pokemon/variant/585-autumn_1.png and b/public/images/pokemon/variant/585-autumn_1.png differ
diff --git a/public/images/pokemon/variant/585-spring_1.png b/public/images/pokemon/variant/585-spring_1.png
index 1f154916dcd..7ab83601cf6 100644
Binary files a/public/images/pokemon/variant/585-spring_1.png and b/public/images/pokemon/variant/585-spring_1.png differ
diff --git a/public/images/pokemon/variant/585-summer_1.png b/public/images/pokemon/variant/585-summer_1.png
index 59b40b7bfef..e4204ea7dd8 100644
Binary files a/public/images/pokemon/variant/585-summer_1.png and b/public/images/pokemon/variant/585-summer_1.png differ
diff --git a/public/images/pokemon/variant/585-winter_1.png b/public/images/pokemon/variant/585-winter_1.png
index b296e059d1c..e5a0993319c 100644
Binary files a/public/images/pokemon/variant/585-winter_1.png and b/public/images/pokemon/variant/585-winter_1.png differ
diff --git a/public/images/pokemon/variant/587.json b/public/images/pokemon/variant/587.json
new file mode 100644
index 00000000000..34831752444
--- /dev/null
+++ b/public/images/pokemon/variant/587.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "d6a531": "a84223",
+ "fffbf6": "8bd5dc",
+ "917d53": "16223d",
+ "ffd600": "d55b19",
+ "313131": "1d352a",
+ "212121": "091814",
+ "b58c08": "681c0e",
+ "cec5ad": "5a9fbf",
+ "6b5a31": "3b1c1b",
+ "a09478": "406da4",
+ "414141": "2b5d3f",
+ "434141": "2b5d3f"
+ },
+ "2": {
+ "c56b63": "5046a7",
+ "d6a531": "6597cd",
+ "fffbf6": "c4658e",
+ "917d53": "321832",
+ "ffd600": "8bcaee",
+ "943a42": "462060",
+ "313131": "372a5b",
+ "212121": "15132f",
+ "e69484": "8166c6",
+ "b58c08": "4879af",
+ "cec5ad": "9b4072",
+ "6b5a31": "28273d",
+ "a09478": "7b3760",
+ "414141": "5e3a86",
+ "434141": "5e3a86"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/588.json b/public/images/pokemon/variant/588.json
new file mode 100644
index 00000000000..86aa0e118f7
--- /dev/null
+++ b/public/images/pokemon/variant/588.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "213a5a": "2f185b",
+ "316bff": "8150a7",
+ "73d6ff": "e8aa48",
+ "313131": "38131d",
+ "736321": "8188b0",
+ "c55200": "b9262c",
+ "528cff": "c682d6",
+ "b59c19": "b8c5e5",
+ "4a4a4a": "64242d",
+ "000000": "ffffff",
+ "3a5284": "492c72",
+ "ffde19": "eef5ff",
+ "4294ad": "cd6a31"
+ },
+ "2": {
+ "213a5a": "44446f",
+ "316bff": "d2cdeb",
+ "73d6ff": "ffe28d",
+ "313131": "182138",
+ "736321": "6f1b34",
+ "c55200": "ffe8c3",
+ "528cff": "f9f3ff",
+ "ce5263": "df6b99",
+ "b59c19": "a42641",
+ "4a4a4a": "28334f",
+ "000000": "ffffff",
+ "3a5284": "7777a7",
+ "ffde19": "d0413f",
+ "4294ad": "d9a35c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/589.json b/public/images/pokemon/variant/589.json
new file mode 100644
index 00000000000..486088d13d3
--- /dev/null
+++ b/public/images/pokemon/variant/589.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "c5c5c5": "f9c347",
+ "ef2952": "eb8343",
+ "e65a10": "614593",
+ "bd2152": "c44126",
+ "736321": "7b8bb3",
+ "840808": "931119",
+ "000000": "ffffff",
+ "6b6b6b": "b34516",
+ "bd9c19": "b8c5e5",
+ "195abd": "7436a4",
+ "94949c": "dc862d",
+ "ffde19": "eef5ff",
+ "3a424a": "69130d"
+ },
+ "2": {
+ "c5c5c5": "6e8e99",
+ "ef2952": "f7efff",
+ "e65a10": "ffe8c3",
+ "bd2152": "beb7df",
+ "736321": "6f1b34",
+ "840808": "72709e",
+ "000000": "ffffff",
+ "6b6b6b": "293a52",
+ "bd9c19": "a42641",
+ "195abd": "4f3d33",
+ "94949c": "3f6372",
+ "ffde19": "d0413f",
+ "3a424a": "1b253d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/590.json b/public/images/pokemon/variant/590.json
new file mode 100644
index 00000000000..d17924e966c
--- /dev/null
+++ b/public/images/pokemon/variant/590.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "826b61": "348999",
+ "9c3a3a": "71de8c",
+ "846b63": "348999",
+ "6b4a31": "0d9999",
+ "684b30": "0d9999",
+ "422929": "0a5870",
+ "9c3a7b": "88af70",
+ "de5a52": "e6ffc1",
+ "d6639c": "f4ebba",
+ "7b3131": "49ad77",
+ "c5b59c": "47d1b5",
+ "fff7e6": "afecc6"
+ },
+ "2": {
+ "826b61": "86b8cc",
+ "9c3a3a": "e098cd",
+ "846b63": "404f6b",
+ "6b4a31": "f2f7f9",
+ "684b30": "2b5caf",
+ "422929": "b9d9e5",
+ "9c3a7b": "b1c4dd",
+ "de5a52": "ffbfcb",
+ "d6639c": "f2f7f9",
+ "7b3131": "ce88bb",
+ "c5b59c": "498cd3",
+ "fff7e6": "6ac2e2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/591.json b/public/images/pokemon/variant/591.json
new file mode 100644
index 00000000000..d0290501b39
--- /dev/null
+++ b/public/images/pokemon/variant/591.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "423231": "0c7588",
+ "533f3a": "094164",
+ "604740": "0b7f79",
+ "6b314a": "49ad77",
+ "423131": "0a5870",
+ "8c735a": "348999",
+ "cec5c5": "afecc6",
+ "634b42": "094164",
+ "9c9484": "47d1b5",
+ "423331": "0c7588",
+ "634c42": "348999",
+ "291919": "094164",
+ "ad3163": "71de8c",
+ "de8ca5": "d8cfa0",
+ "634a42": "0d9999",
+ "6b314c": "749660",
+ "ffadce": "f4ebba",
+ "de528c": "e6ffc1"
+ },
+ "2": {
+ "423231": "404f6b",
+ "533f3a": "223656",
+ "604740": "3b6aa0",
+ "6b314a": "ad629a",
+ "423131": "9bb6c1",
+ "8c735a": "2b5caf",
+ "cec5c5": "6ac2e2",
+ "634b42": "223656",
+ "9c9484": "56a1e2",
+ "423331": "9bb6c1",
+ "634c42": "3f7dc7",
+ "291919": "5e718e",
+ "ad3163": "e098cd",
+ "de8ca5": "b1c4dd",
+ "634a42": "f2f7f9",
+ "6b314c": "65788e",
+ "ffadce": "f4f8f9",
+ "de528c": "ffbfcb"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/592_3.png b/public/images/pokemon/variant/592_3.png
index e7694c4c5cf..aaded0d9d7e 100644
Binary files a/public/images/pokemon/variant/592_3.png and b/public/images/pokemon/variant/592_3.png differ
diff --git a/public/images/pokemon/variant/594_3.png b/public/images/pokemon/variant/594_3.png
index 5db7ef43b86..91f730c416f 100644
Binary files a/public/images/pokemon/variant/594_3.png and b/public/images/pokemon/variant/594_3.png differ
diff --git a/public/images/pokemon/variant/616.json b/public/images/pokemon/variant/616.json
new file mode 100644
index 00000000000..184360b3734
--- /dev/null
+++ b/public/images/pokemon/variant/616.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "3a8442": "4e3671",
+ "42bd31": "775998",
+ "313131": "491722",
+ "c5c5d6": "f9c347",
+ "9494ad": "dc862d",
+ "ff4a7b": "6ba779",
+ "630021": "204b4f",
+ "b5214a": "346c65",
+ "de3163": "4a8474",
+ "000000": "ffffff",
+ "29315a": "69130d",
+ "5a5a7b": "b34516"
+ },
+ "2": {
+ "3a8442": "dfa75c",
+ "42bd31": "fff07e",
+ "313131": "171e2f",
+ "c5c5d6": "6e8e99",
+ "9494ad": "3f6372",
+ "ff4a7b": "8cb0d6",
+ "630021": "2e3469",
+ "b5214a": "4f62a4",
+ "de3163": "6b8bbf",
+ "000000": "ffffff",
+ "29315a": "1b253d",
+ "5a5a7b": "293a52"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/617.json b/public/images/pokemon/variant/617.json
new file mode 100644
index 00000000000..7c2951b5571
--- /dev/null
+++ b/public/images/pokemon/variant/617.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "ffffff": "fff47e",
+ "a5846b": "5a6675",
+ "42b55a": "4e3671",
+ "c53a6b": "427b6b",
+ "bdbdce": "df9847",
+ "527b42": "362658",
+ "732931": "214c49",
+ "ff4a7b": "6ba779",
+ "6b84c5": "eef5ff",
+ "3a2919": "192638",
+ "000000": "ffffff",
+ "293a6b": "69719e",
+ "5a6384": "b8c5e5"
+ },
+ "2": {
+ "a5846b": "637974",
+ "42b55a": "415c69",
+ "c53a6b": "dcaa47",
+ "527b42": "1d2a3b",
+ "732931": "8a5727",
+ "ff4a7b": "ffee72",
+ "6b84c5": "b43d40",
+ "3a2919": "2a2235",
+ "000000": "ffffff",
+ "293a6b": "461b2e",
+ "5a6384": "7b2c3d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/621.json b/public/images/pokemon/variant/621.json
new file mode 100644
index 00000000000..1c347dcadc8
--- /dev/null
+++ b/public/images/pokemon/variant/621.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "d6bd6b": "ac8b5e",
+ "940042": "1a2248",
+ "635231": "605127",
+ "104a8c": "7e231b",
+ "8c7b5a": "73654b",
+ "efc500": "5c7886",
+ "103163": "601111",
+ "521031": "0f1330",
+ "d60042": "26335d",
+ "316bad": "a13b2c",
+ "d65273": "be5b5e"
+ },
+ "2": {
+ "d6bd6b": "ffbc30",
+ "940042": "177297",
+ "635231": "be6e18",
+ "104a8c": "c9bb9a",
+ "8c7b5a": "da8921",
+ "efc500": "ffd437",
+ "103163": "a0896b",
+ "521031": "0f4973",
+ "d60042": "24aec0",
+ "316bad": "e3ddbd",
+ "d65273": "c583a5"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/631_2.png b/public/images/pokemon/variant/631_2.png
index 846ab3c59b5..e2f0d2b9252 100644
Binary files a/public/images/pokemon/variant/631_2.png and b/public/images/pokemon/variant/631_2.png differ
diff --git a/public/images/pokemon/variant/631_3.png b/public/images/pokemon/variant/631_3.png
index bd271ebda23..4bcb055fbe5 100644
Binary files a/public/images/pokemon/variant/631_3.png and b/public/images/pokemon/variant/631_3.png differ
diff --git a/public/images/pokemon/variant/6503.json b/public/images/pokemon/variant/6503.json
new file mode 100644
index 00000000000..c6cc21b45db
--- /dev/null
+++ b/public/images/pokemon/variant/6503.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "282f62": "f7d9de",
+ "c4c5cf": "e3c2ca",
+ "84a4a7": "563785",
+ "a82c47": "d45b9e",
+ "8aa3a3": "6b415b",
+ "494a48": "3d2439",
+ "1d3962": "28142c",
+ "d75063": "b73891",
+ "1e224e": "dc95ae",
+ "1e5b9b": "4d244b",
+ "181531": "a26579",
+ "6b1c34": "8f3396",
+ "597471": "332a59",
+ "8da8a8": "a58b90"
+ },
+ "2": {
+ "282f62": "efdfee",
+ "c4c5cf": "232d2e",
+ "84a4a7": "41857b",
+ "a82c47": "8abfb1",
+ "8aa3a3": "181f20",
+ "faf9f9": "2c3940",
+ "494a48": "0b0f18",
+ "1d3962": "321e1e",
+ "d75063": "8f65d8",
+ "1e224e": "ba9bc1",
+ "1e5b9b": "5e3e38",
+ "181531": "715b72",
+ "6b1c34": "6d9d9a",
+ "597471": "2a5c57"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/656.json b/public/images/pokemon/variant/656.json
new file mode 100644
index 00000000000..5037f86f22a
--- /dev/null
+++ b/public/images/pokemon/variant/656.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "838394": "4d7dc5",
+ "62ace6": "8363af",
+ "7bcdff": "9c75c2",
+ "fdea88": "ddfff9",
+ "a1a1c4": "7ab7ec",
+ "c9b241": "97d6e2",
+ "ccbd70": "bae7e8",
+ "174592": "37408c",
+ "f8f8f8": "b1e5ff",
+ "9c9cc5": "5385c7",
+ "cdcde6": "7eb7e8",
+ "396a83": "362864",
+ "5a94cd": "7054a4"
+ },
+ "2": {
+ "838394": "cc6845",
+ "62ace6": "c44848",
+ "7bcdff": "dd6155",
+ "fdea88": "ddfff9",
+ "a1a1c4": "f7c685",
+ "c9b241": "97d6e2",
+ "ccbd70": "bae7e8",
+ "174592": "198158",
+ "f8f8f8": "fff4bd",
+ "9c9cc5": "c96a48",
+ "cdcde6": "f7b785",
+ "396a83": "5c0d33",
+ "5a94cd": "a92f3f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/657.json b/public/images/pokemon/variant/657.json
new file mode 100644
index 00000000000..773b4d2efc1
--- /dev/null
+++ b/public/images/pokemon/variant/657.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "f8f8f8": "8dcfff",
+ "efc653": "abd7db",
+ "737373": "0f3f82",
+ "0b566a": "281f52",
+ "ffec72": "c9fff5",
+ "002c58": "1c0726",
+ "bfbfbf": "4386df",
+ "006ba6": "4e1852",
+ "009dd5": "61255e",
+ "0b4a7a": "340f3d",
+ "e1a03a": "78c7c7",
+ "41ccf5": "7755a7",
+ "2896b5": "4b3578"
+ },
+ "2": {
+ "f8f8f8": "fff6c7",
+ "efc653": "abd7db",
+ "737373": "df6a50",
+ "0b566a": "7e1628",
+ "ffec72": "ddfff9",
+ "002c58": "0c3b54",
+ "bfbfbf": "ffc996",
+ "006ba6": "239c91",
+ "009dd5": "37b8ac",
+ "0b4a7a": "156f78",
+ "e1a03a": "86abbb",
+ "41ccf5": "dd7355",
+ "2896b5": "a92f3a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/658-ash.json b/public/images/pokemon/variant/658-ash.json
new file mode 100644
index 00000000000..1845b2b1bea
--- /dev/null
+++ b/public/images/pokemon/variant/658-ash.json
@@ -0,0 +1,46 @@
+{
+ "1": {
+ "265595": "432b6c",
+ "3f4447": "466698",
+ "de3431": "3fca9f",
+ "f8f8f8": "a1e9f0",
+ "f4f4f4": "d7eff4",
+ "7b282e": "0e3e81",
+ "6b1d1d": "206d74",
+ "4ebdd9": "41a7b0",
+ "bfb169": "165e78",
+ "bfbfbf": "8cc7d4",
+ "ffb2bf": "b7e9ff",
+ "bf4c60": "4386df",
+ "fff0a6": "208698",
+ "3e7acc": "6b4592",
+ "18335c": "170738",
+ "f2798d": "8dcfff",
+ "f01818": "39b88f",
+ "7ddeff": "7ddcd6",
+ "268794": "1c3e58",
+ "282c35": "271f4c"
+ },
+ "2": {
+ "265595": "cc7251",
+ "3f4447": "466698",
+ "de3431": "9ceec6",
+ "f8f8f8": "89d2b8",
+ "f4f4f4": "d7eff4",
+ "7b282e": "152a5c",
+ "6b1d1d": "356e8d",
+ "4ebdd9": "2f6e74",
+ "bfb169": "431022",
+ "bfbfbf": "8cc7d4",
+ "ffb2bf": "86d6b6",
+ "bf4c60": "32738b",
+ "fff0a6": "4d2637",
+ "3e7acc": "ecbb7a",
+ "18335c": "9f2727",
+ "f2798d": "5eb4a9",
+ "f01818": "ffe88d",
+ "7ddeff": "46988d",
+ "268794": "1c3e58",
+ "282c35": "4d2637"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/658.json b/public/images/pokemon/variant/658.json
new file mode 100644
index 00000000000..25a6dad359d
--- /dev/null
+++ b/public/images/pokemon/variant/658.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "ffb2bf": "b7e9ff",
+ "bf4c60": "4386df",
+ "66d9ff": "7ddcd6",
+ "3d61cc": "6b4592",
+ "fff0a6": "208698",
+ "c92e2e": "73c5ff",
+ "937f69": "406695",
+ "c2c1bc": "89b0d7",
+ "f2798d": "8dcfff",
+ "f7f7f7": "d8ffff",
+ "2e4999": "432b6c",
+ "bfb169": "165e78",
+ "803340": "0e3e81",
+ "1b2a59": "170738"
+ },
+ "2": {
+ "ffb2bf": "86d6b6",
+ "bf4c60": "32738b",
+ "66d9ff": "48968c",
+ "3d61cc": "ecbb7a",
+ "fff0a6": "652240",
+ "c92e2e": "63bf9b",
+ "937f69": "466698",
+ "c2c1bc": "8cc7d4",
+ "f2798d": "5eb4a9",
+ "f7f7f7": "d7eff4",
+ "2e4999": "cc7251",
+ "bfb169": "431022",
+ "803340": "152a5c",
+ "1b2a59": "9f2727"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental.json b/public/images/pokemon/variant/666-continental.json
index 67e25fc79b4..92614fb346c 100644
--- a/public/images/pokemon/variant/666-continental.json
+++ b/public/images/pokemon/variant/666-continental.json
@@ -2,6 +2,7 @@
"1": {
"101010": "101010",
"595959": "724b7a",
+ "555353": "724b7a",
"d18257": "d18257",
"f9bd55": "f9bd55",
"303030": "402746",
@@ -15,5 +16,23 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"e08528": "e08528"
+ },
+ "2": {
+ "101010": "101010",
+ "595959": "8f551e",
+ "555353": "e99b44",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "6d2d0d",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "9c5c19",
+ "ceab62": "e99b44",
+ "707068": "e99b44",
+ "504a4a": "9c5c19",
+ "aa5844": "aa5844",
+ "c3c3c3": "f8f27f",
+ "811c1c": "811c1c",
+ "308528": "308528"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental_3.json b/public/images/pokemon/variant/666-continental_3.json
deleted file mode 100644
index ed0fee105bb..00000000000
--- a/public/images/pokemon/variant/666-continental_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:70eae64f87d7226958d0443e262bab16:5ea86607863e872365dc956f4d819752:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental_3.png b/public/images/pokemon/variant/666-continental_3.png
deleted file mode 100644
index 8052f0360f5..00000000000
Binary files a/public/images/pokemon/variant/666-continental_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-fancy.json b/public/images/pokemon/variant/666-fancy.json
new file mode 100644
index 00000000000..1f31ac6983d
--- /dev/null
+++ b/public/images/pokemon/variant/666-fancy.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "e3e982",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_2.json b/public/images/pokemon/variant/666-fancy_2.json
deleted file mode 100644
index d2dd365d3ed..00000000000
--- a/public/images/pokemon/variant/666-fancy_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d5276d8c199bae070dbaa73293fd554:a099f55391d8e4bbae565d4a170574c9:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_2.png b/public/images/pokemon/variant/666-fancy_2.png
deleted file mode 100644
index 68e535cf3a1..00000000000
Binary files a/public/images/pokemon/variant/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-fancy_3.json b/public/images/pokemon/variant/666-fancy_3.json
deleted file mode 100644
index be0625b1360..00000000000
--- a/public/images/pokemon/variant/666-fancy_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d5276d8c199bae070dbaa73293fd554:a099f55391d8e4bbae565d4a170574c9:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_3.png b/public/images/pokemon/variant/666-fancy_3.png
deleted file mode 100644
index 2accdb4f486..00000000000
Binary files a/public/images/pokemon/variant/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-high-plains.json b/public/images/pokemon/variant/666-high-plains.json
index fd26a077f34..85a5eb24cc3 100644
--- a/public/images/pokemon/variant/666-high-plains.json
+++ b/public/images/pokemon/variant/666-high-plains.json
@@ -14,7 +14,8 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -31,6 +32,7 @@
"c3c3c3": "edc67c",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-monsoon.json b/public/images/pokemon/variant/666-monsoon.json
index 8aaedab67ca..915d471b2b1 100644
--- a/public/images/pokemon/variant/666-monsoon.json
+++ b/public/images/pokemon/variant/666-monsoon.json
@@ -1,36 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "675220": "958c8a",
- "ceab62": "d9edd4",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "a97cbc",
- "504a4a": "7f6991",
- "4eccd6": "4eccd6",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "c3c3c3": "ffeaff",
- "811c1c": "811c1c"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "675220": "2c3593",
- "ceab62": "5857bc",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "5857bc",
- "504a4a": "2c3593",
- "4eccd6": "4eccd6",
- "5676de": "5676de",
- "c3c3c3": "b8f9f9",
- "811c1c": "811c1c"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-ocean.json b/public/images/pokemon/variant/666-ocean.json
index 975602c6f9e..23f8d48c681 100644
--- a/public/images/pokemon/variant/666-ocean.json
+++ b/public/images/pokemon/variant/666-ocean.json
@@ -22,7 +22,7 @@
"e1384d": "e1384d",
"f4ad61": "f4ad61",
"f8ef6a": "f8ef6a",
- "303030": "b56208",
+ "303030": "b54908",
"675220": "bc601c",
"ceab62": "ea8742",
"707068": "ea8742",
diff --git a/public/images/pokemon/variant/666-poke-ball.json b/public/images/pokemon/variant/666-poke-ball.json
index e83072c51a5..fe6b42f6ef3 100644
--- a/public/images/pokemon/variant/666-poke-ball.json
+++ b/public/images/pokemon/variant/666-poke-ball.json
@@ -14,6 +14,25 @@
"504a4a": "7f6991",
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
- "a9a99e": "a9a99e"
+ "a9a99e": "a9a99e",
+ "2c2b2b": "402746"
+ },
+ "2": {
+ "101010": "101010",
+ "f8f8f8": "00006d",
+ "303030": "ae001a",
+ "2c2b2b": "660000",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "c3c3c3": "f0a6bf",
+ "707068": "d5375a",
+ "a9a99e": "000050",
+ "811c1c": "811c1c",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "675220": "a70038",
+ "ceab62": "d5375a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-poke-ball_3.json b/public/images/pokemon/variant/666-poke-ball_3.json
deleted file mode 100644
index d506cef780e..00000000000
--- a/public/images/pokemon/variant/666-poke-ball_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ff5b539e59b71fa67f66f26bb0f2e9d:45bec6d118350401c25850e5f12a25af:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-poke-ball_3.png b/public/images/pokemon/variant/666-poke-ball_3.png
deleted file mode 100644
index 64a072a7cbe..00000000000
Binary files a/public/images/pokemon/variant/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-river.json b/public/images/pokemon/variant/666-river.json
index 818e1ee3989..c7e5e288d05 100644
--- a/public/images/pokemon/variant/666-river.json
+++ b/public/images/pokemon/variant/666-river.json
@@ -1,19 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "303030": "7b2800",
- "625841": "625841",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "707068": "d9a666",
- "504a4a": "ae7f41",
- "c3c3c3": "e3c384",
- "811c1c": "811c1c",
- "279ec2": "279ec2",
- "59c9d3": "59c9d3",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-river_2.json b/public/images/pokemon/variant/666-river_2.json
deleted file mode 100644
index 0da0f00b0be..00000000000
--- a/public/images/pokemon/variant/666-river_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:39f778a45b20cfcfded5a350ee1a02e9:5d7e7e891b7da588a2ebd23733da6c2d:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-river_2.png b/public/images/pokemon/variant/666-river_2.png
deleted file mode 100644
index 9b02df92a91..00000000000
Binary files a/public/images/pokemon/variant/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/669-blue_2.png b/public/images/pokemon/variant/669-blue_2.png
index b2f9ac59598..32ecda80b8d 100644
Binary files a/public/images/pokemon/variant/669-blue_2.png and b/public/images/pokemon/variant/669-blue_2.png differ
diff --git a/public/images/pokemon/variant/669-blue_3.png b/public/images/pokemon/variant/669-blue_3.png
index 8cc36b72d06..8ce437a4442 100644
Binary files a/public/images/pokemon/variant/669-blue_3.png and b/public/images/pokemon/variant/669-blue_3.png differ
diff --git a/public/images/pokemon/variant/669-orange_2.png b/public/images/pokemon/variant/669-orange_2.png
index 3131bba78ea..fe6a2ccbf7d 100644
Binary files a/public/images/pokemon/variant/669-orange_2.png and b/public/images/pokemon/variant/669-orange_2.png differ
diff --git a/public/images/pokemon/variant/669-red.json b/public/images/pokemon/variant/669-red.json
index 627fdbeb44f..145228a41c2 100644
--- a/public/images/pokemon/variant/669-red.json
+++ b/public/images/pokemon/variant/669-red.json
@@ -1,4 +1,22 @@
{
+ "1": {
+ "101010": "101010",
+ "3d6629": "094740",
+ "665a1f": "3e0547",
+ "595959": "595959",
+ "686868": "686868",
+ "802d2d": "55061c",
+ "d94c4c": "aa263c",
+ "e15455": "dc6295",
+ "ff7373": "cd4a4a",
+ "65a943": "e493a1",
+ "6bb347": "1d8057",
+ "ccb43d": "6a094f",
+ "ffe14c": "9c235f",
+ "bfbfbf": "bfbfbf",
+ "f8f8f8": "f8f8f8",
+ "fffbfb": "fffbfb"
+ },
"2": {
"665a1f": "393833",
"ffe14c": "fdfffb",
diff --git a/public/images/pokemon/variant/669-red_2.json b/public/images/pokemon/variant/669-red_2.json
deleted file mode 100644
index 33816135db6..00000000000
--- a/public/images/pokemon/variant/669-red_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "669-red_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 46,
- "h": 46
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:30be9438b4a7afb54dfbdae88661c2ed:ba8475f09ea3d2213c2462b54bc4a3e0:9f8ada9cf46c4e29f954b2eb815bc4e5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/669-red_2.png b/public/images/pokemon/variant/669-red_2.png
deleted file mode 100644
index b898c298fbf..00000000000
Binary files a/public/images/pokemon/variant/669-red_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/669-yellow_2.png b/public/images/pokemon/variant/669-yellow_2.png
index 37e8d8726a9..5811dfd493b 100644
Binary files a/public/images/pokemon/variant/669-yellow_2.png and b/public/images/pokemon/variant/669-yellow_2.png differ
diff --git a/public/images/pokemon/variant/670-blue_2.png b/public/images/pokemon/variant/670-blue_2.png
index 1362ccbd2e5..73e797d7c28 100644
Binary files a/public/images/pokemon/variant/670-blue_2.png and b/public/images/pokemon/variant/670-blue_2.png differ
diff --git a/public/images/pokemon/variant/670-blue_3.png b/public/images/pokemon/variant/670-blue_3.png
index 881ca7f208f..e9f9322eaf1 100644
Binary files a/public/images/pokemon/variant/670-blue_3.png and b/public/images/pokemon/variant/670-blue_3.png differ
diff --git a/public/images/pokemon/variant/670-orange_2.png b/public/images/pokemon/variant/670-orange_2.png
index 80ccbdf030a..1144b3deb5e 100644
Binary files a/public/images/pokemon/variant/670-orange_2.png and b/public/images/pokemon/variant/670-orange_2.png differ
diff --git a/public/images/pokemon/variant/670-orange_3.png b/public/images/pokemon/variant/670-orange_3.png
index 0c579de4ed8..585031e7c26 100644
Binary files a/public/images/pokemon/variant/670-orange_3.png and b/public/images/pokemon/variant/670-orange_3.png differ
diff --git a/public/images/pokemon/variant/670-red_2.png b/public/images/pokemon/variant/670-red_2.png
index 7c7618848b9..5a53a3fc8a1 100644
Binary files a/public/images/pokemon/variant/670-red_2.png and b/public/images/pokemon/variant/670-red_2.png differ
diff --git a/public/images/pokemon/variant/670-red_3.png b/public/images/pokemon/variant/670-red_3.png
index 95bea559c8d..4774c9e8012 100644
Binary files a/public/images/pokemon/variant/670-red_3.png and b/public/images/pokemon/variant/670-red_3.png differ
diff --git a/public/images/pokemon/variant/670-white_2.png b/public/images/pokemon/variant/670-white_2.png
index 303905201d8..f5cdefbeef6 100644
Binary files a/public/images/pokemon/variant/670-white_2.png and b/public/images/pokemon/variant/670-white_2.png differ
diff --git a/public/images/pokemon/variant/670-white_3.png b/public/images/pokemon/variant/670-white_3.png
index ce9479353f4..051eea69c8f 100644
Binary files a/public/images/pokemon/variant/670-white_3.png and b/public/images/pokemon/variant/670-white_3.png differ
diff --git a/public/images/pokemon/variant/670-yellow_2.png b/public/images/pokemon/variant/670-yellow_2.png
index e1866464222..9a02754ed75 100644
Binary files a/public/images/pokemon/variant/670-yellow_2.png and b/public/images/pokemon/variant/670-yellow_2.png differ
diff --git a/public/images/pokemon/variant/670-yellow_3.png b/public/images/pokemon/variant/670-yellow_3.png
index af6e6d83f43..86464b7c97e 100644
Binary files a/public/images/pokemon/variant/670-yellow_3.png and b/public/images/pokemon/variant/670-yellow_3.png differ
diff --git a/public/images/pokemon/variant/671-blue_3.png b/public/images/pokemon/variant/671-blue_3.png
index 8d755b76a7c..fb57dab589e 100644
Binary files a/public/images/pokemon/variant/671-blue_3.png and b/public/images/pokemon/variant/671-blue_3.png differ
diff --git a/public/images/pokemon/variant/671-red_3.png b/public/images/pokemon/variant/671-red_3.png
index ad3656d2b62..9daddb10dc1 100644
Binary files a/public/images/pokemon/variant/671-red_3.png and b/public/images/pokemon/variant/671-red_3.png differ
diff --git a/public/images/pokemon/variant/671-white_3.png b/public/images/pokemon/variant/671-white_3.png
index bab8091ae50..3c024e09b8d 100644
Binary files a/public/images/pokemon/variant/671-white_3.png and b/public/images/pokemon/variant/671-white_3.png differ
diff --git a/public/images/pokemon/variant/671-yellow_3.png b/public/images/pokemon/variant/671-yellow_3.png
index f518af40869..dab7a758d81 100644
Binary files a/public/images/pokemon/variant/671-yellow_3.png and b/public/images/pokemon/variant/671-yellow_3.png differ
diff --git a/public/images/pokemon/variant/672_3.png b/public/images/pokemon/variant/672_3.png
index 47e1401b99f..02d2fe283b9 100644
Binary files a/public/images/pokemon/variant/672_3.png and b/public/images/pokemon/variant/672_3.png differ
diff --git a/public/images/pokemon/variant/676-dandy.json b/public/images/pokemon/variant/676-dandy.json
new file mode 100644
index 00000000000..ac18c8446d9
--- /dev/null
+++ b/public/images/pokemon/variant/676-dandy.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "594d46": "788087",
+ "30552b": "423839",
+ "b8bcaf": "5e0f16",
+ "f1f2ee": "8a1d1d",
+ "376277": "4f8fe3",
+ "9c9f94": "42090e",
+ "4b4b46": "2b040f",
+ "508a3c": "aa9999",
+ "816e64": "a6afb3",
+ "6eb92b": "eddddd",
+ "453434": "313439"
+ },
+ "2": {
+ "594d46": "9c7aca",
+ "30552b": "6a102e",
+ "b8bcaf": "ce9ede",
+ "f1f2ee": "e6c3f8",
+ "376277": "314173",
+ "fe3c31": "8362b4",
+ "9c9f94": "ad76bc",
+ "4b4b46": "6b3f77",
+ "508a3c": "ac254b",
+ "a83c31": "473085",
+ "816e64": "ae95dc",
+ "6eb92b": "e44a62",
+ "453434": "593173"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676-debutante.json b/public/images/pokemon/variant/676-debutante.json
new file mode 100644
index 00000000000..bf3d0dfe212
--- /dev/null
+++ b/public/images/pokemon/variant/676-debutante.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "594d46": "788087",
+ "376277": "4f8fe3",
+ "9c9f94": "42090e",
+ "f8f9f7": "8a1d1d",
+ "dfb76a": "aa9999",
+ "4b4b46": "2b040f",
+ "bcc0b3": "5e0f16",
+ "453434": "313439",
+ "816e64": "a6afb3",
+ "ac6d40": "423839",
+ "fbf588": "e3d6d6"
+ },
+ "2": {
+ "594d46": "48a7d0",
+ "376277": "717171",
+ "fe3c31": "762ea8",
+ "9c9f94": "122a39",
+ "f8f9f7": "0e728e",
+ "dfb76a": "c6a65c",
+ "4b4b46": "021a2f",
+ "bcc0b3": "0b4b68",
+ "453434": "122a39",
+ "a83c31": "521073",
+ "816e64": "74ccec",
+ "ac6d40": "684d24",
+ "fbf588": "ffe998"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676-diamond.json b/public/images/pokemon/variant/676-diamond.json
new file mode 100644
index 00000000000..72e19d6a853
--- /dev/null
+++ b/public/images/pokemon/variant/676-diamond.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "594d46": "788087",
+ "aa3e2b": "423839",
+ "b8bcaf": "5e0f16",
+ "f1f2ee": "8a1d1d",
+ "376277": "4f8fe3",
+ "645e55": "2b040f",
+ "d95b37": "aa9999",
+ "e68a4d": "eddddd",
+ "453434": "313439",
+ "816e64": "a6afb3"
+ },
+ "2": {
+ "594d46": "bd9462",
+ "aa3e2b": "642c0a",
+ "b8bcaf": "319c6a",
+ "f1f2ee": "6abd81",
+ "376277": "c56e34",
+ "fe3c31": "b37e47",
+ "645e55": "1b684b",
+ "d95b37": "935927",
+ "e68a4d": "b37e47",
+ "453434": "6c4b2d",
+ "a83c31": "642c0a",
+ "816e64": "eed59c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676-heart.json b/public/images/pokemon/variant/676-heart.json
new file mode 100644
index 00000000000..895b5b49e99
--- /dev/null
+++ b/public/images/pokemon/variant/676-heart.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "594d46": "788087",
+ "f18598": "48474c",
+ "b8bcaf": "5e0f16",
+ "f1f2ee": "8a1d1d",
+ "e0546c": "2a2a2f",
+ "376277": "4f8fe3",
+ "645e55": "2b040f",
+ "453434": "313439",
+ "816e64": "a6afb3",
+ "a73f4f": "19181f"
+ },
+ "2": {
+ "594d46": "aca49c",
+ "f18598": "5f5953",
+ "b8bcaf": "bfc7e8",
+ "f1f2ee": "e4eafc",
+ "e0546c": "4c413c",
+ "376277": "1b1c21",
+ "fe3c31": "9475de",
+ "645e55": "7a81b7",
+ "453434": "837373",
+ "a83c31": "7249b7",
+ "816e64": "dadace",
+ "a73f4f": "2c2320"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676-kabuki.json b/public/images/pokemon/variant/676-kabuki.json
new file mode 100644
index 00000000000..9d57fc830be
--- /dev/null
+++ b/public/images/pokemon/variant/676-kabuki.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "816e64": "a6afb3",
+ "8f2121": "19181f",
+ "b01a1a": "2a2a2f",
+ "d02f2e": "262629",
+ "594d46": "788087",
+ "f44b3d": "48474c",
+ "376277": "4f8fe3",
+ "68675c": "2b040f",
+ "453434": "313439",
+ "8a7d79": "a6afb3",
+ "9c9f94": "42090e",
+ "534343": "313439",
+ "bcc0b3": "5e0f16",
+ "f1f2ee": "8a1d1d"
+ },
+ "2": {
+ "816e64": "506e7b",
+ "8f2121": "1b1d39",
+ "b01a1a": "305d9e",
+ "d02f2e": "48578e",
+ "594d46": "3e5368",
+ "f66559": "9890ec",
+ "f44b3d": "4c89d9",
+ "376277": "436ca1",
+ "68675c": "192b42",
+ "453434": "17242f",
+ "8a7d79": "425a70",
+ "9c9f94": "468197",
+ "534343": "233342",
+ "bcc0b3": "549ab8",
+ "f1f2ee": "6bcfd9",
+ "b32524": "8067c6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676-la-reine.json b/public/images/pokemon/variant/676-la-reine.json
new file mode 100644
index 00000000000..ae73038cfb2
--- /dev/null
+++ b/public/images/pokemon/variant/676-la-reine.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "816e64": "a6afb3",
+ "31a7bb": "aa9999",
+ "594d46": "788087",
+ "2f7387": "423839",
+ "453434": "313439",
+ "4b4b46": "2b040f",
+ "8a7d79": "a6afb3",
+ "9c9f94": "42090e",
+ "376277": "4f8fe3",
+ "56d1d8": "eddddd",
+ "bcc0b3": "5e0f16",
+ "f1f2ee": "8a1d1d"
+ },
+ "2": {
+ "816e64": "973721",
+ "a83c31": "3041b7",
+ "31a7bb": "e3b876",
+ "594d46": "711e1e",
+ "2f7387": "8e673e",
+ "453434": "360608",
+ "4b4b46": "550b0c",
+ "8a7d79": "a11e24",
+ "9c9f94": "c63b31",
+ "376277": "221755",
+ "56d1d8": "ffec9b",
+ "bcc0b3": "d9533c",
+ "f1f2ee": "ee724b",
+ "fe3c31": "4b77e1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676-matron.json b/public/images/pokemon/variant/676-matron.json
new file mode 100644
index 00000000000..8fdf48c14a8
--- /dev/null
+++ b/public/images/pokemon/variant/676-matron.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "594d46": "788087",
+ "b8bcaf": "5e0f16",
+ "873a5b": "19181f",
+ "376277": "4f8fe3",
+ "9c9f94": "42090e",
+ "f8f9f7": "8a1d1d",
+ "d07da9": "48474c",
+ "5f5951": "2b040f",
+ "816e64": "a6afb3",
+ "453434": "313439",
+ "b95b83": "2a2a2f"
+ },
+ "2": {
+ "594d46": "d0b5b5",
+ "b8bcaf": "d95e7e",
+ "873a5b": "1b447b",
+ "376277": "2246aa",
+ "fe3c31": "64edf3",
+ "9c9f94": "bd4d6a",
+ "f8f9f7": "fa8c9f",
+ "d07da9": "64c8f3",
+ "5f5951": "8a2843",
+ "a83c31": "45a6d0",
+ "816e64": "e3d6d6",
+ "453434": "715456",
+ "b95b83": "528fcc"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676-pharaoh.json b/public/images/pokemon/variant/676-pharaoh.json
new file mode 100644
index 00000000000..cf6694aa348
--- /dev/null
+++ b/public/images/pokemon/variant/676-pharaoh.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "594d46": "788087",
+ "25559c": "2a2a2f",
+ "217fc4": "48474c",
+ "f1f2ee": "8a1d1d",
+ "376277": "4f8fe3",
+ "9c9f94": "42090e",
+ "bcc0b3": "5e0f16",
+ "68675c": "2b040f",
+ "453434": "313439",
+ "816e64": "a6afb3",
+ "243a6f": "19181f"
+ },
+ "2": {
+ "594d46": "1c1c30",
+ "25559c": "d0902d",
+ "217fc4": "eed552",
+ "f1f2ee": "5e5e75",
+ "376277": "5e0808",
+ "fe3c31": "ec4d3e",
+ "9c9f94": "332b48",
+ "bcc0b3": "3b3955",
+ "68675c": "17122f",
+ "453434": "130b1c",
+ "a83c31": "a11717",
+ "816e64": "312c42",
+ "243a6f": "a15317"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676-star.json b/public/images/pokemon/variant/676-star.json
new file mode 100644
index 00000000000..e0b0e330676
--- /dev/null
+++ b/public/images/pokemon/variant/676-star.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "594d46": "788087",
+ "376277": "4f8fe3",
+ "645e55": "2b040f",
+ "b8bcaf": "5e0f16",
+ "3e8ebf": "2a2a2f",
+ "f1f2ee": "8a1d1d",
+ "453434": "313439",
+ "3a5078": "19181f",
+ "816e64": "a6afb3",
+ "7dc2e8": "48474c"
+ },
+ "2": {
+ "594d46": "d7bc4d",
+ "376277": "647bb1",
+ "fe3c31": "b5e0f3",
+ "645e55": "848e75",
+ "a83c31": "6192aa",
+ "b8bcaf": "d6dec2",
+ "3e8ebf": "ac802f",
+ "f1f2ee": "fcfef5",
+ "453434": "836329",
+ "3a5078": "613d11",
+ "816e64": "f7e784",
+ "7dc2e8": "cdac4a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/676.json b/public/images/pokemon/variant/676.json
new file mode 100644
index 00000000000..8c9199960c9
--- /dev/null
+++ b/public/images/pokemon/variant/676.json
@@ -0,0 +1,21 @@
+{
+ "1": {
+ "bcbca8": "5e0f16",
+ "606056": "2b040f",
+ "8e8e7b": "42090e",
+ "f2f2da": "8a1d1d",
+ "3f6273": "4f8fe3",
+ "494340": "788087",
+ "736b67": "a6afb3"
+ },
+ "2": {
+ "bcbca8": "a4624a",
+ "cc2929": "3a240e",
+ "606056": "4a281b",
+ "8e8e7b": "805145",
+ "f2f2da": "c18960",
+ "3f6273": "4a281b",
+ "494340": "e6c594",
+ "736b67": "ffe6ac"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/682.json b/public/images/pokemon/variant/682.json
new file mode 100644
index 00000000000..03337345194
--- /dev/null
+++ b/public/images/pokemon/variant/682.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "661f1f": "cd6132",
+ "bf5f9f": "7c48a1",
+ "6b3962": "30185d",
+ "cc7087": "318759",
+ "993d80": "4f297e",
+ "ff99b3": "48ab61",
+ "f24949": "ffa24f",
+ "7f4d59": "20644e"
+ },
+ "2": {
+ "661f1f": "daa235",
+ "bf5f9f": "f0ebdd",
+ "6b3962": "b89477",
+ "cc7087": "c3561a",
+ "993d80": "d2bfa1",
+ "ff99b3": "da7e29",
+ "a6a6a6": "503851",
+ "f24949": "ffe664",
+ "e5e5e5": "6b4767",
+ "737373": "422f46",
+ "4d4d4d": "332539",
+ "7f4d59": "a23812"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/683.json b/public/images/pokemon/variant/683.json
new file mode 100644
index 00000000000..42abc0856ad
--- /dev/null
+++ b/public/images/pokemon/variant/683.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "661f1f": "b64d29",
+ "cc7087": "318759",
+ "ff99b3": "48ab61",
+ "fff0a6": "fec04b",
+ "f24949": "ffa24f",
+ "6b3962": "30185d",
+ "e5c37e": "d6872c",
+ "993d80": "4f297e",
+ "404040": "2c283b",
+ "b33636": "f4863f",
+ "7f4d59": "20644e",
+ "bf5f9f": "7c48a1"
+ },
+ "2": {
+ "661f1f": "c78925",
+ "cc7087": "c3561a",
+ "ff99b3": "da7e29",
+ "fff0a6": "6d8719",
+ "a6a6a6": "503851",
+ "f24949": "ffe664",
+ "6b3962": "b89477",
+ "e5c37e": "376d11",
+ "993d80": "d2bfa1",
+ "e5e5e5": "6b4767",
+ "404040": "2a2234",
+ "b33636": "f0c150",
+ "7f4d59": "a23812",
+ "bf5f9f": "f0ebdd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/684.json b/public/images/pokemon/variant/684.json
new file mode 100644
index 00000000000..df4240c57d6
--- /dev/null
+++ b/public/images/pokemon/variant/684.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "805963": "2d0c42",
+ "661a2d": "205025",
+ "e53964": "689b52",
+ "ffccd9": "814db1",
+ "f8f8f8": "caff90",
+ "cc99a6": "613b84",
+ "fff2f2": "f39f62",
+ "7b5760": "b13924",
+ "ccadad": "df6b40"
+ },
+ "2": {
+ "805963": "679baa",
+ "661a2d": "26061b",
+ "e53964": "612747",
+ "ffccd9": "cbf6da",
+ "f8f8f8": "e4819d",
+ "cc99a6": "93d6ce",
+ "fff2f2": "746998",
+ "7b5760": "3c2f51",
+ "ccadad": "4b4876"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/685.json b/public/images/pokemon/variant/685.json
new file mode 100644
index 00000000000..99d52263178
--- /dev/null
+++ b/public/images/pokemon/variant/685.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "f8f8f8": "caff90",
+ "661a2d": "13391c",
+ "7b5760": "b13924",
+ "a62949": "26592b",
+ "ffccd9": "8961c6",
+ "ff8ca9": "8dbe6d",
+ "cc99a6": "613b84",
+ "e53964": "689b52",
+ "fff2f2": "f39f62",
+ "ccadad": "df6b40",
+ "805963": "2d0c42"
+ },
+ "2": {
+ "f8f8f8": "e4819d",
+ "661a2d": "26061b",
+ "7b5760": "3c2f51",
+ "a62949": "441838",
+ "ffccd9": "cbf6da",
+ "ff8ca9": "8c4264",
+ "cc99a6": "93d6ce",
+ "e53964": "612747",
+ "fff2f2": "746998",
+ "ccadad": "4b4876",
+ "805963": "679baa"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/688.json b/public/images/pokemon/variant/688.json
new file mode 100644
index 00000000000..e5749f6bb3f
--- /dev/null
+++ b/public/images/pokemon/variant/688.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "5890b0": "a9582e",
+ "385860": "70240f",
+ "372e27": "220a56",
+ "6b503b": "373295",
+ "d0d0d0": "d3bc8c",
+ "c0e0e8": "e8d37b",
+ "8a6d45": "4557b5",
+ "101010": "37160a",
+ "b7653f": "459aac",
+ "fcffff": "e8e5c6",
+ "808080": "7c582e",
+ "88c0c8": "cd8a50",
+ "ef8955": "70cccf"
+ },
+ "2": {
+ "5890b0": "4b0038",
+ "385860": "2c052a",
+ "372e27": "1e1324",
+ "6b503b": "ba9fba",
+ "d0d0d0": "7eac4e",
+ "c0e0e8": "a74083",
+ "8a6d45": "f6eefc",
+ "101010": "0a391b",
+ "b7653f": "332149",
+ "fcffff": "caea77",
+ "f8f8f8": "ffffff",
+ "808080": "2a5524",
+ "88c0c8": "731f5c",
+ "ef8955": "4a376e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/689.json b/public/images/pokemon/variant/689.json
new file mode 100644
index 00000000000..cd6db09c8d2
--- /dev/null
+++ b/public/images/pokemon/variant/689.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "bfeaff": "e8d37b",
+ "f2f2f2": "e8e5c6",
+ "5b8da6": "8d5030",
+ "595959": "7c582e",
+ "403410": "220a56",
+ "3f6273": "672e1e",
+ "b3b3b3": "d3bc8c",
+ "cc7f70": "459aac",
+ "85b4cc": "cd8a50",
+ "ff9f8c": "70cccf",
+ "66541f": "373295",
+ "997e2e": "4557b5"
+ },
+ "2": {
+ "bfeaff": "a74083",
+ "f2f2f2": "caea77",
+ "5b8da6": "4b0038",
+ "595959": "2a5524",
+ "403410": "3f2a4b",
+ "3f6273": "3e073b",
+ "b3b3b3": "7eac4e",
+ "cc7f70": "332149",
+ "85b4cc": "731f5c",
+ "f8f8f8": "dbaf67",
+ "ff9f8c": "4a376e",
+ "66541f": "ccb6cc",
+ "997e2e": "f6eefc"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/696_3.png b/public/images/pokemon/variant/696_3.png
index d053158281d..6eab4cd29b3 100644
Binary files a/public/images/pokemon/variant/696_3.png and b/public/images/pokemon/variant/696_3.png differ
diff --git a/public/images/pokemon/variant/697_3.png b/public/images/pokemon/variant/697_3.png
index c6dbd843eb0..055f35c71e0 100644
Binary files a/public/images/pokemon/variant/697_3.png and b/public/images/pokemon/variant/697_3.png differ
diff --git a/public/images/pokemon/variant/69_2.png b/public/images/pokemon/variant/69_2.png
index 2f2a713de27..8ed462e7c9b 100644
Binary files a/public/images/pokemon/variant/69_2.png and b/public/images/pokemon/variant/69_2.png differ
diff --git a/public/images/pokemon/variant/69_3.png b/public/images/pokemon/variant/69_3.png
index 537d1379e1b..6e37bdf8c33 100644
Binary files a/public/images/pokemon/variant/69_3.png and b/public/images/pokemon/variant/69_3.png differ
diff --git a/public/images/pokemon/variant/715.json b/public/images/pokemon/variant/715.json
new file mode 100644
index 00000000000..e43af20a0de
--- /dev/null
+++ b/public/images/pokemon/variant/715.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "101010": "101010",
+ "2b2b2b": "43167f",
+ "343333": "563d8f",
+ "3b3b3b": "5f32b1",
+ "6a3f73": "0f103c",
+ "287366": "731338",
+ "575757": "7a5ccc",
+ "555454": "9166c8",
+ "801a1a": "5d173d",
+ "e52e2e": "903b78",
+ "ffe14c": "ff8a58",
+ "8e5499": "202558",
+ "bd70cc": "2f386b",
+ "3aa694": "a42c54",
+ "4cd9c1": "d04b6c",
+ "bfbfbf": "bb9adc",
+ "f8f8f8": "f8f8f8",
+ "f7f3f3": "d6c8f1"
+ },
+ "2": {
+ "101010": "101010",
+ "2b2b2b": "5e3932",
+ "343333": "1d060c",
+ "3b3b3b": "c29484",
+ "6a3f73": "3b0c18",
+ "287366": "832714",
+ "575757": "ecd3c3",
+ "555454": "2f0d13",
+ "801a1a": "7c0907",
+ "e52e2e": "ad3419",
+ "ffe14c": "49ffcd",
+ "8e5499": "5b1922",
+ "bd70cc": "7c2928",
+ "3aa694": "b8552c",
+ "4cd9c1": "dd834c",
+ "bfbfbf": "43191e",
+ "f8f8f8": "f8f8f8",
+ "f7f3f3": "5a2a2b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/715_2.png b/public/images/pokemon/variant/715_2.png
index 33534d0e77e..fe80cacfd31 100644
Binary files a/public/images/pokemon/variant/715_2.png and b/public/images/pokemon/variant/715_2.png differ
diff --git a/public/images/pokemon/variant/715_3.png b/public/images/pokemon/variant/715_3.png
index 77b4b1d5006..e48057a11ff 100644
Binary files a/public/images/pokemon/variant/715_3.png and b/public/images/pokemon/variant/715_3.png differ
diff --git a/public/images/pokemon/variant/742_2.png b/public/images/pokemon/variant/742_2.png
index 43103181126..32dc5593c55 100644
Binary files a/public/images/pokemon/variant/742_2.png and b/public/images/pokemon/variant/742_2.png differ
diff --git a/public/images/pokemon/variant/742_3.png b/public/images/pokemon/variant/742_3.png
index 88002632e61..599b1598002 100644
Binary files a/public/images/pokemon/variant/742_3.png and b/public/images/pokemon/variant/742_3.png differ
diff --git a/public/images/pokemon/variant/743_2.png b/public/images/pokemon/variant/743_2.png
index fe5fbfae5d3..fb83af131eb 100644
Binary files a/public/images/pokemon/variant/743_2.png and b/public/images/pokemon/variant/743_2.png differ
diff --git a/public/images/pokemon/variant/743_3.png b/public/images/pokemon/variant/743_3.png
index 36a3ae6513b..7a36dc4f89c 100644
Binary files a/public/images/pokemon/variant/743_3.png and b/public/images/pokemon/variant/743_3.png differ
diff --git a/public/images/pokemon/variant/756_3.png b/public/images/pokemon/variant/756_3.png
index c9277b4e307..f4a072a1b2b 100644
Binary files a/public/images/pokemon/variant/756_3.png and b/public/images/pokemon/variant/756_3.png differ
diff --git a/public/images/pokemon/variant/791_1.png b/public/images/pokemon/variant/791_1.png
index d5ccdb14e90..719e1b34c59 100644
Binary files a/public/images/pokemon/variant/791_1.png and b/public/images/pokemon/variant/791_1.png differ
diff --git a/public/images/pokemon/variant/7_2.png b/public/images/pokemon/variant/7_2.png
index 13d2f17b641..63321bf71c2 100644
Binary files a/public/images/pokemon/variant/7_2.png and b/public/images/pokemon/variant/7_2.png differ
diff --git a/public/images/pokemon/variant/7_3.png b/public/images/pokemon/variant/7_3.png
index f15d95d100f..b4adaff2f54 100644
Binary files a/public/images/pokemon/variant/7_3.png and b/public/images/pokemon/variant/7_3.png differ
diff --git a/public/images/pokemon/variant/807.json b/public/images/pokemon/variant/807.json
new file mode 100644
index 00000000000..bfb72f3cd42
--- /dev/null
+++ b/public/images/pokemon/variant/807.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "ef8a4e": "4f7bb6",
+ "484f57": "243058",
+ "000000": "ffffff",
+ "727678": "3e5277",
+ "2759a5": "736599",
+ "5bd0f2": "ebceff",
+ "daa936": "5a96b6",
+ "9d682d": "3c648d",
+ "f9e455": "7fc7d9",
+ "2394d8": "b298d8",
+ "31343e": "14193f"
+ },
+ "2": {
+ "ef8a4e": "834b95",
+ "484f57": "cda4cb",
+ "000000": "ffffff",
+ "727678": "e8cae3",
+ "2759a5": "a4378a",
+ "5bd0f2": "e17197",
+ "daa936": "331b53",
+ "9d682d": "1d1044",
+ "f9e455": "56306f",
+ "2394d8": "c05192",
+ "31343e": "a981b1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/823-gigantamax_2.png b/public/images/pokemon/variant/823-gigantamax_2.png
index 9bd4dd183a3..eecb3695378 100644
Binary files a/public/images/pokemon/variant/823-gigantamax_2.png and b/public/images/pokemon/variant/823-gigantamax_2.png differ
diff --git a/public/images/pokemon/variant/823-gigantamax_3.png b/public/images/pokemon/variant/823-gigantamax_3.png
index 6e51618a272..0af4712fdf7 100644
Binary files a/public/images/pokemon/variant/823-gigantamax_3.png and b/public/images/pokemon/variant/823-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/836_2.png b/public/images/pokemon/variant/836_2.png
index 7f584eeb5ad..303975e7e58 100644
Binary files a/public/images/pokemon/variant/836_2.png and b/public/images/pokemon/variant/836_2.png differ
diff --git a/public/images/pokemon/variant/836_3.png b/public/images/pokemon/variant/836_3.png
index 22418aaee07..95ae2990ed2 100644
Binary files a/public/images/pokemon/variant/836_3.png and b/public/images/pokemon/variant/836_3.png differ
diff --git a/public/images/pokemon/variant/83_3.png b/public/images/pokemon/variant/83_3.png
index 8a2f0d763b1..eb6604c6299 100644
Binary files a/public/images/pokemon/variant/83_3.png and b/public/images/pokemon/variant/83_3.png differ
diff --git a/public/images/pokemon/variant/857_2.png b/public/images/pokemon/variant/857_2.png
index 6395590c758..9273ef2a097 100644
Binary files a/public/images/pokemon/variant/857_2.png and b/public/images/pokemon/variant/857_2.png differ
diff --git a/public/images/pokemon/variant/857_3.png b/public/images/pokemon/variant/857_3.png
index c2a1b95c337..dc3277bcc2c 100644
Binary files a/public/images/pokemon/variant/857_3.png and b/public/images/pokemon/variant/857_3.png differ
diff --git a/public/images/pokemon/variant/859.json b/public/images/pokemon/variant/859.json
new file mode 100644
index 00000000000..703d5d67218
--- /dev/null
+++ b/public/images/pokemon/variant/859.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "e65984": "619544",
+ "8d3856": "376b2d",
+ "ffbff5": "dbe797",
+ "f589c2": "9aba6d",
+ "45366d": "5b1d15",
+ "735aac": "a4332d",
+ "947cd8": "cd643d",
+ "f42252": "f55c14",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "c9c9c9": "c9c9c9",
+ "8b73d5": "cc5836"
+ },
+ "2": {
+ "e65984": "4b1736",
+ "8d3856": "30082d",
+ "ffbff5": "904f55",
+ "f589c2": "6b2b3e",
+ "45366d": "794935",
+ "735aac": "f0c475",
+ "947cd8": "d9975b",
+ "f42252": "fc645a",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "c9c9c9": "dad6bf",
+ "8b73d5": "f9e9a4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_2.json b/public/images/pokemon/variant/859_2.json
deleted file mode 100644
index 1494c4909f7..00000000000
--- a/public/images/pokemon/variant/859_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "859_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 51,
- "h": 51
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:214cad7b549c6f4fdfaf238d82156c4e:50dda7cd3a060b6b559148b2a281e2fe:40139ec0718e207e11a4ee81c686e004$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_2.png b/public/images/pokemon/variant/859_2.png
deleted file mode 100644
index 111e51b0892..00000000000
Binary files a/public/images/pokemon/variant/859_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/859_3.json b/public/images/pokemon/variant/859_3.json
deleted file mode 100644
index e0d6c3779a8..00000000000
--- a/public/images/pokemon/variant/859_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "859_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 51,
- "h": 51
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:214cad7b549c6f4fdfaf238d82156c4e:50dda7cd3a060b6b559148b2a281e2fe:40139ec0718e207e11a4ee81c686e004$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_3.png b/public/images/pokemon/variant/859_3.png
deleted file mode 100644
index 1c6888a0f95..00000000000
Binary files a/public/images/pokemon/variant/859_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/862_2.png b/public/images/pokemon/variant/862_2.png
index d006a389c11..4c52d8a260f 100644
Binary files a/public/images/pokemon/variant/862_2.png and b/public/images/pokemon/variant/862_2.png differ
diff --git a/public/images/pokemon/variant/862_3.png b/public/images/pokemon/variant/862_3.png
index 1d9240d85e6..170ae08d72d 100644
Binary files a/public/images/pokemon/variant/862_3.png and b/public/images/pokemon/variant/862_3.png differ
diff --git a/public/images/pokemon/variant/887_1.png b/public/images/pokemon/variant/887_1.png
index 8348e95c664..505ac265740 100644
Binary files a/public/images/pokemon/variant/887_1.png and b/public/images/pokemon/variant/887_1.png differ
diff --git a/public/images/pokemon/variant/890-eternamax_2.png b/public/images/pokemon/variant/890-eternamax_2.png
index b5aab00c241..2327900b971 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.png b/public/images/pokemon/variant/890-eternamax_3.png
index 29a3d84c0d6..140837cfbd0 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/890_2.png b/public/images/pokemon/variant/890_2.png
index 46d2a4590a4..936f13cb6b2 100644
Binary files a/public/images/pokemon/variant/890_2.png and b/public/images/pokemon/variant/890_2.png differ
diff --git a/public/images/pokemon/variant/890_3.png b/public/images/pokemon/variant/890_3.png
index 635272e7e17..683658d9b86 100644
Binary files a/public/images/pokemon/variant/890_3.png and b/public/images/pokemon/variant/890_3.png differ
diff --git a/public/images/pokemon/variant/894.json b/public/images/pokemon/variant/894.json
new file mode 100644
index 00000000000..99756eea4d5
--- /dev/null
+++ b/public/images/pokemon/variant/894.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "fffbfc": "fefaef",
+ "e5ee1a": "6ad7f3",
+ "8eacdd": "caffd1",
+ "7d542a": "2769aa",
+ "fefac7": "dffff6",
+ "bc8b2f": "124b78",
+ "fffbfb": "dffff6",
+ "2e3967": "357b84",
+ "4e7cc9": "9bf1c4",
+ "375395": "5fcaad",
+ "ff9dc2": "2c3072",
+ "d7ad0d": "45a3d6"
+ },
+ "2": {
+ "e5ee1a": "d4ffd0",
+ "8eacdd": "c693d8",
+ "7d542a": "429877",
+ "fefac7": "ffffff",
+ "bc8b2f": "2a6f5d",
+ "2e3967": "514199",
+ "4e7cc9": "b67cd6",
+ "375395": "815bad",
+ "ff9dc2": "382875",
+ "d7ad0d": "7cd395"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/895.json b/public/images/pokemon/variant/895.json
new file mode 100644
index 00000000000..90e3ec96f99
--- /dev/null
+++ b/public/images/pokemon/variant/895.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "641e2c": "722123",
+ "b63650": "bc623e",
+ "872c3c": "93372d",
+ "608d99": "fae5bf",
+ "2b3d40": "754f47",
+ "2261ca": "561a5b",
+ "4b6f78": "f1d4b6",
+ "e05276": "ef8429",
+ "242e35": "512c25",
+ "f27a99": "efb55a",
+ "76dff5": "ffe8f7",
+ "3f545f": "ad8473",
+ "139ee1": "9b407f"
+ },
+ "2": {
+ "641e2c": "15553b",
+ "b63650": "3bb349",
+ "872c3c": "227843",
+ "608d99": "9b7ebc",
+ "2b3d40": "241951",
+ "2261ca": "640e0b",
+ "4b6f78": "5a4382",
+ "e05276": "8aea41",
+ "242e35": "0f0c1e",
+ "f27a99": "dfff75",
+ "76dff5": "fffcdf",
+ "3f545f": "3a2a67",
+ "139ee1": "98301c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/897_1.png b/public/images/pokemon/variant/897_1.png
index 74e793e31fa..9519aadd702 100644
Binary files a/public/images/pokemon/variant/897_1.png and b/public/images/pokemon/variant/897_1.png differ
diff --git a/public/images/pokemon/variant/8_2.png b/public/images/pokemon/variant/8_2.png
index c65b2bf1aae..06067c8e4f2 100644
Binary files a/public/images/pokemon/variant/8_2.png and b/public/images/pokemon/variant/8_2.png differ
diff --git a/public/images/pokemon/variant/8_3.png b/public/images/pokemon/variant/8_3.png
index 55e8869cbc7..5c32863d7df 100644
Binary files a/public/images/pokemon/variant/8_3.png and b/public/images/pokemon/variant/8_3.png differ
diff --git a/public/images/pokemon/variant/9-gigantamax_3.png b/public/images/pokemon/variant/9-gigantamax_3.png
index 1a12ccc6f00..54819b05e7e 100644
Binary files a/public/images/pokemon/variant/9-gigantamax_3.png and b/public/images/pokemon/variant/9-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/9-mega_2.png b/public/images/pokemon/variant/9-mega_2.png
index c3c06c1eca7..0a56f1a3a68 100644
Binary files a/public/images/pokemon/variant/9-mega_2.png and b/public/images/pokemon/variant/9-mega_2.png differ
diff --git a/public/images/pokemon/variant/9-mega_3.png b/public/images/pokemon/variant/9-mega_3.png
index d7a4b6f9140..606f18d6337 100644
Binary files a/public/images/pokemon/variant/9-mega_3.png and b/public/images/pokemon/variant/9-mega_3.png differ
diff --git a/public/images/pokemon/variant/909_2.png b/public/images/pokemon/variant/909_2.png
index 87d636295f9..142d46abb95 100644
Binary files a/public/images/pokemon/variant/909_2.png and b/public/images/pokemon/variant/909_2.png differ
diff --git a/public/images/pokemon/variant/909_3.png b/public/images/pokemon/variant/909_3.png
index 9681aebe268..ec49f615edf 100644
Binary files a/public/images/pokemon/variant/909_3.png and b/public/images/pokemon/variant/909_3.png differ
diff --git a/public/images/pokemon/variant/910_2.png b/public/images/pokemon/variant/910_2.png
index 616d1380f64..14fcf13f9a9 100644
Binary files a/public/images/pokemon/variant/910_2.png and b/public/images/pokemon/variant/910_2.png differ
diff --git a/public/images/pokemon/variant/910_3.png b/public/images/pokemon/variant/910_3.png
index 5c5c051ecd5..8a9dfa4f8b0 100644
Binary files a/public/images/pokemon/variant/910_3.png and b/public/images/pokemon/variant/910_3.png differ
diff --git a/public/images/pokemon/variant/913_2.png b/public/images/pokemon/variant/913_2.png
index 0af21bab11c..ab5e42c3b73 100644
Binary files a/public/images/pokemon/variant/913_2.png and b/public/images/pokemon/variant/913_2.png differ
diff --git a/public/images/pokemon/variant/913_3.png b/public/images/pokemon/variant/913_3.png
index 42398fe12d6..3c29e2b8f91 100644
Binary files a/public/images/pokemon/variant/913_3.png and b/public/images/pokemon/variant/913_3.png differ
diff --git a/public/images/pokemon/variant/914_2.png b/public/images/pokemon/variant/914_2.png
index 672e45f026a..d1db92c1e8a 100644
Binary files a/public/images/pokemon/variant/914_2.png and b/public/images/pokemon/variant/914_2.png differ
diff --git a/public/images/pokemon/variant/920_1.png b/public/images/pokemon/variant/920_1.png
index 40d07ac6111..a0fcd5b4a7f 100644
Binary files a/public/images/pokemon/variant/920_1.png and b/public/images/pokemon/variant/920_1.png differ
diff --git a/public/images/pokemon/variant/920_2.png b/public/images/pokemon/variant/920_2.png
index ac8dc6ba169..71b9a3b7651 100644
Binary files a/public/images/pokemon/variant/920_2.png and b/public/images/pokemon/variant/920_2.png differ
diff --git a/public/images/pokemon/variant/920_3.png b/public/images/pokemon/variant/920_3.png
index b46cfe90aa6..0db8dad3cd9 100644
Binary files a/public/images/pokemon/variant/920_3.png and b/public/images/pokemon/variant/920_3.png differ
diff --git a/public/images/pokemon/variant/92_1.png b/public/images/pokemon/variant/92_1.png
index a47bf334486..23f4da8ef6a 100644
Binary files a/public/images/pokemon/variant/92_1.png and b/public/images/pokemon/variant/92_1.png differ
diff --git a/public/images/pokemon/variant/92_2.png b/public/images/pokemon/variant/92_2.png
index a6bff69023f..383151d9a72 100644
Binary files a/public/images/pokemon/variant/92_2.png and b/public/images/pokemon/variant/92_2.png differ
diff --git a/public/images/pokemon/variant/92_3.png b/public/images/pokemon/variant/92_3.png
index 4839b2d4ce6..38684540b9f 100644
Binary files a/public/images/pokemon/variant/92_3.png and b/public/images/pokemon/variant/92_3.png differ
diff --git a/public/images/pokemon/variant/94-gigantamax_2.png b/public/images/pokemon/variant/94-gigantamax_2.png
index 008536206d1..f47846e421d 100644
Binary files a/public/images/pokemon/variant/94-gigantamax_2.png and b/public/images/pokemon/variant/94-gigantamax_2.png differ
diff --git a/public/images/pokemon/variant/94-gigantamax_3.png b/public/images/pokemon/variant/94-gigantamax_3.png
index 91247d2373b..bd571698edc 100644
Binary files a/public/images/pokemon/variant/94-gigantamax_3.png and b/public/images/pokemon/variant/94-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/94-mega_1.png b/public/images/pokemon/variant/94-mega_1.png
index 5484a0b7f61..c1b560477ac 100644
Binary files a/public/images/pokemon/variant/94-mega_1.png and b/public/images/pokemon/variant/94-mega_1.png differ
diff --git a/public/images/pokemon/variant/94-mega_2.png b/public/images/pokemon/variant/94-mega_2.png
index 12890419db2..79329baa6e9 100644
Binary files a/public/images/pokemon/variant/94-mega_2.png and b/public/images/pokemon/variant/94-mega_2.png differ
diff --git a/public/images/pokemon/variant/94-mega_3.png b/public/images/pokemon/variant/94-mega_3.png
index 7abb2c15a6f..0df495494b4 100644
Binary files a/public/images/pokemon/variant/94-mega_3.png and b/public/images/pokemon/variant/94-mega_3.png differ
diff --git a/public/images/pokemon/variant/944.json b/public/images/pokemon/variant/944.json
new file mode 100644
index 00000000000..56fc21986f7
--- /dev/null
+++ b/public/images/pokemon/variant/944.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "b5eab2": "75a0d0",
+ "d4eac7": "8bcfe5",
+ "bdb2bd": "53a164",
+ "ceceb7": "3ec295",
+ "726766": "4f985c",
+ "4a4860": "372869",
+ "8ce1b2": "6383c4",
+ "564a49": "286943",
+ "000000": "ffffff",
+ "4ca391": "3a4a8a",
+ "a571e6": "ffe269",
+ "774d9b": "d09139",
+ "97859b": "3f8d59",
+ "afc6d8": "8056a7",
+ "efeee1": "88eeab",
+ "869fad": "5e4090",
+ "918772": "1c9b8d",
+ "3a2b2f": "18493f"
+ },
+ "2": {
+ "b5eab2": "a9c6dc",
+ "d4eac7": "e2f8ff",
+ "bdb2bd": "78b0c2",
+ "ceceb7": "abc1df",
+ "726766": "5386b9",
+ "4a4860": "4f133f",
+ "8ce1b2": "8397c4",
+ "564a49": "2c4f8a",
+ "000000": "ffffff",
+ "4ca391": "6974ad",
+ "a571e6": "4c5372",
+ "774d9b": "2c2c46",
+ "97859b": "5582a4",
+ "afc6d8": "c23f4f",
+ "efeee1": "e2f3ff",
+ "869fad": "902a4b",
+ "918772": "6777aa",
+ "3a2b2f": "1e3072"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/945.json b/public/images/pokemon/variant/945.json
new file mode 100644
index 00000000000..e22743030f9
--- /dev/null
+++ b/public/images/pokemon/variant/945.json
@@ -0,0 +1,53 @@
+{
+ "1": {
+ "403f4f": "357747",
+ "1f2635": "1c193d",
+ "dcdcc3": "5ddcb2",
+ "282434": "14463f",
+ "ebe4e2": "ade273",
+ "a491a4": "499833",
+ "e6e2e1": "fffbf3",
+ "671544": "0f4e67",
+ "584698": "18153d",
+ "134175": "a74d2a",
+ "4f483f": "1b727b",
+ "323d4a": "2e2452",
+ "000000": "ffffff",
+ "8ac2a2": "1a355d",
+ "d73875": "29ad89",
+ "e0ebf1": "7ddfee",
+ "2481b0": "d09139",
+ "4b616b": "473869",
+ "38bdda": "ffe269",
+ "695575": "16613d",
+ "aca699": "2db3a4",
+ "8d2151": "157375",
+ "cedaaa": "2f5b7b"
+ },
+ "2": {
+ "403f4f": "3b6b9e",
+ "1f2635": "3b091c",
+ "dcdcc3": "edf0f1",
+ "282434": "2d427e",
+ "ebe4e2": "c23f4f",
+ "a491a4": "902a4b",
+ "e6e2e1": "ebf4f9",
+ "671544": "223969",
+ "584698": "1f1e43",
+ "134175": "1c182f",
+ "4f483f": "5d7487",
+ "323d4a": "580f1d",
+ "000000": "ffffff",
+ "a599a8": "bf888f",
+ "8ac2a2": "8397c4",
+ "7c6a84": "965b6f",
+ "d73875": "68adca",
+ "2481b0": "2c2c46",
+ "4b616b": "8a2029",
+ "38bdda": "494e64",
+ "695575": "4f133f",
+ "aca699": "acbfc7",
+ "8d2151": "4676aa",
+ "cedaaa": "bad4e8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/968_2.png b/public/images/pokemon/variant/968_2.png
index 73a91ca6913..45c8f6b260a 100644
Binary files a/public/images/pokemon/variant/968_2.png and b/public/images/pokemon/variant/968_2.png differ
diff --git a/public/images/pokemon/variant/968_3.png b/public/images/pokemon/variant/968_3.png
index 10e4f06fc3f..73c87fbe249 100644
Binary files a/public/images/pokemon/variant/968_3.png and b/public/images/pokemon/variant/968_3.png differ
diff --git a/public/images/pokemon/variant/973_1.png b/public/images/pokemon/variant/973_1.png
index 38cdfed1b5a..bbf65d9d7fa 100644
Binary files a/public/images/pokemon/variant/973_1.png and b/public/images/pokemon/variant/973_1.png differ
diff --git a/public/images/pokemon/variant/973_2.png b/public/images/pokemon/variant/973_2.png
index 0e0ed775104..bbebe06afb0 100644
Binary files a/public/images/pokemon/variant/973_2.png and b/public/images/pokemon/variant/973_2.png differ
diff --git a/public/images/pokemon/variant/973_3.png b/public/images/pokemon/variant/973_3.png
index 07c09415b98..2f90e0cdbee 100644
Binary files a/public/images/pokemon/variant/973_3.png and b/public/images/pokemon/variant/973_3.png differ
diff --git a/public/images/pokemon/variant/975_2.png b/public/images/pokemon/variant/975_2.png
index a122990f639..bc174f1c824 100644
Binary files a/public/images/pokemon/variant/975_2.png and b/public/images/pokemon/variant/975_2.png differ
diff --git a/public/images/pokemon/variant/975_3.png b/public/images/pokemon/variant/975_3.png
index e1cb9773902..218ad884dde 100644
Binary files a/public/images/pokemon/variant/975_3.png and b/public/images/pokemon/variant/975_3.png differ
diff --git a/public/images/pokemon/variant/978-curly_2.png b/public/images/pokemon/variant/978-curly_2.png
index d579278625f..d29314bd6ea 100644
Binary files a/public/images/pokemon/variant/978-curly_2.png and b/public/images/pokemon/variant/978-curly_2.png differ
diff --git a/public/images/pokemon/variant/978-curly_3.png b/public/images/pokemon/variant/978-curly_3.png
index 7bc73280dc3..5e811b4ae7d 100644
Binary files a/public/images/pokemon/variant/978-curly_3.png and b/public/images/pokemon/variant/978-curly_3.png differ
diff --git a/public/images/pokemon/variant/978-droopy_2.png b/public/images/pokemon/variant/978-droopy_2.png
index 4241c9009cc..cd7759606a4 100644
Binary files a/public/images/pokemon/variant/978-droopy_2.png and b/public/images/pokemon/variant/978-droopy_2.png differ
diff --git a/public/images/pokemon/variant/978-droopy_3.png b/public/images/pokemon/variant/978-droopy_3.png
index b7f2429b04f..d9cf0f0800d 100644
Binary files a/public/images/pokemon/variant/978-droopy_3.png and b/public/images/pokemon/variant/978-droopy_3.png differ
diff --git a/public/images/pokemon/variant/978-stretchy_2.png b/public/images/pokemon/variant/978-stretchy_2.png
index 786dc3ec254..07f9b62e2e7 100644
Binary files a/public/images/pokemon/variant/978-stretchy_2.png and b/public/images/pokemon/variant/978-stretchy_2.png differ
diff --git a/public/images/pokemon/variant/978-stretchy_3.png b/public/images/pokemon/variant/978-stretchy_3.png
index 428aa8c9c91..d1686831e1d 100644
Binary files a/public/images/pokemon/variant/978-stretchy_3.png and b/public/images/pokemon/variant/978-stretchy_3.png differ
diff --git a/public/images/pokemon/variant/979_1.png b/public/images/pokemon/variant/979_1.png
index 01216516c57..352783875e4 100644
Binary files a/public/images/pokemon/variant/979_1.png and b/public/images/pokemon/variant/979_1.png differ
diff --git a/public/images/pokemon/variant/979_2.png b/public/images/pokemon/variant/979_2.png
index 52828c62f1e..b7111102ed9 100644
Binary files a/public/images/pokemon/variant/979_2.png and b/public/images/pokemon/variant/979_2.png differ
diff --git a/public/images/pokemon/variant/979_3.png b/public/images/pokemon/variant/979_3.png
index ed4407c2a38..2b187754cea 100644
Binary files a/public/images/pokemon/variant/979_3.png and b/public/images/pokemon/variant/979_3.png differ
diff --git a/public/images/pokemon/variant/9_2.png b/public/images/pokemon/variant/9_2.png
index 216d1423374..a31ea1e073e 100644
Binary files a/public/images/pokemon/variant/9_2.png and b/public/images/pokemon/variant/9_2.png differ
diff --git a/public/images/pokemon/variant/9_3.png b/public/images/pokemon/variant/9_3.png
index 0f1bce73356..5ef7a8d739e 100644
Binary files a/public/images/pokemon/variant/9_3.png and b/public/images/pokemon/variant/9_3.png differ
diff --git a/public/images/pokemon/variant/_masterlist.json b/public/images/pokemon/variant/_masterlist.json
index 60ef635b862..6d2da0ed0ee 100644
--- a/public/images/pokemon/variant/_masterlist.json
+++ b/public/images/pokemon/variant/_masterlist.json
@@ -1,11113 +1,2481 @@
{
- "1": [
- 0,
- 1,
- 1
- ],
- "2": [
- 0,
- 2,
- 1
- ],
- "3-gigantamax": [
- 0,
- 1,
- 1
- ],
- "3-mega": [
- 0,
- 2,
- 2
- ],
- "3": [
- 0,
- 1,
- 1
- ],
- "4": [
- 0,
- 1,
- 1
- ],
- "5": [
- 0,
- 1,
- 1
- ],
- "6-mega-x": [
- 0,
- 1,
- 2
- ],
- "6-gigantamax": [
- 0,
- 1,
- 2
- ],
- "6-mega-y": [
- 0,
- 1,
- 2
- ],
- "6": [
- 0,
- 2,
- 2
- ],
- "7": [
- 0,
- 2,
- 2
- ],
- "8": [
- 0,
- 2,
- 2
- ],
- "9-gigantamax": [
- 0,
- 1,
- 2
- ],
- "9-mega": [
- 0,
- 2,
- 2
- ],
- "9": [
- 0,
- 2,
- 2
- ],
- "19": [
- 0,
- 1,
- 1
- ],
- "20": [
- 0,
- 1,
- 1
- ],
- "23": [
- 0,
- 1,
- 1
- ],
- "24": [
- 0,
- 1,
- 1
- ],
- "29": [
- 0,
- 1,
- 1
- ],
- "30": [
- 0,
- 1,
- 1
- ],
- "31": [
- 1,
- 1,
- 1
- ],
- "35": [
- 0,
- 1,
- 2
- ],
- "36": [
- 0,
- 1,
- 1
- ],
- "37": [
- 0,
- 1,
- 1
- ],
- "38": [
- 0,
- 1,
- 1
- ],
- "41": [
- 0,
- 1,
- 1
- ],
- "42": [
- 0,
- 1,
- 1
- ],
- "43": [
- 0,
- 1,
- 1
- ],
- "44": [
- 0,
- 1,
- 1
- ],
- "45": [
- 0,
- 1,
- 1
- ],
- "46": [
- 1,
- 1,
- 1
- ],
- "47": [
- 1,
- 1,
- 1
- ],
- "50": [
- 0,
- 1,
- 1
- ],
- "51": [
- 0,
- 1,
- 1
- ],
- "52-gigantamax": [
- 1,
- 1,
- 1
- ],
- "52": [
- 1,
- 1,
- 1
- ],
- "53": [
- 1,
- 1,
- 1
- ],
- "56": [
- 1,
- 2,
- 2
- ],
- "57": [
- 2,
- 2,
- 2
- ],
- "69": [
- 0,
- 2,
- 2
- ],
- "70": [
- 0,
- 1,
- 1
- ],
- "71": [
- 0,
- 1,
- 1
- ],
- "77": [
- 0,
- 1,
- 1
- ],
- "78": [
- 0,
- 1,
- 1
- ],
- "79": [
- 1,
- 1,
- 1
- ],
- "80": [
- 0,
- 1,
- 1
- ],
- "80-mega": [
- 0,
- 1,
- 1
- ],
- "81": [
- 0,
- 1,
- 1
- ],
- "82": [
- 0,
- 1,
- 1
- ],
- "83": [
- 0,
- 2,
- 2
- ],
- "84": [
- 1,
- 1,
- 1
- ],
- "85": [
- 1,
- 1,
- 1
- ],
- "86": [
- 1,
- 1,
- 1
- ],
- "87": [
- 1,
- 1,
- 1
- ],
- "92": [
- 2,
- 2,
- 2
- ],
- "93": [
- 1,
- 1,
- 1
- ],
- "94-gigantamax": [
- 1,
- 2,
- 2
- ],
- "94-mega": [
- 2,
- 2,
- 2
- ],
- "94": [
- 1,
- 1,
- 1
- ],
- "98": [
- 0,
- 1,
- 1
- ],
- "99": [
- 0,
- 1,
- 1
- ],
- "99-gigantamax": [
- 0,
- 1,
- 1
- ],
- "100": [
- 0,
- 1,
- 1
- ],
- "101": [
- 0,
- 1,
- 1
- ],
- "111": [
- 0,
- 1,
- 1
- ],
- "112": [
- 0,
- 1,
- 1
- ],
- "113": [
- 2,
- 2,
- 2
- ],
- "114": [
- 0,
- 1,
- 1
- ],
- "116": [
- 0,
- 1,
- 1
- ],
- "117": [
- 0,
- 1,
- 1
- ],
- "118": [
- 1,
- 1,
- 1
- ],
- "119": [
- 1,
- 1,
- 1
- ],
- "120": [
- 0,
- 1,
- 1
- ],
- "121": [
- 0,
- 1,
- 1
- ],
- "123": [
- 1,
- 1,
- 1
- ],
- "125": [
- 1,
- 1,
- 2
- ],
- "126": [
- 0,
- 2,
- 1
- ],
- "127-mega": [
- 0,
- 1,
- 1
- ],
- "127": [
- 0,
- 1,
- 1
- ],
- "129": [
- 0,
- 1,
- 1
- ],
- "130-mega": [
- 0,
- 1,
- 1
- ],
- "130": [
- 0,
- 1,
- 1
- ],
- "131-gigantamax": [
- 0,
- 1,
- 1
- ],
- "131": [
- 0,
- 1,
- 1
- ],
- "132": [
- 0,
- 1,
- 1
- ],
- "133": [
- 0,
- 1,
- 1
- ],
- "133-partner": [
- 0,
- 1,
- 1
- ],
- "134": [
- 0,
- 1,
- 1
- ],
- "135": [
- 1,
- 1,
- 1
- ],
- "136": [
- 1,
- 1,
- 1
- ],
- "137": [
- 0,
- 1,
- 1
- ],
- "138": [
- 0,
- 1,
- 1
- ],
- "139": [
- 0,
- 1,
- 2
- ],
- "140": [
- 0,
- 1,
- 1
- ],
- "141": [
- 0,
- 2,
- 2
- ],
- "142-mega": [
- 0,
- 1,
- 1
- ],
- "142": [
- 0,
- 1,
- 1
- ],
- "144": [
- 1,
- 2,
- 2
- ],
- "145": [
- 1,
- 1,
- 1
- ],
- "146": [
- 1,
- 1,
- 1
- ],
- "147": [
- 0,
- 1,
- 1
- ],
- "148": [
- 0,
- 1,
- 1
- ],
- "149": [
- 0,
- 1,
- 1
- ],
- "150-mega-x": [
- 0,
- 1,
- 1
- ],
- "150-mega-y": [
- 0,
- 1,
- 1
- ],
- "150": [
- 0,
- 1,
- 1
- ],
- "151": [
- 0,
- 1,
- 1
- ],
- "161": [
- 0,
- 1,
- 2
- ],
- "162": [
- 0,
- 1,
- 1
- ],
- "163": [
- 0,
- 1,
- 1
- ],
- "164": [
- 0,
- 2,
- 2
- ],
- "169": [
- 0,
- 1,
- 1
- ],
- "173": [
- 0,
- 1,
- 2
- ],
- "175": [
- 1,
- 1,
- 1
- ],
- "176": [
- 1,
- 1,
- 1
- ],
- "177": [
- 0,
- 1,
- 1
- ],
- "178": [
- 0,
- 2,
- 2
- ],
- "179": [
- 0,
- 1,
- 1
- ],
- "180": [
- 0,
- 2,
- 2
- ],
- "181-mega": [
- 0,
- 1,
- 2
- ],
- "181": [
- 0,
- 1,
- 1
- ],
- "182": [
- 0,
- 1,
- 1
- ],
- "183": [
- 0,
- 1,
- 2
- ],
- "184": [
- 0,
- 2,
- 2
- ],
- "185": [
- 0,
- 1,
- 1
- ],
- "190": [
- 0,
- 1,
- 1
- ],
- "193": [
- 0,
- 1,
- 1
- ],
- "196": [
- 1,
- 1,
- 1
- ],
- "197": [
- 0,
- 1,
- 1
- ],
- "199": [
- 2,
- 1,
- 1
- ],
- "200": [
- 1,
- 1,
- 1
- ],
- "201-m": [
- 0,
- 1,
- 1
- ],
- "201-question": [
- 0,
- 1,
- 1
- ],
- "201-j": [
- 0,
- 1,
- 1
- ],
- "201-l": [
- 0,
- 1,
- 1
- ],
- "201-h": [
- 0,
- 1,
- 1
- ],
- "201-x": [
- 0,
- 1,
- 1
- ],
- "201-exclamation": [
- 0,
- 1,
- 1
- ],
- "201-q": [
- 0,
- 1,
- 1
- ],
- "201-s": [
- 0,
- 1,
- 1
- ],
- "201-c": [
- 0,
- 1,
- 1
- ],
- "201-u": [
- 0,
- 1,
- 1
- ],
- "201-t": [
- 0,
- 1,
- 1
- ],
- "201-z": [
- 0,
- 1,
- 1
- ],
- "201-d": [
- 0,
- 1,
- 1
- ],
- "201-b": [
- 0,
- 1,
- 1
- ],
- "201-g": [
- 0,
- 1,
- 1
- ],
- "201-k": [
- 0,
- 1,
- 1
- ],
- "201-i": [
- 0,
- 1,
- 1
- ],
- "201-p": [
- 0,
- 1,
- 1
- ],
- "201-e": [
- 0,
- 1,
- 1
- ],
- "201-y": [
- 0,
- 1,
- 1
- ],
- "201-r": [
- 0,
- 1,
- 1
- ],
- "201-f": [
- 0,
- 1,
- 1
- ],
- "201-n": [
- 0,
- 1,
- 1
- ],
- "201-v": [
- 0,
- 1,
- 1
- ],
- "201-a": [
- 0,
- 1,
- 1
- ],
- "201-w": [
- 0,
- 1,
- 1
- ],
- "201-o": [
- 0,
- 1,
- 1
- ],
- "203": [
- 0,
- 1,
- 1
- ],
- "206": [
- 0,
- 1,
- 1
- ],
- "207": [
- 0,
- 1,
- 1
- ],
- "212-mega": [
- 1,
- 1,
- 1
- ],
- "212": [
- 1,
- 1,
- 1
- ],
- "213": [
- 0,
- 1,
- 1
- ],
- "215": [
- 0,
- 1,
- 1
- ],
- "216": [
- 1,
- 1,
- 1
- ],
- "217": [
- 1,
- 1,
- 1
- ],
- "222": [
- 0,
- 1,
- 1
- ],
- "226": [
- 0,
- 2,
- 2
- ],
- "227": [
- 0,
- 1,
- 1
- ],
- "228": [
- 0,
- 1,
- 1
- ],
- "229": [
- 0,
- 1,
- 1
- ],
- "229-mega": [
- 0,
- 1,
- 1
- ],
- "230": [
- 0,
- 1,
- 1
- ],
- "231": [
- 0,
- 1,
- 1
- ],
- "232": [
- 0,
- 1,
- 1
- ],
- "233": [
- 0,
- 1,
- 1
- ],
- "235": [
- 0,
- 1,
- 1
- ],
- "239": [
- 1,
- 1,
- 2
- ],
- "240": [
- 0,
- 1,
- 1
- ],
- "242": [
- 2,
- 2,
- 2
- ],
- "243": [
- 0,
- 1,
- 1
- ],
- "244": [
- 0,
- 2,
- 2
- ],
- "245": [
- 0,
- 1,
- 1
- ],
- "246": [
- 0,
- 1,
- 1
- ],
- "247": [
- 0,
- 1,
- 1
- ],
- "248": [
- 0,
- 1,
- 1
- ],
- "248-mega": [
- 0,
- 2,
- 1
- ],
- "249": [
- 0,
- 2,
- 2
- ],
- "250": [
- 0,
- 2,
- 2
- ],
- "251": [
- 0,
- 1,
- 1
- ],
- "255": [
- 0,
- 1,
- 1
- ],
- "256": [
- 0,
- 1,
- 1
- ],
- "257": [
- 0,
- 1,
- 2
- ],
- "257-mega": [
- 0,
- 1,
- 1
- ],
- "261": [
- 0,
- 1,
- 1
- ],
- "262": [
- 0,
- 1,
- 1
- ],
- "263": [
- 0,
- 1,
- 1
- ],
- "264": [
- 0,
- 1,
- 1
- ],
- "278": [
- 1,
- 1,
- 1
- ],
- "279": [
- 1,
- 1,
- 1
- ],
- "280": [
- 0,
- 1,
- 1
- ],
- "281": [
- 0,
- 1,
- 1
- ],
- "282-mega": [
- 0,
- 2,
- 2
- ],
- "282": [
- 0,
- 1,
- 1
- ],
- "285": [
- 0,
- 1,
- 1
- ],
- "286": [
- 0,
- 1,
- 1
- ],
- "290": [
- 1,
- 1,
- 1
- ],
- "291": [
- 2,
- 2,
- 2
- ],
- "292": [
- 2,
- 1,
- 2
- ],
- "298": [
- 0,
- 2,
- 2
- ],
- "300": [
- 1,
- 1,
- 1
- ],
- "301": [
- 1,
- 1,
- 1
- ],
- "302": [
- 0,
- 1,
- 1
- ],
- "302-mega": [
- 0,
- 1,
- 1
- ],
- "303-mega": [
- 1,
- 1,
- 1
- ],
- "303": [
- 0,
- 1,
- 1
- ],
- "304": [
- 1,
- 1,
- 1
- ],
- "305": [
- 1,
- 1,
- 1
- ],
- "306-mega": [
- 1,
- 1,
- 1
- ],
- "306": [
- 1,
- 1,
- 1
- ],
- "307": [
- 0,
- 1,
- 1
- ],
- "308-mega": [
- 0,
- 1,
- 1
- ],
- "308": [
- 0,
- 2,
- 1
- ],
- "309": [
- 0,
- 1,
- 1
- ],
- "310-mega": [
- 0,
- 1,
- 1
- ],
- "310": [
- 0,
- 1,
- 1
- ],
- "311": [
- 1,
- 1,
- 1
- ],
- "312": [
- 0,
- 1,
- 1
- ],
- "315": [
- 0,
- 1,
- 1
- ],
- "320": [
- 0,
- 1,
- 1
- ],
- "321": [
- 0,
- 1,
- 1
- ],
- "327": [
- 0,
- 1,
- 1
- ],
- "328": [
- 0,
- 1,
- 1
- ],
- "329": [
- 0,
- 1,
- 2
- ],
- "330": [
- 0,
- 1,
- 1
- ],
- "333": [
- 0,
- 1,
- 1
- ],
- "334-mega": [
- 0,
- 2,
- 1
- ],
- "334": [
- 0,
- 2,
- 2
- ],
- "335": [
- 0,
- 2,
- 2
- ],
- "336": [
- 0,
- 1,
- 1
- ],
- "337": [
- 0,
- 1,
- 1
- ],
- "338": [
- 0,
- 1,
- 1
- ],
- "339": [
- 0,
- 1,
- 1
- ],
- "340": [
- 0,
- 1,
- 2
- ],
- "341": [
- 0,
- 2,
- 2
- ],
- "342": [
- 0,
- 2,
- 2
- ],
- "351-rainy": [
- 1,
- 2,
- 2
- ],
- "351-snowy": [
- 1,
- 1,
- 1
- ],
- "351-sunny": [
- 1,
- 2,
- 2
- ],
- "351": [
- 0,
- 2,
- 2
- ],
- "352": [
- 1,
- 1,
- 1
- ],
- "353": [
- 0,
- 1,
- 1
- ],
- "354": [
- 0,
- 1,
- 1
- ],
- "354-mega": [
- 0,
- 1,
- 1
- ],
- "357": [
- 0,
- 1,
- 1
- ],
- "358": [
- 2,
- 1,
- 1
- ],
- "361": [
- 0,
- 1,
- 1
- ],
- "362": [
- 0,
- 2,
- 2
- ],
- "362-mega": [
- 0,
- 1,
- 1
- ],
- "369": [
- 0,
- 1,
- 1
- ],
- "370": [
- 0,
- 1,
- 1
- ],
- "371": [
- 0,
- 1,
- 1
- ],
- "372": [
- 0,
- 1,
- 1
- ],
- "373-mega": [
- 0,
- 2,
- 2
- ],
- "373": [
- 0,
- 1,
- 1
- ],
- "374": [
- 0,
- 1,
- 1
- ],
- "375": [
- 0,
- 1,
- 1
- ],
- "376-mega": [
- 0,
- 1,
- 1
- ],
- "376": [
- 0,
- 1,
- 1
- ],
- "380-mega": [
- 0,
- 1,
- 1
- ],
- "380": [
- 0,
- 1,
- 1
- ],
- "381-mega": [
- 0,
- 1,
- 1
- ],
- "381": [
- 0,
- 1,
- 1
- ],
- "382-primal": [
- 0,
- 1,
- 1
- ],
- "382": [
- 0,
- 1,
- 1
- ],
- "383-primal": [
- 0,
- 1,
- 1
- ],
- "383": [
- 0,
- 1,
- 1
- ],
- "384-mega": [
- 0,
- 2,
- 1
- ],
- "384": [
- 0,
- 1,
- 1
- ],
- "385": [
- 1,
- 1,
- 1
- ],
- "387": [
- 0,
- 1,
- 1
- ],
- "388": [
- 0,
- 1,
- 1
- ],
- "389": [
- 0,
- 1,
- 1
- ],
- "393": [
- 0,
- 1,
- 1
- ],
- "394": [
- 0,
- 1,
- 1
- ],
- "395": [
- 0,
- 1,
- 1
- ],
- "399": [
- 0,
- 1,
- 1
- ],
- "400": [
- 0,
- 1,
- 1
- ],
- "401": [
- 0,
- 1,
- 1
- ],
- "402": [
- 0,
- 1,
- 1
- ],
- "406": [
- 0,
- 1,
- 1
- ],
- "407": [
- 0,
- 1,
- 1
- ],
- "412-sandy": [
- 2,
- 2,
- 2
- ],
- "412-plant": [
- 1,
- 1,
- 1
- ],
- "412-trash": [
- 1,
- 1,
- 1
- ],
- "413-plant": [
- 2,
- 2,
- 2
- ],
- "413-trash": [
- 1,
- 1,
- 1
- ],
- "413-sandy": [
- 1,
- 1,
- 1
- ],
- "414": [
- 0,
- 1,
- 1
- ],
- "418": [
- 0,
- 1,
- 1
- ],
- "419": [
- 0,
- 1,
- 1
- ],
- "422-west": [
- 1,
- 1,
- 1
- ],
- "422-east": [
- 1,
- 1,
- 1
- ],
- "423-west": [
- 1,
- 1,
- 1
- ],
- "423-east": [
- 1,
- 1,
- 1
- ],
- "424": [
- 0,
- 1,
- 1
- ],
- "425": [
- 0,
- 1,
- 1
- ],
- "426": [
- 0,
- 1,
- 1
- ],
- "427": [
- 0,
- 1,
- 1
- ],
- "428-mega": [
- 0,
- 1,
- 1
- ],
- "428": [
- 0,
- 1,
- 1
- ],
- "429": [
- 1,
- 1,
- 1
- ],
- "433": [
- 1,
- 1,
- 1
- ],
- "436": [
- 0,
- 1,
- 1
- ],
- "437": [
- 0,
- 1,
- 1
- ],
- "438": [
- 0,
- 1,
- 1
- ],
- "440": [
- 1,
- 1,
- 2
- ],
- "441": [
- 0,
- 1,
- 1
- ],
- "442": [
- 0,
- 1,
- 1
- ],
- "443": [
- 1,
- 1,
- 1
- ],
- "444": [
- 1,
- 1,
- 1
- ],
- "445-mega": [
- 1,
- 1,
- 1
- ],
- "445": [
- 1,
- 1,
- 1
- ],
- "447": [
- 1,
- 1,
- 1
- ],
- "448-mega": [
- 1,
- 1,
- 1
- ],
- "448": [
- 1,
- 1,
- 1
- ],
- "453": [
- 0,
- 1,
- 1
- ],
- "454": [
- 0,
- 1,
- 1
- ],
- "456": [
- 0,
- 1,
- 1
- ],
- "457": [
- 0,
- 1,
- 1
- ],
- "458": [
- 0,
- 1,
- 1
- ],
- "461": [
- 0,
- 1,
- 1
- ],
- "462": [
- 0,
- 1,
- 1
- ],
- "464": [
- 0,
- 1,
- 1
- ],
- "465": [
- 0,
- 1,
- 1
- ],
- "466": [
- 1,
- 1,
- 2
- ],
- "467": [
- 0,
- 1,
- 1
- ],
- "468": [
- 1,
- 1,
- 1
- ],
- "469": [
- 0,
- 1,
- 1
- ],
- "470": [
- 1,
- 1,
- 1
- ],
- "471": [
- 1,
- 2,
- 2
- ],
- "472": [
- 0,
- 1,
- 1
- ],
- "474": [
- 0,
- 1,
- 1
- ],
- "475-mega": [
- 0,
- 2,
- 2
- ],
- "475": [
- 0,
- 1,
- 1
- ],
- "478": [
- 0,
- 2,
- 1
- ],
- "479-heat": [
- 0,
- 1,
- 1
- ],
- "479-wash": [
- 0,
- 1,
- 1
- ],
- "479-mow": [
- 0,
- 1,
- 1
- ],
- "479-frost": [
- 0,
- 1,
- 1
- ],
- "479": [
- 0,
- 1,
- 1
- ],
- "479-fan": [
- 0,
- 1,
- 1
- ],
- "480": [
- 1,
- 1,
- 1
- ],
- "481": [
- 1,
- 1,
- 1
- ],
- "482": [
- 1,
- 1,
- 1
- ],
- "485": [
- 0,
- 1,
- 1
- ],
- "487-altered": [
- 0,
- 1,
- 1
- ],
- "487-origin": [
- 0,
- 1,
- 1
- ],
- "488": [
- 0,
- 1,
- 1
- ],
- "489": [
- 1,
- 1,
- 1
- ],
- "490": [
- 1,
- 1,
- 1
- ],
- "491": [
- 0,
- 1,
- 1
- ],
- "492-land": [
- 0,
- 2,
- 1
- ],
- "492-sky": [
- 0,
- 1,
- 1
- ],
- "494": [
- 0,
- 1,
- 1
- ],
- "495": [
- 0,
- 1,
- 1
- ],
- "496": [
- 0,
- 1,
- 1
- ],
- "497": [
- 0,
- 1,
- 1
- ],
- "517": [
- 0,
- 1,
- 1
- ],
- "518": [
- 0,
- 1,
- 1
- ],
- "524": [
- 0,
- 1,
- 1
- ],
- "525": [
- 0,
- 1,
- 1
- ],
- "526": [
- 0,
- 2,
- 2
- ],
- "529": [
- 0,
- 2,
- 2
- ],
- "530": [
- 0,
- 2,
- 2
- ],
- "531": [
- 0,
- 1,
- 1
- ],
- "531-mega": [
- 0,
- 1,
- 1
- ],
- "532": [
- 0,
- 1,
- 1
- ],
- "533": [
- 0,
- 1,
- 1
- ],
- "534": [
- 0,
- 1,
- 1
- ],
- "538": [
- 0,
- 1,
- 1
- ],
- "539": [
- 0,
- 2,
- 2
- ],
- "540": [
- 0,
- 1,
- 1
- ],
- "541": [
- 0,
- 1,
- 1
- ],
- "542": [
- 0,
- 1,
- 1
- ],
- "543": [
- 0,
- 1,
- 2
- ],
- "544": [
- 0,
- 1,
- 2
- ],
- "545": [
- 0,
- 1,
- 1
- ],
- "546": [
- 0,
- 1,
- 1
- ],
- "547": [
- 0,
- 1,
- 1
- ],
- "548": [
- 1,
- 1,
- 1
- ],
- "549": [
- 0,
- 1,
- 2
- ],
- "551": [
- 0,
- 1,
- 1
- ],
- "552": [
- 0,
- 1,
- 1
- ],
- "553": [
- 0,
- 1,
- 1
- ],
- "556": [
- 0,
- 1,
- 1
- ],
- "559": [
- 1,
- 1,
- 1
- ],
- "560": [
- 1,
- 1,
- 1
- ],
- "562": [
- 0,
- 1,
- 1
- ],
- "563": [
- 0,
- 1,
- 1
- ],
- "568": [
- 0,
- 2,
- 2
- ],
- "569-gigantamax": [
- 0,
- 1,
- 1
- ],
- "569": [
- 0,
- 1,
- 1
- ],
- "570": [
- 0,
- 1,
- 1
- ],
- "571": [
- 0,
- 1,
- 1
- ],
- "572": [
- 0,
- 1,
- 1
- ],
- "577": [
- 1,
- 1,
- 1
- ],
- "578": [
- 1,
- 1,
- 1
- ],
- "579": [
- 1,
- 1,
- 1
- ],
- "585-autumn": [
- 2,
- 0,
- 0
- ],
- "585-spring": [
- 2,
- 0,
- 0
- ],
- "585-summer": [
- 2,
- 0,
- 0
- ],
- "585-winter": [
- 2,
- 0,
- 0
- ],
- "586-autumn": [
- 1,
- 0,
- 0
- ],
- "586-spring": [
- 1,
- 0,
- 0
- ],
- "586-summer": [
- 1,
- 0,
- 0
- ],
- "586-winter": [
- 1,
- 0,
- 0
- ],
- "592": [
- 0,
- 1,
- 2
- ],
- "593": [
- 0,
- 1,
- 1
- ],
- "594": [
- 0,
- 1,
- 2
- ],
- "595": [
- 0,
- 1,
- 1
- ],
- "596": [
- 0,
- 1,
- 1
- ],
- "602": [
- 0,
- 1,
- 1
- ],
- "603": [
- 0,
- 1,
- 1
- ],
- "604": [
- 0,
- 1,
- 1
- ],
- "605": [
- 1,
- 1,
- 1
- ],
- "606": [
- 1,
- 1,
- 1
- ],
- "607": [
- 0,
- 1,
- 1
- ],
- "608": [
- 0,
- 1,
- 1
- ],
- "609": [
- 0,
- 1,
- 1
- ],
- "610": [
- 0,
- 1,
- 1
- ],
- "611": [
- 0,
- 1,
- 1
- ],
- "612": [
- 0,
- 1,
- 2
- ],
- "618": [
- 0,
- 1,
- 1
- ],
- "619": [
- 0,
- 1,
- 1
- ],
- "620": [
- 0,
- 1,
- 1
- ],
- "622": [
- 0,
- 1,
- 1
- ],
- "623": [
- 0,
- 1,
- 1
- ],
- "631": [
- 0,
- 2,
- 2
- ],
- "632": [
- 0,
- 1,
- 1
- ],
- "633": [
- 0,
- 1,
- 1
- ],
- "634": [
- 0,
- 1,
- 1
- ],
- "635": [
- 0,
- 1,
- 1
- ],
- "636": [
- 0,
- 1,
- 1
- ],
- "637": [
- 0,
- 1,
- 1
- ],
- "640": [
- 0,
- 1,
- 1
- ],
- "647-resolute": [
- 0,
- 1,
- 1
- ],
- "647-ordinary": [
- 0,
- 1,
- 1
- ],
- "648-aria": [
- 0,
- 1,
- 1
- ],
- "648-pirouette": [
- 0,
- 1,
- 1
- ],
- "649-burn": [
- 0,
- 1,
- 1
- ],
- "649-chill": [
- 0,
- 1,
- 1
- ],
- "649-douse": [
- 0,
- 1,
- 1
- ],
- "649-shock": [
- 0,
- 1,
- 1
- ],
- "649": [
- 0,
- 1,
- 1
- ],
- "653": [
- 0,
- 1,
- 1
- ],
- "654": [
- 0,
- 1,
- 1
- ],
- "655": [
- 0,
- 1,
- 1
- ],
- "664": [
- 0,
- 1,
- 1
- ],
- "665": [
- 0,
- 1,
- 1
- ],
- "666-archipelago": [
- 0,
- 1,
- 1
- ],
- "666-continental": [
- 0,
- 1,
- 2
- ],
- "666-elegant": [
- 0,
- 1,
- 1
- ],
- "666-fancy": [
- 0,
- 2,
- 2
- ],
- "666-garden": [
- 0,
- 1,
- 1
- ],
- "666-high-plains": [
- 0,
- 1,
- 1
- ],
- "666-icy-snow": [
- 0,
- 1,
- 1
- ],
- "666-jungle": [
- 0,
- 1,
- 1
- ],
- "666-marine": [
- 0,
- 1,
- 1
- ],
- "666-meadow": [
- 0,
- 1,
- 1
- ],
- "666-modern": [
- 0,
- 1,
- 1
- ],
- "666-monsoon": [
- 0,
- 1,
- 1
- ],
- "666-ocean": [
- 0,
- 1,
- 1
- ],
- "666-poke-ball": [
- 0,
- 1,
- 2
- ],
- "666-polar": [
- 0,
- 1,
- 1
- ],
- "666-river": [
- 0,
- 2,
- 1
- ],
- "666-sandstorm": [
- 0,
- 1,
- 1
- ],
- "666-savanna": [
- 0,
- 1,
- 1
- ],
- "666-sun": [
- 0,
- 1,
- 1
- ],
- "666-tundra": [
- 0,
- 1,
- 1
- ],
- "669-red": [
- 0,
- 2,
- 1
- ],
- "669-blue": [
- 0,
- 2,
- 2
- ],
- "669-white": [
- 0,
- 1,
- 1
- ],
- "669-yellow": [
- 0,
- 2,
- 1
- ],
- "669-orange": [
- 0,
- 2,
- 1
- ],
- "670-white": [
- 0,
- 2,
- 2
- ],
- "670-blue": [
- 0,
- 2,
- 2
- ],
- "670-orange": [
- 0,
- 2,
- 2
- ],
- "670-red": [
- 0,
- 2,
- 2
- ],
- "670-yellow": [
- 0,
- 2,
- 2
- ],
- "671-red": [
- 0,
- 1,
- 2
- ],
- "671-blue": [
- 0,
- 1,
- 2
- ],
- "671-yellow": [
- 0,
- 1,
- 2
- ],
- "671-white": [
- 0,
- 1,
- 2
- ],
- "671-orange": [
- 0,
- 1,
- 1
- ],
- "672": [
- 0,
- 1,
- 2
- ],
- "673": [
- 0,
- 1,
- 1
- ],
- "677": [
- 0,
- 1,
- 1
- ],
- "678-female": [
- 0,
- 1,
- 1
- ],
- "678": [
- 0,
- 1,
- 1
- ],
- "690": [
- 0,
- 1,
- 1
- ],
- "691": [
- 0,
- 1,
- 1
- ],
- "696": [
- 0,
- 1,
- 1
- ],
- "697": [
- 0,
- 1,
- 1
- ],
- "698": [
- 0,
- 1,
- 1
- ],
- "699": [
- 0,
- 1,
- 1
- ],
- "700": [
- 0,
- 1,
- 1
- ],
- "702": [
- 0,
- 1,
- 1
- ],
- "703": [
- 0,
- 1,
- 1
- ],
- "704": [
- 0,
- 1,
- 1
- ],
- "705": [
- 0,
- 1,
- 1
- ],
- "706": [
- 0,
- 1,
- 1
- ],
- "708": [
- 0,
- 1,
- 1
- ],
- "709": [
- 0,
- 1,
- 1
- ],
- "710": [
- 0,
- 1,
- 1
- ],
- "711": [
- 1,
- 1,
- 1
- ],
- "712": [
- 0,
- 1,
- 1
- ],
- "713": [
- 0,
- 1,
- 1
- ],
- "714": [
- 0,
- 1,
- 1
- ],
- "715": [
- 0,
- 2,
- 2
- ],
- "716-active": [
- 0,
- 1,
- 1
- ],
- "716-neutral": [
- 0,
- 1,
- 1
- ],
- "717": [
- 0,
- 1,
- 1
- ],
- "720-unbound": [
- 1,
- 1,
- 1
- ],
- "720": [
- 1,
- 1,
- 1
- ],
- "728": [
- 0,
- 1,
- 1
- ],
- "729": [
- 0,
- 1,
- 1
- ],
- "730": [
- 0,
- 1,
- 1
- ],
- "734": [
- 0,
- 1,
- 1
- ],
- "735": [
- 0,
- 1,
- 1
- ],
- "742": [
- 0,
- 2,
- 2
- ],
- "743": [
- 0,
- 2,
- 2
- ],
- "747": [
- 0,
- 1,
- 1
- ],
- "748": [
- 0,
- 1,
- 1
- ],
- "751": [
- 0,
- 1,
- 1
- ],
- "752": [
- 0,
- 1,
- 1
- ],
- "753": [
- 0,
- 1,
- 1
- ],
- "754": [
- 0,
- 1,
- 1
- ],
- "755": [
- 0,
- 1,
- 1
- ],
- "756": [
- 0,
- 1,
- 2
- ],
- "761": [
- 0,
- 1,
- 1
- ],
- "762": [
- 0,
- 1,
- 1
- ],
- "763": [
- 0,
- 1,
- 1
- ],
- "767": [
- 0,
- 1,
- 1
- ],
- "768": [
- 0,
- 1,
- 1
- ],
- "771": [
- 0,
- 1,
- 1
- ],
- "772": [
- 0,
- 1,
- 1
- ],
- "773-fighting": [
- 0,
- 1,
- 1
- ],
- "773-psychic": [
- 0,
- 1,
- 1
- ],
- "773-poison": [
- 0,
- 1,
- 1
- ],
- "773-ground": [
- 0,
- 1,
- 1
- ],
- "773-ghost": [
- 0,
- 1,
- 1
- ],
- "773-steel": [
- 0,
- 1,
- 1
- ],
- "773-rock": [
- 0,
- 1,
- 1
- ],
- "773-grass": [
- 0,
- 1,
- 1
- ],
- "773-dragon": [
- 0,
- 1,
- 1
- ],
- "773-bug": [
- 0,
- 1,
- 1
- ],
- "773-ice": [
- 0,
- 1,
- 1
- ],
- "773-dark": [
- 0,
- 1,
- 1
- ],
- "773": [
- 0,
- 1,
- 1
- ],
- "773-fairy": [
- 0,
- 1,
- 1
- ],
- "773-water": [
- 0,
- 1,
- 1
- ],
- "773-electric": [
- 0,
- 1,
- 1
- ],
- "773-flying": [
- 0,
- 1,
- 1
- ],
- "773-fire": [
- 0,
- 1,
- 1
- ],
- "776": [
- 0,
- 1,
- 1
- ],
- "777": [
- 0,
- 1,
- 1
- ],
- "778-busted": [
- 0,
- 1,
- 1
- ],
- "778-disguised": [
- 0,
- 1,
- 1
- ],
- "779": [
- 0,
- 1,
- 1
- ],
- "789": [
- 1,
- 1,
- 1
- ],
- "790": [
- 0,
- 1,
- 1
- ],
- "791-radiant-sun": [
- 0,
- 1,
- 1
- ],
- "791": [
- 2,
- 1,
- 1
- ],
- "792-full-moon": [
- 0,
- 1,
- 1
- ],
- "792": [
- 0,
- 1,
- 1
- ],
- "793": [
- 0,
- 1,
- 1
- ],
- "797": [
- 0,
- 1,
- 1
- ],
- "798": [
- 0,
- 1,
- 1
- ],
- "800-dawn-wings": [
- 0,
- 1,
- 1
- ],
- "800-dusk-mane": [
- 0,
- 1,
- 1
- ],
- "800-ultra": [
- 0,
- 1,
- 1
- ],
- "800": [
- 0,
- 1,
- 1
- ],
- "802": [
- 1,
- 1,
- 1
- ],
- "803": [
- 0,
- 1,
- 1
- ],
- "804": [
- 0,
- 1,
- 1
- ],
- "808": [
- 0,
- 1,
- 1
- ],
- "809-gigantamax": [
- 0,
- 1,
- 1
- ],
- "809": [
- 0,
- 1,
- 1
- ],
- "816": [
- 0,
- 1,
- 1
- ],
- "817": [
- 0,
- 1,
- 1
- ],
- "818-gigantamax": [
- 1,
- 1,
- 1
- ],
- "818": [
- 0,
- 1,
- 1
- ],
- "821": [
- 0,
- 1,
- 1
- ],
- "822": [
- 0,
- 1,
- 1
- ],
- "823-gigantamax": [
- 0,
- 2,
- 2
- ],
- "823": [
- 0,
- 1,
- 1
- ],
- "829": [
- 0,
- 1,
- 1
- ],
- "830": [
- 0,
- 1,
- 1
- ],
- "835": [
- 0,
- 1,
- 1
- ],
- "836": [
- 0,
- 2,
- 2
- ],
- "850": [
- 0,
- 1,
- 1
- ],
- "851-gigantamax": [
- 0,
- 1,
- 1
- ],
- "851": [
- 0,
- 1,
- 1
- ],
- "854": [
- 0,
- 1,
- 1
- ],
- "855": [
- 0,
- 1,
- 1
- ],
- "856": [
- 0,
- 1,
- 1
- ],
- "857": [
- 0,
- 2,
- 2
- ],
- "858-gigantamax": [
- 0,
- 1,
- 1
- ],
- "858": [
- 0,
- 1,
- 1
- ],
- "859": [
- 0,
- 2,
- 2
- ],
- "860": [
- 0,
- 1,
- 1
- ],
- "861-gigantamax": [
- 0,
- 1,
- 1
- ],
- "861": [
- 0,
- 1,
- 1
- ],
- "862": [
- 0,
- 1,
- 1
- ],
- "863": [
- 0,
- 1,
- 1
- ],
- "864": [
- 0,
- 1,
- 1
- ],
- "867": [
- 0,
- 1,
- 1
- ],
- "872": [
- 1,
- 1,
- 1
- ],
- "873": [
- 1,
- 1,
- 1
- ],
- "876-female": [
- 0,
- 1,
- 1
- ],
- "876": [
- 0,
- 1,
- 1
- ],
- "877-hangry": [
- 1,
- 1,
- 1
- ],
- "877": [
- 1,
- 1,
- 1
- ],
- "880": [
- 0,
- 1,
- 1
- ],
- "881": [
- 0,
- 1,
- 1
- ],
- "882": [
- 0,
- 1,
- 1
- ],
- "883": [
- 0,
- 1,
- 1
- ],
- "884-gigantamax": [
- 0,
- 1,
- 1
- ],
- "884": [
- 0,
- 1,
- 1
- ],
- "885": [
- 1,
- 1,
- 1
- ],
- "886": [
- 1,
- 1,
- 1
- ],
- "887": [
- 2,
- 1,
- 1
- ],
- "888": [
- 0,
- 1,
- 1
- ],
- "888-crowned": [
- 0,
- 1,
- 1
- ],
- "889": [
- 0,
- 1,
- 1
- ],
- "889-crowned": [
- 0,
- 1,
- 1
- ],
- "890-eternamax": [
- 0,
- 1,
- 1
- ],
- "890": [
- 0,
- 1,
- 1
- ],
- "891": [
- 1,
- 1,
- 1
- ],
- "892-gigantamax-rapid": [
- 1,
- 2,
- 2
- ],
- "892-rapid-strike": [
- 1,
- 1,
- 1
- ],
- "892": [
- 1,
- 1,
- 1
- ],
- "892-gigantamax-single": [
- 1,
- 2,
- 2
- ],
- "896": [
- 1,
- 1,
- 1
- ],
- "897": [
- 2,
- 1,
- 1
- ],
- "898": [
- 1,
- 1,
- 1
- ],
- "898-ice": [
- 1,
- 1,
- 1
- ],
- "898-shadow": [
- 1,
- 1,
- 1
- ],
- "900": [
- 0,
- 1,
- 1
- ],
- "901": [
- 0,
- 1,
- 2
- ],
- "903": [
- 0,
- 1,
- 1
- ],
- "909": [
- 0,
- 2,
- 2
- ],
- "910": [
- 0,
- 2,
- 2
- ],
- "911": [
- 0,
- 1,
- 1
- ],
- "912": [
- 0,
- 1,
- 1
- ],
- "913": [
- 0,
- 2,
- 2
- ],
- "914": [
- 0,
- 2,
- 1
- ],
- "919": [
- 1,
- 1,
- 1
- ],
- "920": [
- 2,
- 2,
- 2
- ],
- "924": [
- 1,
- 1,
- 1
- ],
- "925-four": [
- 1,
- 1,
- 1
- ],
- "925-three": [
- 1,
- 1,
- 1
- ],
- "932": [
- 0,
- 1,
- 2
- ],
- "933": [
- 0,
- 1,
- 1
- ],
- "934": [
- 0,
- 1,
- 1
- ],
- "935": [
- 2,
- 2,
- 2
- ],
- "936": [
- 2,
- 2,
- 2
- ],
- "937": [
- 2,
- 2,
- 2
- ],
- "940": [
- 0,
- 1,
- 1
- ],
- "941": [
- 0,
- 1,
- 1
- ],
- "948": [
- 0,
- 1,
- 1
- ],
- "949": [
- 0,
- 1,
- 1
- ],
- "951": [
- 0,
- 1,
- 1
- ],
- "952": [
- 0,
- 1,
- 1
- ],
- "953": [
- 0,
- 1,
- 1
- ],
- "954": [
- 0,
- 1,
- 1
- ],
- "957": [
- 1,
- 2,
- 2
- ],
- "958": [
- 2,
- 2,
- 1
- ],
- "959": [
- 2,
- 2,
- 2
- ],
- "962": [
- 1,
- 1,
- 1
- ],
- "967": [
- 0,
- 1,
- 1
- ],
- "968": [
- 0,
- 2,
- 2
- ],
- "969": [
- 0,
- 1,
- 1
- ],
- "970": [
- 0,
- 1,
- 1
- ],
- "973": [
- 2,
- 2,
- 2
- ],
- "974": [
- 0,
- 1,
- 1
- ],
- "975": [
- 0,
- 2,
- 2
- ],
- "978-curly": [
- 0,
- 2,
- 2
- ],
- "978-droopy": [
- 0,
- 2,
- 2
- ],
- "978-stretchy": [
- 0,
- 2,
- 2
- ],
- "979": [
- 2,
- 2,
- 2
- ],
- "981": [
- 0,
- 1,
- 1
- ],
- "982": [
- 0,
- 1,
- 1
- ],
- "982-three-segment": [
- 0,
- 1,
- 1
- ],
- "987": [
- 1,
- 1,
- 1
- ],
- "988": [
- 0,
- 1,
- 2
- ],
- "993": [
- 0,
- 1,
- 1
- ],
- "994": [
- 0,
- 1,
- 1
- ],
- "995": [
- 0,
- 1,
- 1
- ],
- "996": [
- 0,
- 1,
- 1
- ],
- "997": [
- 0,
- 1,
- 1
- ],
- "998": [
- 0,
- 1,
- 1
- ],
- "999": [
- 1,
- 1,
- 1
- ],
- "1000": [
- 1,
- 1,
- 1
- ],
- "1001": [
- 0,
- 1,
- 1
- ],
- "1003": [
- 0,
- 1,
- 1
- ],
- "1004": [
- 0,
- 1,
- 1
- ],
- "1006": [
- 0,
- 2,
- 1
- ],
- "1007-apex-build": [
- 0,
- 2,
- 2
- ],
- "1008-ultimate-mode": [
- 1,
- 1,
- 1
- ],
- "1010": [
- 0,
- 1,
- 1
- ],
- "1018": [
- 0,
- 1,
- 1
- ],
- "1022": [
- 0,
- 1,
- 1
- ],
- "1023": [
- 0,
- 1,
- 1
- ],
- "2027": [
- 0,
- 1,
- 1
- ],
- "2028": [
- 0,
- 1,
- 1
- ],
- "2052": [
- 0,
- 1,
- 1
- ],
- "2053": [
- 0,
- 1,
- 1
- ],
- "2670": [
- 0,
- 1,
- 1
- ],
- "4052": [
- 0,
- 1,
- 1
- ],
- "4077": [
- 0,
- 1,
- 1
- ],
- "4078": [
- 0,
- 1,
- 1
- ],
- "4079": [
- 0,
- 1,
- 1
- ],
- "4080": [
- 2,
- 1,
- 1
- ],
- "4144": [
- 0,
- 1,
- 1
- ],
- "4145": [
- 0,
- 1,
- 1
- ],
- "4146": [
- 0,
- 1,
- 1
- ],
- "4199": [
- 2,
- 1,
- 1
- ],
- "4222": [
- 0,
- 1,
- 1
- ],
- "4263": [
- 0,
- 1,
- 1
- ],
- "4264": [
- 0,
- 1,
- 1
- ],
- "4562": [
- 0,
- 1,
- 1
- ],
- "6100": [
- 0,
- 1,
- 1
- ],
- "6101": [
- 0,
- 1,
- 1
- ],
- "6215": [
- 0,
- 1,
- 1
- ],
- "6549": [
- 0,
- 1,
- 1
- ],
- "6570": [
- 0,
- 1,
- 1
- ],
- "6571": [
- 0,
- 1,
- 1
- ],
- "6705": [
- 0,
- 1,
- 1
- ],
- "6706": [
- 0,
- 1,
- 1
- ],
- "6713": [
- 0,
- 1,
- 1
- ],
- "8901": [
- 1,
- 1,
- 1
- ],
+ "1": [0, 1, 1],
+ "2": [0, 2, 1],
+ "3-gigantamax": [0, 1, 1],
+ "3-mega": [0, 2, 2],
+ "3": [0, 1, 1],
+ "4": [0, 1, 1],
+ "5": [0, 1, 1],
+ "6-mega-x": [0, 1, 2],
+ "6-gigantamax": [0, 1, 2],
+ "6-mega-y": [0, 1, 2],
+ "6": [0, 2, 2],
+ "7": [0, 2, 2],
+ "8": [0, 2, 2],
+ "9-gigantamax": [0, 1, 2],
+ "9-mega": [0, 2, 2],
+ "9": [0, 2, 2],
+ "19": [0, 1, 1],
+ "20": [0, 1, 1],
+ "23": [0, 1, 1],
+ "24": [0, 1, 1],
+ "25": [0, 1, 1],
+ "25-beauty-cosplay": [0, 1, 1],
+ "25-cool-cosplay": [0, 1, 1],
+ "25-cosplay": [0, 1, 1],
+ "25-cute-cosplay": [0, 1, 1],
+ "25-gigantamax": [0, 1, 1],
+ "25-partner": [0, 1, 1],
+ "25-smart-cosplay": [0, 1, 1],
+ "25-tough-cosplay": [0, 1, 1],
+ "26": [0, 1, 1],
+ "29": [0, 1, 1],
+ "30": [0, 1, 1],
+ "31": [1, 1, 1],
+ "35": [0, 1, 2],
+ "36": [0, 1, 1],
+ "37": [0, 1, 1],
+ "38": [0, 1, 1],
+ "39": [0, 1, 1],
+ "40": [0, 1, 1],
+ "41": [0, 1, 1],
+ "42": [0, 1, 1],
+ "43": [0, 1, 1],
+ "44": [0, 1, 1],
+ "45": [0, 1, 1],
+ "46": [1, 1, 1],
+ "47": [1, 1, 1],
+ "50": [0, 1, 1],
+ "51": [0, 1, 1],
+ "52-gigantamax": [1, 1, 1],
+ "52": [1, 1, 1],
+ "53": [1, 1, 1],
+ "56": [1, 2, 2],
+ "57": [2, 2, 2],
+ "69": [0, 2, 2],
+ "70": [0, 1, 1],
+ "71": [0, 1, 1],
+ "77": [0, 1, 1],
+ "78": [0, 1, 1],
+ "79": [1, 1, 1],
+ "80": [0, 1, 1],
+ "80-mega": [0, 1, 1],
+ "81": [0, 1, 1],
+ "82": [0, 1, 1],
+ "83": [0, 2, 2],
+ "84": [1, 1, 1],
+ "85": [1, 1, 1],
+ "86": [1, 1, 1],
+ "87": [1, 1, 1],
+ "92": [2, 2, 2],
+ "93": [1, 1, 1],
+ "94-gigantamax": [1, 2, 2],
+ "94-mega": [2, 2, 2],
+ "94": [1, 1, 1],
+ "98": [0, 1, 1],
+ "99": [0, 1, 1],
+ "99-gigantamax": [0, 1, 1],
+ "100": [0, 1, 1],
+ "101": [0, 1, 1],
+ "102": [0, 1, 1],
+ "103": [0, 1, 1],
+ "111": [0, 1, 1],
+ "112": [0, 1, 1],
+ "113": [2, 2, 2],
+ "114": [0, 1, 1],
+ "116": [0, 1, 1],
+ "117": [0, 1, 1],
+ "118": [1, 1, 1],
+ "119": [1, 1, 1],
+ "120": [0, 1, 1],
+ "121": [0, 1, 1],
+ "123": [1, 1, 1],
+ "125": [1, 1, 2],
+ "126": [0, 2, 1],
+ "127-mega": [0, 1, 1],
+ "127": [0, 1, 1],
+ "128": [0, 1, 1],
+ "129": [0, 1, 1],
+ "130-mega": [0, 1, 1],
+ "130": [0, 1, 1],
+ "131-gigantamax": [0, 1, 1],
+ "131": [0, 1, 1],
+ "132": [0, 1, 1],
+ "133": [0, 1, 1],
+ "133-partner": [0, 1, 1],
+ "134": [0, 1, 1],
+ "135": [1, 1, 1],
+ "136": [1, 1, 1],
+ "137": [0, 1, 1],
+ "138": [0, 1, 1],
+ "139": [0, 1, 2],
+ "140": [0, 1, 1],
+ "141": [0, 2, 2],
+ "142-mega": [0, 1, 1],
+ "142": [0, 1, 1],
+ "144": [1, 2, 2],
+ "145": [1, 1, 1],
+ "146": [1, 1, 1],
+ "147": [0, 1, 1],
+ "148": [0, 1, 1],
+ "149": [0, 1, 1],
+ "150-mega-x": [0, 1, 1],
+ "150-mega-y": [0, 1, 1],
+ "150": [0, 1, 1],
+ "151": [0, 1, 1],
+ "152": [0, 1, 1],
+ "153": [0, 1, 1],
+ "154": [0, 1, 1],
+ "158": [0, 1, 1],
+ "159": [0, 1, 1],
+ "160": [0, 1, 1],
+ "161": [0, 1, 2],
+ "162": [0, 1, 1],
+ "163": [0, 1, 1],
+ "164": [0, 2, 2],
+ "167": [0, 1, 1],
+ "168": [0, 1, 1],
+ "169": [0, 1, 1],
+ "170": [0, 1, 1],
+ "171": [0, 1, 1],
+ "172": [0, 1, 1],
+ "172-spiky": [0, 1, 1],
+ "173": [0, 1, 2],
+ "174": [0, 1, 1],
+ "175": [1, 1, 1],
+ "176": [1, 1, 1],
+ "177": [0, 1, 1],
+ "178": [0, 2, 2],
+ "179": [0, 1, 1],
+ "180": [0, 2, 2],
+ "181-mega": [0, 1, 2],
+ "181": [0, 1, 1],
+ "182": [0, 1, 1],
+ "183": [0, 1, 2],
+ "184": [0, 2, 2],
+ "185": [0, 1, 1],
+ "190": [0, 1, 1],
+ "193": [0, 1, 1],
+ "194": [0, 1, 1],
+ "195": [0, 1, 1],
+ "196": [1, 1, 1],
+ "197": [0, 1, 1],
+ "198": [0, 1, 1],
+ "199": [2, 1, 1],
+ "200": [1, 1, 1],
+ "201-m": [0, 1, 1],
+ "201-question": [0, 1, 1],
+ "201-j": [0, 1, 1],
+ "201-l": [0, 1, 1],
+ "201-h": [0, 1, 1],
+ "201-x": [0, 1, 1],
+ "201-exclamation": [0, 1, 1],
+ "201-q": [0, 1, 1],
+ "201-s": [0, 1, 1],
+ "201-c": [0, 1, 1],
+ "201-u": [0, 1, 1],
+ "201-t": [0, 1, 1],
+ "201-z": [0, 1, 1],
+ "201-d": [0, 1, 1],
+ "201-b": [0, 1, 1],
+ "201-g": [0, 1, 1],
+ "201-k": [0, 1, 1],
+ "201-i": [0, 1, 1],
+ "201-p": [0, 1, 1],
+ "201-e": [0, 1, 1],
+ "201-y": [0, 1, 1],
+ "201-r": [0, 1, 1],
+ "201-f": [0, 1, 1],
+ "201-n": [0, 1, 1],
+ "201-v": [0, 1, 1],
+ "201-a": [0, 1, 1],
+ "201-w": [0, 1, 1],
+ "201-o": [0, 1, 1],
+ "203": [0, 1, 1],
+ "206": [0, 1, 1],
+ "207": [0, 1, 1],
+ "211": [0, 1, 1],
+ "212-mega": [1, 1, 1],
+ "212": [1, 1, 1],
+ "213": [0, 1, 1],
+ "215": [0, 1, 1],
+ "216": [1, 1, 1],
+ "217": [1, 1, 1],
+ "222": [0, 1, 1],
+ "226": [0, 2, 2],
+ "227": [0, 1, 1],
+ "228": [0, 1, 1],
+ "229": [0, 1, 1],
+ "229-mega": [0, 1, 1],
+ "230": [0, 1, 1],
+ "231": [0, 1, 1],
+ "232": [0, 1, 1],
+ "233": [0, 1, 1],
+ "235": [0, 1, 1],
+ "239": [1, 1, 2],
+ "240": [0, 1, 1],
+ "242": [2, 2, 2],
+ "243": [0, 1, 1],
+ "244": [0, 2, 2],
+ "245": [0, 1, 1],
+ "246": [0, 1, 1],
+ "247": [0, 1, 1],
+ "248": [0, 1, 1],
+ "248-mega": [0, 1, 1],
+ "249": [0, 2, 2],
+ "250": [0, 2, 2],
+ "251": [0, 1, 1],
+ "255": [0, 1, 1],
+ "256": [0, 1, 1],
+ "257": [0, 1, 2],
+ "257-mega": [0, 1, 1],
+ "261": [0, 1, 1],
+ "262": [0, 1, 1],
+ "263": [0, 1, 1],
+ "264": [0, 1, 1],
+ "276": [0, 1, 1],
+ "277": [0, 1, 1],
+ "278": [1, 1, 1],
+ "279": [1, 1, 1],
+ "280": [0, 1, 1],
+ "281": [0, 1, 1],
+ "282-mega": [0, 2, 2],
+ "282": [0, 1, 1],
+ "285": [0, 1, 1],
+ "286": [0, 1, 1],
+ "290": [1, 1, 1],
+ "291": [2, 2, 2],
+ "292": [2, 1, 2],
+ "298": [0, 2, 2],
+ "300": [1, 1, 1],
+ "301": [1, 1, 1],
+ "302": [0, 1, 1],
+ "302-mega": [0, 1, 1],
+ "303-mega": [1, 1, 1],
+ "303": [0, 1, 1],
+ "304": [1, 1, 1],
+ "305": [1, 1, 1],
+ "306-mega": [1, 1, 1],
+ "306": [1, 1, 1],
+ "307": [0, 1, 1],
+ "308-mega": [0, 1, 1],
+ "308": [0, 2, 1],
+ "309": [0, 1, 1],
+ "310-mega": [0, 1, 1],
+ "310": [0, 1, 1],
+ "311": [1, 1, 1],
+ "312": [0, 1, 1],
+ "315": [0, 1, 1],
+ "320": [0, 1, 1],
+ "321": [0, 1, 1],
+ "327": [0, 1, 1],
+ "328": [0, 1, 1],
+ "329": [0, 1, 2],
+ "330": [0, 1, 1],
+ "333": [0, 1, 1],
+ "334-mega": [0, 2, 1],
+ "334": [0, 2, 2],
+ "335": [0, 2, 2],
+ "336": [0, 1, 1],
+ "337": [0, 1, 1],
+ "338": [0, 1, 1],
+ "339": [0, 1, 1],
+ "340": [0, 1, 2],
+ "341": [0, 2, 2],
+ "342": [0, 2, 2],
+ "351-rainy": [1, 2, 2],
+ "351-snowy": [1, 1, 1],
+ "351-sunny": [1, 2, 2],
+ "351": [0, 2, 2],
+ "352": [1, 1, 1],
+ "353": [0, 1, 1],
+ "354": [0, 1, 1],
+ "354-mega": [0, 1, 1],
+ "357": [0, 1, 1],
+ "358": [2, 1, 1],
+ "359": [0, 1, 1],
+ "359-mega": [0, 1, 1],
+ "361": [0, 1, 1],
+ "362": [0, 2, 2],
+ "362-mega": [0, 1, 1],
+ "369": [0, 1, 1],
+ "370": [0, 1, 1],
+ "371": [0, 1, 1],
+ "372": [0, 1, 1],
+ "373-mega": [0, 2, 2],
+ "373": [0, 1, 1],
+ "374": [0, 1, 1],
+ "375": [0, 1, 1],
+ "376-mega": [0, 1, 1],
+ "376": [0, 1, 1],
+ "377": [0, 1, 1],
+ "378": [1, 1, 1],
+ "379": [0, 1, 1],
+ "380-mega": [0, 1, 1],
+ "380": [0, 1, 1],
+ "381-mega": [0, 1, 1],
+ "381": [0, 1, 1],
+ "382-primal": [0, 1, 1],
+ "382": [0, 1, 1],
+ "383-primal": [0, 1, 1],
+ "383": [0, 1, 1],
+ "384-mega": [0, 2, 1],
+ "384": [0, 1, 1],
+ "385": [1, 1, 1],
+ "387": [0, 1, 1],
+ "388": [0, 1, 1],
+ "389": [0, 1, 1],
+ "390": [0, 1, 1],
+ "391": [0, 1, 1],
+ "392": [0, 1, 1],
+ "393": [0, 1, 1],
+ "394": [0, 1, 1],
+ "395": [0, 1, 1],
+ "399": [0, 1, 1],
+ "400": [0, 1, 1],
+ "401": [0, 1, 1],
+ "402": [0, 1, 1],
+ "406": [0, 1, 1],
+ "407": [0, 1, 1],
+ "412-sandy": [2, 2, 2],
+ "412-plant": [1, 1, 1],
+ "412-trash": [1, 1, 1],
+ "413-plant": [2, 2, 2],
+ "413-trash": [1, 1, 1],
+ "413-sandy": [1, 1, 1],
+ "414": [0, 1, 1],
+ "418": [0, 1, 1],
+ "419": [0, 1, 1],
+ "422-west": [1, 1, 1],
+ "422-east": [1, 1, 1],
+ "423-west": [1, 1, 1],
+ "423-east": [1, 1, 1],
+ "424": [0, 1, 1],
+ "425": [0, 1, 1],
+ "426": [0, 1, 1],
+ "427": [0, 1, 1],
+ "428-mega": [0, 1, 1],
+ "428": [0, 1, 1],
+ "429": [1, 1, 1],
+ "430": [0, 1, 1],
+ "433": [1, 1, 1],
+ "436": [0, 1, 1],
+ "437": [0, 1, 1],
+ "438": [0, 1, 1],
+ "440": [1, 1, 2],
+ "441": [0, 1, 1],
+ "442": [0, 1, 1],
+ "443": [1, 1, 1],
+ "444": [1, 1, 1],
+ "445-mega": [1, 1, 1],
+ "445": [1, 1, 1],
+ "447": [1, 1, 1],
+ "448-mega": [1, 1, 1],
+ "448": [1, 1, 1],
+ "453": [0, 1, 1],
+ "454": [0, 1, 1],
+ "455": [0, 1, 1],
+ "456": [0, 1, 1],
+ "457": [0, 1, 1],
+ "458": [0, 1, 1],
+ "461": [0, 1, 1],
+ "462": [0, 1, 1],
+ "464": [0, 1, 1],
+ "465": [0, 1, 1],
+ "466": [1, 1, 2],
+ "467": [0, 1, 1],
+ "468": [1, 1, 1],
+ "469": [0, 1, 1],
+ "470": [1, 1, 1],
+ "471": [1, 2, 2],
+ "472": [0, 1, 1],
+ "474": [0, 1, 1],
+ "475-mega": [0, 2, 2],
+ "475": [0, 1, 1],
+ "478": [0, 2, 1],
+ "479-heat": [0, 1, 1],
+ "479-wash": [0, 1, 1],
+ "479-mow": [0, 1, 1],
+ "479-frost": [0, 1, 1],
+ "479": [0, 1, 1],
+ "479-fan": [0, 1, 1],
+ "480": [1, 1, 1],
+ "481": [1, 1, 1],
+ "482": [1, 1, 1],
+ "485": [0, 1, 1],
+ "486": [0, 1, 1],
+ "487-altered": [0, 1, 1],
+ "487-origin": [0, 1, 1],
+ "488": [0, 1, 1],
+ "489": [1, 1, 1],
+ "490": [1, 1, 1],
+ "491": [0, 1, 1],
+ "492-land": [0, 2, 1],
+ "492-sky": [0, 1, 1],
+ "494": [0, 1, 1],
+ "495": [0, 1, 1],
+ "496": [0, 1, 1],
+ "497": [0, 1, 1],
+ "501": [0, 1, 1],
+ "502": [0, 1, 1],
+ "503": [0, 1, 1],
+ "517": [0, 1, 1],
+ "518": [0, 1, 1],
+ "524": [0, 1, 1],
+ "525": [0, 1, 1],
+ "526": [0, 2, 2],
+ "527": [0, 1, 1],
+ "528": [0, 1, 1],
+ "529": [0, 2, 2],
+ "530": [0, 2, 2],
+ "531": [0, 1, 1],
+ "531-mega": [0, 1, 1],
+ "532": [0, 1, 1],
+ "533": [0, 1, 1],
+ "534": [0, 1, 1],
+ "538": [0, 1, 1],
+ "539": [0, 2, 2],
+ "540": [0, 1, 1],
+ "541": [0, 1, 1],
+ "542": [0, 1, 1],
+ "543": [0, 1, 2],
+ "544": [0, 1, 2],
+ "545": [0, 1, 1],
+ "546": [0, 1, 1],
+ "547": [0, 1, 1],
+ "548": [1, 1, 1],
+ "549": [0, 1, 2],
+ "551": [0, 1, 1],
+ "552": [0, 1, 1],
+ "553": [0, 1, 1],
+ "556": [0, 1, 1],
+ "559": [1, 1, 1],
+ "560": [1, 1, 1],
+ "562": [0, 1, 1],
+ "563": [0, 1, 1],
+ "568": [0, 2, 2],
+ "569-gigantamax": [0, 1, 1],
+ "569": [0, 1, 1],
+ "570": [0, 1, 1],
+ "571": [0, 1, 1],
+ "572": [0, 1, 1],
+ "577": [1, 1, 1],
+ "578": [1, 1, 1],
+ "579": [1, 1, 1],
+ "585-autumn": [2, 0, 0],
+ "585-spring": [2, 0, 0],
+ "585-summer": [2, 0, 0],
+ "585-winter": [2, 0, 0],
+ "586-autumn": [1, 0, 0],
+ "586-spring": [1, 0, 0],
+ "586-summer": [1, 0, 0],
+ "586-winter": [1, 0, 0],
+ "587": [0, 1, 1],
+ "588": [0, 1, 1],
+ "589": [0, 1, 1],
+ "590": [0, 1, 1],
+ "591": [0, 1, 1],
+ "592": [0, 1, 2],
+ "593": [0, 1, 1],
+ "594": [0, 1, 2],
+ "595": [0, 1, 1],
+ "596": [0, 1, 1],
+ "602": [0, 1, 1],
+ "603": [0, 1, 1],
+ "604": [0, 1, 1],
+ "605": [1, 1, 1],
+ "606": [1, 1, 1],
+ "607": [0, 1, 1],
+ "608": [0, 1, 1],
+ "609": [0, 1, 1],
+ "610": [0, 1, 1],
+ "611": [0, 1, 1],
+ "612": [0, 1, 2],
+ "616": [0, 1, 1],
+ "617": [0, 1, 1],
+ "618": [0, 1, 1],
+ "619": [0, 1, 1],
+ "620": [0, 1, 1],
+ "621": [0, 1, 1],
+ "622": [0, 1, 1],
+ "623": [0, 1, 1],
+ "631": [0, 2, 2],
+ "632": [0, 1, 1],
+ "633": [0, 1, 1],
+ "634": [0, 1, 1],
+ "635": [0, 1, 1],
+ "636": [0, 1, 1],
+ "637": [0, 1, 1],
+ "640": [0, 1, 1],
+ "647-resolute": [0, 1, 1],
+ "647-ordinary": [0, 1, 1],
+ "648-aria": [0, 1, 1],
+ "648-pirouette": [0, 1, 1],
+ "649-burn": [0, 1, 1],
+ "649-chill": [0, 1, 1],
+ "649-douse": [0, 1, 1],
+ "649-shock": [0, 1, 1],
+ "649": [0, 1, 1],
+ "653": [0, 1, 1],
+ "654": [0, 1, 1],
+ "655": [0, 1, 1],
+ "656": [0, 1, 1],
+ "657": [0, 1, 1],
+ "658": [0, 1, 1],
+ "658-ash": [0, 1, 1],
+ "664": [0, 1, 1],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
+ "669-red": [0, 1, 1],
+ "669-blue": [0, 2, 2],
+ "669-white": [0, 1, 1],
+ "669-yellow": [0, 2, 1],
+ "669-orange": [0, 2, 1],
+ "670-white": [0, 2, 2],
+ "670-blue": [0, 2, 2],
+ "670-orange": [0, 2, 2],
+ "670-red": [0, 2, 2],
+ "670-yellow": [0, 2, 2],
+ "671-red": [0, 1, 2],
+ "671-blue": [0, 1, 2],
+ "671-yellow": [0, 1, 2],
+ "671-white": [0, 1, 2],
+ "671-orange": [0, 1, 1],
+ "672": [0, 1, 2],
+ "673": [0, 1, 1],
+ "676": [0, 1, 1],
+ "676-dandy": [0, 1, 1],
+ "676-debutante": [0, 1, 1],
+ "676-diamond": [0, 1, 1],
+ "676-heart": [0, 1, 1],
+ "676-kabuki": [0, 1, 1],
+ "676-la-reine": [0, 1, 1],
+ "676-matron": [0, 1, 1],
+ "676-pharaoh": [0, 1, 1],
+ "676-star": [0, 1, 1],
+ "677": [0, 1, 1],
+ "678-female": [0, 1, 1],
+ "678": [0, 1, 1],
+ "682": [0, 1, 1],
+ "683": [0, 1, 1],
+ "684": [0, 1, 1],
+ "685": [0, 1, 1],
+ "688": [0, 1, 1],
+ "689": [0, 1, 1],
+ "690": [0, 1, 1],
+ "691": [0, 1, 1],
+ "696": [0, 1, 1],
+ "697": [0, 1, 1],
+ "698": [0, 1, 1],
+ "699": [0, 1, 1],
+ "700": [0, 1, 1],
+ "702": [0, 1, 1],
+ "703": [0, 1, 1],
+ "704": [0, 1, 1],
+ "705": [0, 1, 1],
+ "706": [0, 1, 1],
+ "708": [0, 1, 1],
+ "709": [0, 1, 1],
+ "710": [0, 1, 1],
+ "711": [1, 1, 1],
+ "712": [0, 1, 1],
+ "713": [0, 1, 1],
+ "714": [0, 1, 1],
+ "715": [0, 1, 1],
+ "716-active": [0, 1, 1],
+ "716-neutral": [0, 1, 1],
+ "717": [0, 1, 1],
+ "720-unbound": [1, 1, 1],
+ "720": [1, 1, 1],
+ "728": [0, 1, 1],
+ "729": [0, 1, 1],
+ "730": [0, 1, 1],
+ "734": [0, 1, 1],
+ "735": [0, 1, 1],
+ "742": [0, 2, 2],
+ "743": [0, 2, 2],
+ "747": [0, 1, 1],
+ "748": [0, 1, 1],
+ "751": [0, 1, 1],
+ "752": [0, 1, 1],
+ "753": [0, 1, 1],
+ "754": [0, 1, 1],
+ "755": [0, 1, 1],
+ "756": [0, 1, 2],
+ "761": [0, 1, 1],
+ "762": [0, 1, 1],
+ "763": [0, 1, 1],
+ "767": [0, 1, 1],
+ "768": [0, 1, 1],
+ "771": [0, 1, 1],
+ "772": [0, 1, 1],
+ "773-fighting": [0, 1, 1],
+ "773-psychic": [0, 1, 1],
+ "773-poison": [0, 1, 1],
+ "773-ground": [0, 1, 1],
+ "773-ghost": [0, 1, 1],
+ "773-steel": [0, 1, 1],
+ "773-rock": [0, 1, 1],
+ "773-grass": [0, 1, 1],
+ "773-dragon": [0, 1, 1],
+ "773-bug": [0, 1, 1],
+ "773-ice": [0, 1, 1],
+ "773-dark": [0, 1, 1],
+ "773": [0, 1, 1],
+ "773-fairy": [0, 1, 1],
+ "773-water": [0, 1, 1],
+ "773-electric": [0, 1, 1],
+ "773-flying": [0, 1, 1],
+ "773-fire": [0, 1, 1],
+ "776": [0, 1, 1],
+ "777": [0, 1, 1],
+ "778-busted": [0, 1, 1],
+ "778-disguised": [0, 1, 1],
+ "779": [0, 1, 1],
+ "789": [1, 1, 1],
+ "790": [0, 1, 1],
+ "791-radiant-sun": [0, 1, 1],
+ "791": [2, 1, 1],
+ "792-full-moon": [0, 1, 1],
+ "792": [0, 1, 1],
+ "793": [0, 1, 1],
+ "797": [0, 1, 1],
+ "798": [0, 1, 1],
+ "800-dawn-wings": [0, 1, 1],
+ "800-dusk-mane": [0, 1, 1],
+ "800-ultra": [0, 1, 1],
+ "800": [0, 1, 1],
+ "802": [1, 1, 1],
+ "803": [0, 1, 1],
+ "804": [0, 1, 1],
+ "807": [0, 1, 1],
+ "808": [0, 1, 1],
+ "809-gigantamax": [0, 1, 1],
+ "809": [0, 1, 1],
+ "816": [0, 1, 1],
+ "817": [0, 1, 1],
+ "818-gigantamax": [1, 1, 1],
+ "818": [0, 1, 1],
+ "821": [0, 1, 1],
+ "822": [0, 1, 1],
+ "823-gigantamax": [0, 2, 2],
+ "823": [0, 1, 1],
+ "829": [0, 1, 1],
+ "830": [0, 1, 1],
+ "835": [0, 1, 1],
+ "836": [0, 2, 2],
+ "850": [0, 1, 1],
+ "851-gigantamax": [0, 1, 1],
+ "851": [0, 1, 1],
+ "854": [0, 1, 1],
+ "855": [0, 1, 1],
+ "856": [0, 1, 1],
+ "857": [0, 2, 2],
+ "858-gigantamax": [0, 1, 1],
+ "858": [0, 1, 1],
+ "859": [0, 1, 1],
+ "860": [0, 1, 1],
+ "861-gigantamax": [0, 1, 1],
+ "861": [0, 1, 1],
+ "862": [0, 1, 1],
+ "863": [0, 1, 1],
+ "864": [0, 1, 1],
+ "867": [0, 1, 1],
+ "872": [1, 1, 1],
+ "873": [1, 1, 1],
+ "876-female": [0, 1, 1],
+ "876": [0, 1, 1],
+ "877-hangry": [1, 1, 1],
+ "877": [1, 1, 1],
+ "880": [0, 1, 1],
+ "881": [0, 1, 1],
+ "882": [0, 1, 1],
+ "883": [0, 1, 1],
+ "884-gigantamax": [0, 1, 1],
+ "884": [0, 1, 1],
+ "885": [1, 1, 1],
+ "886": [1, 1, 1],
+ "887": [2, 1, 1],
+ "888": [0, 1, 1],
+ "888-crowned": [0, 1, 1],
+ "889": [0, 1, 1],
+ "889-crowned": [0, 1, 1],
+ "890-eternamax": [0, 1, 1],
+ "890": [0, 1, 1],
+ "891": [1, 1, 1],
+ "892-gigantamax-rapid": [1, 2, 2],
+ "892-rapid-strike": [1, 1, 1],
+ "892": [1, 1, 1],
+ "892-gigantamax-single": [1, 2, 2],
+ "894": [0, 1, 1],
+ "895": [0, 1, 1],
+ "896": [1, 1, 1],
+ "897": [2, 1, 1],
+ "898": [1, 1, 1],
+ "898-ice": [1, 1, 1],
+ "898-shadow": [1, 1, 1],
+ "900": [0, 1, 1],
+ "901": [0, 1, 2],
+ "903": [0, 1, 1],
+ "909": [0, 2, 2],
+ "910": [0, 2, 2],
+ "911": [0, 1, 1],
+ "912": [0, 1, 1],
+ "913": [0, 2, 2],
+ "914": [0, 2, 1],
+ "919": [1, 1, 1],
+ "920": [2, 2, 2],
+ "924": [1, 1, 1],
+ "925-four": [1, 1, 1],
+ "925-three": [1, 1, 1],
+ "932": [0, 1, 2],
+ "933": [0, 1, 1],
+ "934": [0, 1, 1],
+ "935": [2, 2, 2],
+ "936": [2, 2, 2],
+ "937": [2, 2, 2],
+ "940": [0, 1, 1],
+ "941": [0, 1, 1],
+ "944": [0, 1, 1],
+ "945": [0, 1, 1],
+ "948": [0, 1, 1],
+ "949": [0, 1, 1],
+ "951": [0, 1, 1],
+ "952": [0, 1, 1],
+ "953": [0, 1, 1],
+ "954": [0, 1, 1],
+ "957": [1, 2, 2],
+ "958": [2, 2, 1],
+ "959": [2, 2, 2],
+ "962": [1, 1, 1],
+ "967": [0, 1, 1],
+ "968": [0, 2, 2],
+ "969": [0, 1, 1],
+ "970": [0, 1, 1],
+ "973": [2, 2, 2],
+ "974": [0, 1, 1],
+ "975": [0, 2, 2],
+ "978-curly": [0, 2, 2],
+ "978-droopy": [0, 2, 2],
+ "978-stretchy": [0, 2, 2],
+ "979": [2, 2, 2],
+ "981": [0, 1, 1],
+ "982": [0, 1, 1],
+ "982-three-segment": [0, 1, 1],
+ "987": [1, 1, 1],
+ "988": [0, 1, 2],
+ "993": [0, 1, 1],
+ "994": [0, 1, 1],
+ "995": [0, 1, 1],
+ "996": [0, 1, 1],
+ "997": [0, 1, 1],
+ "998": [0, 1, 1],
+ "999": [1, 1, 1],
+ "1000": [1, 1, 1],
+ "1001": [0, 1, 1],
+ "1003": [0, 1, 1],
+ "1004": [0, 1, 1],
+ "1006": [0, 2, 1],
+ "1007-apex-build": [0, 2, 2],
+ "1008-ultimate-mode": [1, 1, 1],
+ "1010": [0, 1, 1],
+ "1012-counterfeit": [0, 1, 1],
+ "1013-unremarkable": [0, 1, 1],
+ "1018": [0, 1, 1],
+ "1022": [0, 1, 1],
+ "1023": [0, 1, 1],
+ "2026": [0, 1, 1],
+ "2027": [0, 1, 1],
+ "2028": [0, 1, 1],
+ "2052": [0, 1, 1],
+ "2053": [0, 1, 1],
+ "2103": [0, 1, 1],
+ "2670": [0, 1, 1],
+ "4052": [0, 1, 1],
+ "4077": [0, 1, 1],
+ "4078": [0, 1, 1],
+ "4079": [0, 1, 1],
+ "4080": [2, 1, 1],
+ "4144": [0, 1, 1],
+ "4145": [0, 1, 1],
+ "4146": [0, 1, 1],
+ "4199": [2, 1, 1],
+ "4222": [0, 1, 1],
+ "4263": [0, 1, 1],
+ "4264": [0, 1, 1],
+ "4562": [0, 1, 1],
+ "6100": [0, 1, 1],
+ "6101": [0, 1, 1],
+ "6215": [0, 1, 1],
+ "6503": [0, 1, 1],
+ "6549": [0, 1, 1],
+ "6570": [0, 1, 1],
+ "6571": [0, 1, 1],
+ "6705": [0, 1, 1],
+ "6706": [0, 1, 1],
+ "6713": [0, 1, 1],
+ "8901": [1, 1, 1],
"female": {
- "3": [
- 0,
- 2,
- 1
- ],
- "19": [
- 0,
- 1,
- 1
- ],
- "20": [
- 0,
- 1,
- 1
- ],
- "41": [
- 0,
- 1,
- 1
- ],
- "42": [
- 0,
- 1,
- 1
- ],
- "44": [
- 0,
- 1,
- 1
- ],
- "45": [
- 0,
- 1,
- 1
- ],
- "84": [
- 1,
- 1,
- 1
- ],
- "85": [
- 1,
- 1,
- 1
- ],
- "111": [
- 0,
- 1,
- 1
- ],
- "112": [
- 0,
- 1,
- 1
- ],
- "118": [
- 0,
- 1,
- 1
- ],
- "119": [
- 0,
- 1,
- 1
- ],
- "123": [
- 1,
- 1,
- 1
- ],
- "129": [
- 0,
- 1,
- 1
- ],
- "130": [
- 0,
- 1,
- 1
- ],
- "178": [
- 0,
- 2,
- 2
- ],
- "185": [
- 0,
- 1,
- 1
- ],
- "190": [
- 0,
- 1,
- 1
- ],
- "203": [
- 0,
- 1,
- 1
- ],
- "207": [
- 0,
- 1,
- 1
- ],
- "215": [
- 0,
- 1,
- 1
- ],
- "217": [
- 1,
- 1,
- 1
- ],
- "229": [
- 0,
- 1,
- 1
- ],
- "232": [
- 0,
- 1,
- 1
- ],
- "255": [
- 0,
- 1,
- 1
- ],
- "256": [
- 0,
- 1,
- 1
- ],
- "257": [
- 0,
- 1,
- 1
- ],
- "307": [
- 0,
- 1,
- 1
- ],
- "308": [
- 0,
- 1,
- 1
- ],
- "315": [
- 0,
- 1,
- 1
- ],
- "369": [
- 0,
- 1,
- 1
- ],
- "399": [
- 0,
- 1,
- 1
- ],
- "400": [
- 0,
- 1,
- 1
- ],
- "401": [
- 0,
- 1,
- 1
- ],
- "402": [
- 0,
- 2,
- 2
- ],
- "407": [
- 0,
- 1,
- 1
- ],
- "418": [
- 0,
- 1,
- 1
- ],
- "419": [
- 0,
- 2,
- 1
- ],
- "424": [
- 0,
- 1,
- 1
- ],
- "443": [
- 1,
- 1,
- 1
- ],
- "444": [
- 1,
- 1,
- 1
- ],
- "445": [
- 1,
- 1,
- 1
- ],
- "453": [
- 0,
- 1,
- 1
- ],
- "454": [
- 0,
- 1,
- 1
- ],
- "456": [
- 0,
- 1,
- 1
- ],
- "457": [
- 0,
- 1,
- 1
- ],
- "461": [
- 0,
- 1,
- 1
- ],
- "464": [
- 0,
- 1,
- 1
- ],
- "465": [
- 0,
- 1,
- 1
- ],
- "592": [
- 1,
- 1,
- 1
- ],
- "593": [
- 1,
- 1,
- 1
- ],
- "6215": [
- 0,
- 1,
- 1
- ]
+ "3": [0, 1, 1],
+ "19": [0, 1, 1],
+ "20": [0, 1, 1],
+ "25": [0, 1, 1],
+ "25-beauty-cosplay": [0, 1, 1],
+ "25-cool-cosplay": [0, 1, 1],
+ "25-cosplay": [0, 1, 1],
+ "25-cute-cosplay": [0, 1, 1],
+ "25-partner": [0, 1, 1],
+ "25-smart-cosplay": [0, 1, 1],
+ "25-tough-cosplay": [0, 1, 1],
+ "26": [0, 1, 1],
+ "41": [0, 1, 1],
+ "42": [0, 1, 1],
+ "44": [0, 1, 1],
+ "45": [0, 1, 1],
+ "84": [1, 1, 1],
+ "85": [1, 1, 1],
+ "111": [0, 1, 1],
+ "112": [0, 1, 1],
+ "118": [0, 1, 1],
+ "119": [0, 1, 1],
+ "123": [1, 1, 1],
+ "129": [0, 1, 1],
+ "130": [0, 1, 1],
+ "154": [0, 1, 1],
+ "178": [0, 2, 2],
+ "185": [0, 1, 1],
+ "190": [0, 1, 1],
+ "194": [0, 1, 1],
+ "195": [0, 1, 1],
+ "198": [0, 1, 1],
+ "203": [0, 1, 1],
+ "207": [0, 1, 1],
+ "212": [1, 1, 1],
+ "215": [0, 1, 1],
+ "217": [1, 1, 1],
+ "229": [0, 1, 1],
+ "232": [0, 1, 1],
+ "255": [0, 1, 1],
+ "256": [0, 1, 1],
+ "257": [0, 1, 1],
+ "307": [0, 1, 1],
+ "308": [0, 1, 1],
+ "315": [0, 1, 1],
+ "369": [0, 1, 1],
+ "399": [0, 1, 1],
+ "400": [0, 1, 1],
+ "401": [0, 1, 1],
+ "402": [0, 2, 2],
+ "407": [0, 1, 1],
+ "418": [0, 1, 1],
+ "419": [0, 2, 1],
+ "424": [0, 1, 1],
+ "443": [1, 1, 1],
+ "444": [1, 1, 1],
+ "445": [1, 1, 1],
+ "453": [0, 1, 1],
+ "454": [0, 1, 1],
+ "456": [0, 1, 1],
+ "457": [0, 1, 1],
+ "461": [0, 1, 1],
+ "464": [0, 1, 1],
+ "465": [0, 1, 1],
+ "592": [1, 1, 1],
+ "593": [1, 1, 1],
+ "6215": [0, 1, 1]
},
"back": {
- "1": [
- 0,
- 1,
- 1
- ],
- "2": [
- 0,
- 1,
- 1
- ],
- "3-gigantamax": [
- 0,
- 1,
- 1
- ],
- "3-mega": [
- 0,
- 2,
- 2
- ],
- "3": [
- 0,
- 1,
- 1
- ],
- "4": [
- 0,
- 1,
- 1
- ],
- "5": [
- 0,
- 1,
- 1
- ],
- "6-mega-x": [
- 0,
- 1,
- 2
- ],
- "6-gigantamax": [
- 0,
- 1,
- 2
- ],
- "6-mega-y": [
- 0,
- 1,
- 2
- ],
- "6": [
- 0,
- 2,
- 2
- ],
- "7": [
- 0,
- 2,
- 2
- ],
- "8": [
- 0,
- 2,
- 2
- ],
- "9-gigantamax": [
- 0,
- 1,
- 2
- ],
- "9-mega": [
- 0,
- 2,
- 2
- ],
- "9": [
- 0,
- 2,
- 2
- ],
- "19": [
- 0,
- 1,
- 1
- ],
- "20": [
- 0,
- 1,
- 1
- ],
- "23": [
- 0,
- 1,
- 1
- ],
- "24": [
- 0,
- 1,
- 1
- ],
- "29": [
- 0,
- 1,
- 1
- ],
- "30": [
- 0,
- 1,
- 1
- ],
- "31": [
- 1,
- 1,
- 1
- ],
- "35": [
- 0,
- 1,
- 1
- ],
- "36": [
- 0,
- 2,
- 1
- ],
- "37": [
- 0,
- 1,
- 1
- ],
- "38": [
- 0,
- 1,
- 1
- ],
- "41": [
- 0,
- 1,
- 1
- ],
- "42": [
- 0,
- 1,
- 1
- ],
- "43": [
- 0,
- 1,
- 1
- ],
- "44": [
- 0,
- 1,
- 1
- ],
- "45": [
- 0,
- 1,
- 1
- ],
- "46": [
- 1,
- 1,
- 1
- ],
- "47": [
- 1,
- 1,
- 1
- ],
- "50": [
- 0,
- 1,
- 1
- ],
- "51": [
- 0,
- 1,
- 1
- ],
- "52-gigantamax": [
- 1,
- 1,
- 1
- ],
- "52": [
- 1,
- 1,
- 1
- ],
- "53": [
- 1,
- 1,
- 1
- ],
- "56": [
- 1,
- 1,
- 1
- ],
- "57": [
- 1,
- 1,
- 1
- ],
- "69": [
- 0,
- 1,
- 1
- ],
- "70": [
- 0,
- 1,
- 1
- ],
- "71": [
- 0,
- 1,
- 1
- ],
- "77": [
- 0,
- 1,
- 1
- ],
- "78": [
- 0,
- 1,
- 1
- ],
- "79": [
- 1,
- 1,
- 1
- ],
- "80": [
- 0,
- 1,
- 1
- ],
- "80-mega": [
- 0,
- 1,
- 1
- ],
- "81": [
- 0,
- 1,
- 1
- ],
- "82": [
- 0,
- 1,
- 1
- ],
- "83": [
- 0,
- 2,
- 2
- ],
- "84": [
- 1,
- 1,
- 1
- ],
- "85": [
- 1,
- 1,
- 1
- ],
- "86": [
- 1,
- 1,
- 1
- ],
- "87": [
- 1,
- 1,
- 1
- ],
- "92": [
- 2,
- 2,
- 2
- ],
- "93": [
- 1,
- 1,
- 1
- ],
- "94-gigantamax": [
- 1,
- 1,
- 1
- ],
- "94-mega": [
- 1,
- 1,
- 1
- ],
- "94": [
- 1,
- 1,
- 1
- ],
- "98": [
- 0,
- 1,
- 1
- ],
- "99": [
- 0,
- 1,
- 1
- ],
- "99-gigantamax": [
- 0,
- 1,
- 1
- ],
- "100": [
- 0,
- 1,
- 1
- ],
- "101": [
- 0,
- 1,
- 1
- ],
- "111": [
- 0,
- 1,
- 1
- ],
- "112": [
- 0,
- 1,
- 1
- ],
- "113": [
- 1,
- 1,
- 1
- ],
- "114": [
- 0,
- 1,
- 1
- ],
- "116": [
- 0,
- 1,
- 1
- ],
- "117": [
- 0,
- 1,
- 1
- ],
- "118": [
- 1,
- 1,
- 1
- ],
- "119": [
- 1,
- 1,
- 1
- ],
- "120": [
- 0,
- 1,
- 1
- ],
- "121": [
- 0,
- 1,
- 1
- ],
- "123": [
- 1,
- 1,
- 1
- ],
- "125": [
- 1,
- 1,
- 2
- ],
- "126": [
- 0,
- 2,
- 1
- ],
- "127-mega": [
- 0,
- 1,
- 1
- ],
- "127": [
- 0,
- 1,
- 1
- ],
- "129": [
- 0,
- 1,
- 1
- ],
- "130-mega": [
- 0,
- 1,
- 1
- ],
- "130": [
- 0,
- 1,
- 1
- ],
- "131-gigantamax": [
- 0,
- 1,
- 1
- ],
- "131": [
- 0,
- 1,
- 1
- ],
- "132": [
- 0,
- 1,
- 1
- ],
- "133": [
- 0,
- 1,
- 1
- ],
- "133-partner": [
- 0,
- 1,
- 1
- ],
- "134": [
- 0,
- 1,
- 1
- ],
- "135": [
- 1,
- 1,
- 1
- ],
- "136": [
- 1,
- 1,
- 1
- ],
- "137": [
- 0,
- 1,
- 1
- ],
- "138": [
- 0,
- 1,
- 1
- ],
- "139": [
- 0,
- 1,
- 1
- ],
- "140": [
- 0,
- 1,
- 1
- ],
- "141": [
- 0,
- 1,
- 1
- ],
- "142-mega": [
- 0,
- 1,
- 1
- ],
- "142": [
- 0,
- 1,
- 1
- ],
- "144": [
- 1,
- 1,
- 1
- ],
- "145": [
- 1,
- 1,
- 1
- ],
- "146": [
- 1,
- 1,
- 1
- ],
- "147": [
- 0,
- 1,
- 1
- ],
- "148": [
- 0,
- 1,
- 1
- ],
- "149": [
- 0,
- 1,
- 1
- ],
- "150-mega-x": [
- 0,
- 1,
- 1
- ],
- "150-mega-y": [
- 0,
- 1,
- 1
- ],
- "150": [
- 0,
- 1,
- 1
- ],
- "151": [
- 0,
- 1,
- 1
- ],
- "161": [
- 0,
- 1,
- 1
- ],
- "162": [
- 0,
- 1,
- 1
- ],
- "163": [
- 0,
- 1,
- 1
- ],
- "164": [
- 0,
- 1,
- 1
- ],
- "169": [
- 0,
- 1,
- 1
- ],
- "173": [
- 0,
- 1,
- 1
- ],
- "175": [
- 1,
- 1,
- 1
- ],
- "176": [
- 1,
- 1,
- 1
- ],
- "177": [
- 0,
- 1,
- 1
- ],
- "178": [
- 0,
- 2,
- 2
- ],
- "179": [
- 0,
- 1,
- 1
- ],
- "180": [
- 0,
- 1,
- 2
- ],
- "181-mega": [
- 0,
- 1,
- 2
- ],
- "181": [
- 0,
- 1,
- 1
- ],
- "182": [
- 0,
- 1,
- 1
- ],
- "183": [
- 0,
- 1,
- 1
- ],
- "184": [
- 0,
- 1,
- 1
- ],
- "185": [
- 0,
- 1,
- 1
- ],
- "190": [
- 0,
- 1,
- 1
- ],
- "193": [
- 0,
- 1,
- 1
- ],
- "196": [
- 1,
- 1,
- 1
- ],
- "197": [
- 0,
- 1,
- 1
- ],
- "199": [
- 2,
- 1,
- 1
- ],
- "200": [
- 1,
- 2,
- 2
- ],
- "201-m": [
- 0,
- 1,
- 1
- ],
- "201-question": [
- 0,
- 1,
- 1
- ],
- "201-j": [
- 0,
- 1,
- 1
- ],
- "201-l": [
- 0,
- 1,
- 1
- ],
- "201-h": [
- 0,
- 1,
- 1
- ],
- "201-x": [
- 0,
- 1,
- 1
- ],
- "201-exclamation": [
- 0,
- 1,
- 1
- ],
- "201-q": [
- 0,
- 1,
- 1
- ],
- "201-s": [
- 0,
- 1,
- 1
- ],
- "201-c": [
- 0,
- 1,
- 1
- ],
- "201-u": [
- 0,
- 1,
- 1
- ],
- "201-t": [
- 0,
- 1,
- 1
- ],
- "201-z": [
- 0,
- 1,
- 1
- ],
- "201-d": [
- 0,
- 1,
- 1
- ],
- "201-b": [
- 0,
- 1,
- 1
- ],
- "201-g": [
- 0,
- 1,
- 1
- ],
- "201-k": [
- 0,
- 1,
- 1
- ],
- "201-i": [
- 0,
- 1,
- 1
- ],
- "201-p": [
- 0,
- 1,
- 1
- ],
- "201-e": [
- 0,
- 1,
- 1
- ],
- "201-y": [
- 0,
- 1,
- 1
- ],
- "201-r": [
- 0,
- 1,
- 1
- ],
- "201-f": [
- 0,
- 1,
- 1
- ],
- "201-n": [
- 0,
- 1,
- 1
- ],
- "201-v": [
- 0,
- 1,
- 1
- ],
- "201-a": [
- 0,
- 1,
- 1
- ],
- "201-w": [
- 0,
- 1,
- 1
- ],
- "201-o": [
- 0,
- 1,
- 1
- ],
- "203": [
- 0,
- 1,
- 1
- ],
- "206": [
- 0,
- 1,
- 1
- ],
- "207": [
- 0,
- 1,
- 1
- ],
- "212-mega": [
- 1,
- 2,
- 1
- ],
- "212": [
- 1,
- 1,
- 1
- ],
- "213": [
- 0,
- 1,
- 1
- ],
- "215": [
- 0,
- 1,
- 1
- ],
- "216": [
- 1,
- 1,
- 1
- ],
- "217": [
- 1,
- 1,
- 1
- ],
- "222": [
- 0,
- 1,
- 1
- ],
- "226": [
- 0,
- 1,
- 1
- ],
- "227": [
- 0,
- 1,
- 1
- ],
- "228": [
- 0,
- 1,
- 1
- ],
- "229": [
- 0,
- 1,
- 1
- ],
- "229-mega": [
- 0,
- 1,
- 1
- ],
- "230": [
- 0,
- 1,
- 1
- ],
- "231": [
- 0,
- 1,
- 1
- ],
- "232": [
- 0,
- 1,
- 1
- ],
- "233": [
- 0,
- 1,
- 1
- ],
- "235": [
- 0,
- 1,
- 1
- ],
- "239": [
- 1,
- 1,
- 2
- ],
- "240": [
- 0,
- 1,
- 1
- ],
- "242": [
- 1,
- 1,
- 1
- ],
- "243": [
- 0,
- 1,
- 1
- ],
- "244": [
- 0,
- 2,
- 2
- ],
- "245": [
- 0,
- 1,
- 1
- ],
- "246": [
- 0,
- 1,
- 1
- ],
- "247": [
- 0,
- 1,
- 1
- ],
- "248": [
- 0,
- 1,
- 1
- ],
- "248-mega": [
- 0,
- 1,
- 1
- ],
- "249": [
- 0,
- 1,
- 1
- ],
- "250": [
- 0,
- 1,
- 1
- ],
- "251": [
- 0,
- 1,
- 1
- ],
- "255": [
- 0,
- 1,
- 1
- ],
- "256": [
- 0,
- 1,
- 1
- ],
- "257": [
- 0,
- 1,
- 1
- ],
- "257-mega": [
- 0,
- 1,
- 1
- ],
- "261": [
- 0,
- 1,
- 1
- ],
- "262": [
- 0,
- 1,
- 1
- ],
- "263": [
- 0,
- 1,
- 1
- ],
- "264": [
- 0,
- 1,
- 1
- ],
- "278": [
- 1,
- 1,
- 1
- ],
- "279": [
- 1,
- 1,
- 1
- ],
- "280": [
- 0,
- 1,
- 1
- ],
- "281": [
- 0,
- 1,
- 1
- ],
- "282-mega": [
- 0,
- 1,
- 1
- ],
- "282": [
- 0,
- 1,
- 1
- ],
- "285": [
- 0,
- 1,
- 1
- ],
- "286": [
- 0,
- 1,
- 1
- ],
- "290": [
- 1,
- 1,
- 1
- ],
- "291": [
- 2,
- 2,
- 2
- ],
- "292": [
- 2,
- 2,
- 2
- ],
- "298": [
- 0,
- 1,
- 1
- ],
- "300": [
- 1,
- 1,
- 1
- ],
- "301": [
- 1,
- 1,
- 1
- ],
- "302": [
- 0,
- 1,
- 1
- ],
- "302-mega": [
- 0,
- 1,
- 1
- ],
- "303-mega": [
- 1,
- 1,
- 1
- ],
- "303": [
- 1,
- 1,
- 1
- ],
- "304": [
- 1,
- 1,
- 1
- ],
- "305": [
- 1,
- 1,
- 1
- ],
- "306-mega": [
- 1,
- 1,
- 1
- ],
- "306": [
- 1,
- 1,
- 1
- ],
- "307": [
- 0,
- 1,
- 1
- ],
- "308-mega": [
- 0,
- 1,
- 1
- ],
- "308": [
- 0,
- 1,
- 1
- ],
- "309": [
- 0,
- 1,
- 1
- ],
- "310-mega": [
- 0,
- 1,
- 1
- ],
- "310": [
- 0,
- 1,
- 1
- ],
- "311": [
- 1,
- 1,
- 1
- ],
- "312": [
- 0,
- 1,
- 1
- ],
- "315": [
- 0,
- 1,
- 1
- ],
- "320": [
- 0,
- 1,
- 1
- ],
- "321": [
- 0,
- 1,
- 1
- ],
- "327": [
- 0,
- 1,
- 1
- ],
- "328": [
- 0,
- 1,
- 1
- ],
- "329": [
- 0,
- 1,
- 1
- ],
- "330": [
- 0,
- 1,
- 1
- ],
- "333": [
- 0,
- 1,
- 1
- ],
- "334-mega": [
- 0,
- 1,
- 1
- ],
- "334": [
- 0,
- 1,
- 1
- ],
- "335": [
- 0,
- 2,
- 2
- ],
- "336": [
- 0,
- 1,
- 1
- ],
- "337": [
- 0,
- 1,
- 1
- ],
- "338": [
- 0,
- 1,
- 1
- ],
- "339": [
- 0,
- 2,
- 1
- ],
- "340": [
- 0,
- 1,
- 2
- ],
- "341": [
- 0,
- 1,
- 1
- ],
- "342": [
- 0,
- 2,
- 2
- ],
- "351-rainy": [
- 1,
- 1,
- 1
- ],
- "351-snowy": [
- 1,
- 1,
- 1
- ],
- "351-sunny": [
- 1,
- 1,
- 2
- ],
- "351": [
- 0,
- 1,
- 1
- ],
- "352": [
- 1,
- 1,
- 1
- ],
- "353": [
- 0,
- 1,
- 1
- ],
- "354": [
- 0,
- 1,
- 1
- ],
- "354-mega": [
- 0,
- 1,
- 1
- ],
- "357": [
- 0,
- 1,
- 1
- ],
- "358": [
- 1,
- 1,
- 1
- ],
- "361": [
- 0,
- 1,
- 1
- ],
- "362": [
- 0,
- 1,
- 1
- ],
- "362-mega": [
- 0,
- 1,
- 1
- ],
- "369": [
- 0,
- 2,
- 2
- ],
- "370": [
- 0,
- 2,
- 2
- ],
- "371": [
- 0,
- 1,
- 1
- ],
- "372": [
- 0,
- 1,
- 1
- ],
- "373-mega": [
- 0,
- 1,
- 1
- ],
- "373": [
- 0,
- 1,
- 1
- ],
- "374": [
- 0,
- 1,
- 1
- ],
- "375": [
- 0,
- 1,
- 1
- ],
- "376-mega": [
- 0,
- 1,
- 1
- ],
- "376": [
- 0,
- 1,
- 1
- ],
- "380-mega": [
- 0,
- 1,
- 1
- ],
- "380": [
- 0,
- 1,
- 1
- ],
- "381-mega": [
- 0,
- 1,
- 1
- ],
- "381": [
- 0,
- 1,
- 1
- ],
- "382-primal": [
- 0,
- 1,
- 1
- ],
- "382": [
- 0,
- 1,
- 1
- ],
- "383-primal": [
- 0,
- 1,
- 1
- ],
- "383": [
- 0,
- 1,
- 1
- ],
- "384-mega": [
- 0,
- 1,
- 1
- ],
- "384": [
- 0,
- 1,
- 1
- ],
- "385": [
- 1,
- 1,
- 1
- ],
- "387": [
- 0,
- 2,
- 1
- ],
- "388": [
- 0,
- 1,
- 1
- ],
- "389": [
- 0,
- 1,
- 1
- ],
- "393": [
- 0,
- 1,
- 1
- ],
- "394": [
- 0,
- 1,
- 1
- ],
- "395": [
- 0,
- 1,
- 1
- ],
- "399": [
- 0,
- 2,
- 1
- ],
- "400": [
- 0,
- 1,
- 1
- ],
- "401": [
- 0,
- 1,
- 1
- ],
- "402": [
- 0,
- 1,
- 1
- ],
- "406": [
- 0,
- 1,
- 1
- ],
- "407": [
- 0,
- 1,
- 1
- ],
- "412-sandy": [
- 2,
- 2,
- 2
- ],
- "412-plant": [
- 1,
- 1,
- 1
- ],
- "412-trash": [
- 1,
- 1,
- 1
- ],
- "413-plant": [
- 1,
- 1,
- 1
- ],
- "413-trash": [
- 1,
- 1,
- 1
- ],
- "413-sandy": [
- 1,
- 1,
- 1
- ],
- "414": [
- 0,
- 1,
- 1
- ],
- "418": [
- 0,
- 1,
- 1
- ],
- "419": [
- 0,
- 1,
- 1
- ],
- "422-west": [
- 1,
- 1,
- 1
- ],
- "422-east": [
- 1,
- 1,
- 1
- ],
- "423-west": [
- 1,
- 1,
- 1
- ],
- "423-east": [
- 1,
- 1,
- 1
- ],
- "424": [
- 0,
- 1,
- 1
- ],
- "425": [
- 0,
- 1,
- 1
- ],
- "426": [
- 0,
- 1,
- 1
- ],
- "427": [
- 0,
- 1,
- 1
- ],
- "428-mega": [
- 0,
- 1,
- 1
- ],
- "428": [
- 0,
- 1,
- 1
- ],
- "429": [
- 1,
- 1,
- 1
- ],
- "433": [
- 1,
- 1,
- 1
- ],
- "436": [
- 0,
- 1,
- 1
- ],
- "437": [
- 0,
- 1,
- 1
- ],
- "438": [
- 0,
- 1,
- 1
- ],
- "440": [
- 1,
- 1,
- 1
- ],
- "441": [
- 0,
- 1,
- 2
- ],
- "442": [
- 0,
- 1,
- 1
- ],
- "443": [
- 1,
- 1,
- 1
- ],
- "444": [
- 1,
- 1,
- 1
- ],
- "445-mega": [
- 1,
- 1,
- 1
- ],
- "445": [
- 1,
- 1,
- 1
- ],
- "447": [
- 1,
- 1,
- 1
- ],
- "448-mega": [
- 1,
- 1,
- 1
- ],
- "448": [
- 1,
- 1,
- 1
- ],
- "453": [
- 0,
- 1,
- 1
- ],
- "454": [
- 0,
- 1,
- 1
- ],
- "456": [
- 0,
- 1,
- 1
- ],
- "457": [
- 0,
- 2,
- 1
- ],
- "458": [
- 0,
- 2,
- 2
- ],
- "461": [
- 0,
- 1,
- 1
- ],
- "462": [
- 0,
- 1,
- 1
- ],
- "464": [
- 0,
- 1,
- 1
- ],
- "465": [
- 0,
- 1,
- 1
- ],
- "466": [
- 2,
- 1,
- 1
- ],
- "467": [
- 0,
- 1,
- 1
- ],
- "468": [
- 1,
- 1,
- 1
- ],
- "469": [
- 0,
- 1,
- 1
- ],
- "470": [
- 2,
- 2,
- 1
- ],
- "471": [
- 1,
- 1,
- 1
- ],
- "472": [
- 0,
- 1,
- 1
- ],
- "474": [
- 0,
- 1,
- 1
- ],
- "475-mega": [
- 0,
- 2,
- 2
- ],
- "475": [
- 0,
- 1,
- 1
- ],
- "478": [
- 0,
- 2,
- 1
- ],
- "479-heat": [
- 0,
- 1,
- 1
- ],
- "479-wash": [
- 0,
- 1,
- 1
- ],
- "479-mow": [
- 0,
- 1,
- 1
- ],
- "479-frost": [
- 0,
- 1,
- 1
- ],
- "479": [
- 0,
- 1,
- 1
- ],
- "479-fan": [
- 0,
- 1,
- 1
- ],
- "480": [
- 1,
- 1,
- 1
- ],
- "481": [
- 1,
- 1,
- 1
- ],
- "482": [
- 1,
- 1,
- 1
- ],
- "485": [
- 0,
- 1,
- 1
- ],
- "487-altered": [
- 0,
- 1,
- 1
- ],
- "487-origin": [
- 0,
- 1,
- 1
- ],
- "488": [
- 0,
- 1,
- 1
- ],
- "489": [
- 1,
- 1,
- 1
- ],
- "490": [
- 1,
- 1,
- 1
- ],
- "491": [
- 0,
- 1,
- 1
- ],
- "492-land": [
- 0,
- 1,
- 1
- ],
- "492-sky": [
- 0,
- 1,
- 1
- ],
- "494": [
- 0,
- 1,
- 1
- ],
- "495": [
- 0,
- 1,
- 1
- ],
- "496": [
- 0,
- 1,
- 1
- ],
- "497": [
- 0,
- 1,
- 1
- ],
- "517": [
- 0,
- 1,
- 1
- ],
- "518": [
- 0,
- 1,
- 1
- ],
- "524": [
- 0,
- 1,
- 1
- ],
- "525": [
- 0,
- 1,
- 1
- ],
- "526": [
- 0,
- 1,
- 1
- ],
- "529": [
- 0,
- 2,
- 2
- ],
- "530": [
- 0,
- 1,
- 2
- ],
- "531": [
- 0,
- 1,
- 1
- ],
- "531-mega": [
- 0,
- 1,
- 1
- ],
- "532": [
- 0,
- 1,
- 1
- ],
- "533": [
- 0,
- 1,
- 1
- ],
- "534": [
- 0,
- 1,
- 1
- ],
- "538": [
- 0,
- 1,
- 1
- ],
- "539": [
- 0,
- 2,
- 2
- ],
- "540": [
- 0,
- 1,
- 1
- ],
- "541": [
- 0,
- 1,
- 1
- ],
- "542": [
- 0,
- 1,
- 1
- ],
- "543": [
- 0,
- 1,
- 1
- ],
- "544": [
- 0,
- 1,
- 1
- ],
- "545": [
- 0,
- 1,
- 1
- ],
- "546": [
- 0,
- 1,
- 1
- ],
- "547": [
- 0,
- 1,
- 1
- ],
- "548": [
- 1,
- 1,
- 1
- ],
- "549": [
- 0,
- 1,
- 1
- ],
- "551": [
- 0,
- 1,
- 1
- ],
- "552": [
- 0,
- 1,
- 1
- ],
- "553": [
- 0,
- 1,
- 1
- ],
- "556": [
- 0,
- 1,
- 1
- ],
- "559": [
- 1,
- 1,
- 1
- ],
- "560": [
- 1,
- 1,
- 1
- ],
- "562": [
- 0,
- 1,
- 1
- ],
- "563": [
- 0,
- 1,
- 1
- ],
- "568": [
- 0,
- 1,
- 1
- ],
- "569-gigantamax": [
- 0,
- 1,
- 1
- ],
- "569": [
- 0,
- 1,
- 1
- ],
- "570": [
- 0,
- 1,
- 1
- ],
- "571": [
- 0,
- 1,
- 1
- ],
- "572": [
- 0,
- 1,
- 1
- ],
- "577": [
- 1,
- 1,
- 1
- ],
- "578": [
- 1,
- 1,
- 1
- ],
- "579": [
- 1,
- 1,
- 1
- ],
- "585-autumn": [
- 2,
- 0,
- 0
- ],
- "585-spring": [
- 2,
- 0,
- 0
- ],
- "585-summer": [
- 1,
- 0,
- 0
- ],
- "585-winter": [
- 2,
- 0,
- 0
- ],
- "586-autumn": [
- 1,
- 0,
- 0
- ],
- "586-spring": [
- 1,
- 0,
- 0
- ],
- "586-summer": [
- 1,
- 0,
- 0
- ],
- "586-winter": [
- 1,
- 0,
- 0
- ],
- "592": [
- 0,
- 1,
- 2
- ],
- "593": [
- 0,
- 1,
- 1
- ],
- "594": [
- 0,
- 1,
- 2
- ],
- "595": [
- 0,
- 1,
- 1
- ],
- "596": [
- 0,
- 1,
- 1
- ],
- "602": [
- 0,
- 1,
- 1
- ],
- "603": [
- 0,
- 1,
- 1
- ],
- "604": [
- 0,
- 1,
- 1
- ],
- "605": [
- 1,
- 1,
- 1
- ],
- "606": [
- 1,
- 1,
- 1
- ],
- "607": [
- 0,
- 1,
- 1
- ],
- "608": [
- 0,
- 1,
- 1
- ],
- "609": [
- 0,
- 1,
- 1
- ],
- "610": [
- 0,
- 1,
- 1
- ],
- "611": [
- 0,
- 1,
- 1
- ],
- "612": [
- 0,
- 1,
- 1
- ],
- "618": [
- 0,
- 2,
- 2
- ],
- "619": [
- 0,
- 1,
- 1
- ],
- "620": [
- 0,
- 1,
- 1
- ],
- "622": [
- 0,
- 1,
- 1
- ],
- "623": [
- 0,
- 1,
- 1
- ],
- "631": [
- 0,
- 2,
- 2
- ],
- "632": [
- 0,
- 1,
- 1
- ],
- "633": [
- 0,
- 1,
- 1
- ],
- "634": [
- 0,
- 1,
- 1
- ],
- "635": [
- 0,
- 1,
- 1
- ],
- "636": [
- 0,
- 1,
- 1
- ],
- "637": [
- 0,
- 1,
- 1
- ],
- "640": [
- 0,
- 1,
- 1
- ],
- "641-incarnate": [
- 0,
- 0,
- 0
- ],
- "641-therian": [
- 0,
- 0,
- 0
- ],
- "642-incarnate": [
- 0,
- 0,
- 0
- ],
- "642-therian": [
- 0,
- 0,
- 0
- ],
- "645-incarnate": [
- 0,
- 0,
- 0
- ],
- "645-therian": [
- 0,
- 0,
- 0
- ],
- "647-resolute": [
- 0,
- 1,
- 1
- ],
- "647-ordinary": [
- 0,
- 1,
- 1
- ],
- "648-aria": [
- 0,
- 1,
- 1
- ],
- "648-pirouette": [
- 0,
- 1,
- 1
- ],
- "649-burn": [
- 0,
- 1,
- 1
- ],
- "649-chill": [
- 0,
- 1,
- 1
- ],
- "649-douse": [
- 0,
- 1,
- 1
- ],
- "649-shock": [
- 0,
- 1,
- 1
- ],
- "649": [
- 0,
- 1,
- 1
- ],
- "653": [
- 0,
- 1,
- 1
- ],
- "654": [
- 0,
- 1,
- 1
- ],
- "655": [
- 0,
- 1,
- 1
- ],
- "664": [
- 0,
- 1,
- 1
- ],
- "665": [
- 0,
- 1,
- 1
- ],
- "666-archipelago": [
- 0,
- 1,
- 1
- ],
- "666-continental": [
- 0,
- 1,
- 1
- ],
- "666-elegant": [
- 0,
- 1,
- 1
- ],
- "666-fancy": [
- 0,
- 2,
- 2
- ],
- "666-garden": [
- 0,
- 1,
- 1
- ],
- "666-high-plains": [
- 0,
- 1,
- 1
- ],
- "666-icy-snow": [
- 0,
- 1,
- 1
- ],
- "666-jungle": [
- 0,
- 1,
- 1
- ],
- "666-marine": [
- 0,
- 1,
- 1
- ],
- "666-meadow": [
- 0,
- 1,
- 1
- ],
- "666-modern": [
- 0,
- 1,
- 1
- ],
- "666-monsoon": [
- 0,
- 1,
- 1
- ],
- "666-ocean": [
- 0,
- 1,
- 1
- ],
- "666-poke-ball": [
- 0,
- 1,
- 1
- ],
- "666-polar": [
- 0,
- 1,
- 1
- ],
- "666-river": [
- 0,
- 2,
- 1
- ],
- "666-sandstorm": [
- 0,
- 1,
- 1
- ],
- "666-savanna": [
- 0,
- 1,
- 1
- ],
- "666-sun": [
- 0,
- 1,
- 1
- ],
- "666-tundra": [
- 0,
- 1,
- 1
- ],
- "669-red": [
- 0,
- 1,
- 1
- ],
- "669-blue": [
- 0,
- 1,
- 1
- ],
- "669-white": [
- 0,
- 1,
- 1
- ],
- "669-yellow": [
- 0,
- 1,
- 1
- ],
- "669-orange": [
- 0,
- 1,
- 1
- ],
- "670-white": [
- 0,
- 1,
- 1
- ],
- "670-blue": [
- 0,
- 1,
- 1
- ],
- "670-orange": [
- 0,
- 1,
- 1
- ],
- "670-red": [
- 0,
- 1,
- 1
- ],
- "670-yellow": [
- 0,
- 1,
- 1
- ],
- "671-red": [
- 0,
- 1,
- 1
- ],
- "671-blue": [
- 0,
- 1,
- 1
- ],
- "671-yellow": [
- 0,
- 1,
- 1
- ],
- "671-white": [
- 0,
- 1,
- 1
- ],
- "671-orange": [
- 0,
- 1,
- 1
- ],
- "672": [
- 0,
- 1,
- 1
- ],
- "673": [
- 0,
- 1,
- 1
- ],
- "677": [
- 0,
- 1,
- 1
- ],
- "678-female": [
- 0,
- 1,
- 1
- ],
- "678": [
- 0,
- 1,
- 1
- ],
- "690": [
- 0,
- 1,
- 1
- ],
- "691": [
- 0,
- 1,
- 1
- ],
- "696": [
- 0,
- 1,
- 1
- ],
- "697": [
- 0,
- 1,
- 1
- ],
- "698": [
- 0,
- 1,
- 1
- ],
- "699": [
- 0,
- 1,
- 1
- ],
- "700": [
- 0,
- 1,
- 1
- ],
- "702": [
- 0,
- 1,
- 1
- ],
- "703": [
- 0,
- 1,
- 1
- ],
- "704": [
- 0,
- 1,
- 1
- ],
- "705": [
- 0,
- 1,
- 1
- ],
- "706": [
- 0,
- 1,
- 1
- ],
- "708": [
- 0,
- 1,
- 1
- ],
- "709": [
- 0,
- 1,
- 1
- ],
- "710": [
- 0,
- 1,
- 1
- ],
- "711": [
- 1,
- 1,
- 1
- ],
- "712": [
- 0,
- 1,
- 1
- ],
- "713": [
- 0,
- 1,
- 1
- ],
- "714": [
- 0,
- 1,
- 1
- ],
- "715": [
- 0,
- 2,
- 2
- ],
- "716-active": [
- 0,
- 1,
- 1
- ],
- "716-neutral": [
- 0,
- 1,
- 1
- ],
- "717": [
- 0,
- 1,
- 1
- ],
- "720-unbound": [
- 1,
- 1,
- 1
- ],
- "720": [
- 1,
- 1,
- 1
- ],
- "728": [
- 0,
- 1,
- 1
- ],
- "729": [
- 0,
- 1,
- 1
- ],
- "730": [
- 0,
- 1,
- 1
- ],
- "734": [
- 0,
- 1,
- 1
- ],
- "735": [
- 0,
- 1,
- 1
- ],
- "742": [
- 0,
- 2,
- 2
- ],
- "743": [
- 0,
- 2,
- 2
- ],
- "747": [
- 0,
- 1,
- 1
- ],
- "748": [
- 0,
- 1,
- 1
- ],
- "751": [
- 0,
- 1,
- 1
- ],
- "752": [
- 0,
- 1,
- 1
- ],
- "753": [
- 0,
- 1,
- 1
- ],
- "754": [
- 0,
- 2,
- 2
- ],
- "755": [
- 0,
- 1,
- 1
- ],
- "756": [
- 0,
- 1,
- 1
- ],
- "761": [
- 0,
- 1,
- 1
- ],
- "762": [
- 0,
- 1,
- 1
- ],
- "763": [
- 0,
- 1,
- 1
- ],
- "767": [
- 0,
- 1,
- 1
- ],
- "768": [
- 0,
- 1,
- 1
- ],
- "771": [
- 0,
- 1,
- 1
- ],
- "772": [
- 0,
- 1,
- 1
- ],
- "773-fighting": [
- 0,
- 1,
- 1
- ],
- "773-psychic": [
- 0,
- 1,
- 1
- ],
- "773-poison": [
- 0,
- 1,
- 1
- ],
- "773-ground": [
- 0,
- 1,
- 1
- ],
- "773-ghost": [
- 0,
- 1,
- 1
- ],
- "773-steel": [
- 0,
- 1,
- 1
- ],
- "773-rock": [
- 0,
- 1,
- 1
- ],
- "773-grass": [
- 0,
- 1,
- 1
- ],
- "773-dragon": [
- 0,
- 1,
- 1
- ],
- "773-bug": [
- 0,
- 1,
- 1
- ],
- "773-ice": [
- 0,
- 1,
- 1
- ],
- "773-dark": [
- 0,
- 1,
- 1
- ],
- "773": [
- 0,
- 1,
- 1
- ],
- "773-fairy": [
- 0,
- 1,
- 1
- ],
- "773-water": [
- 0,
- 1,
- 1
- ],
- "773-electric": [
- 0,
- 1,
- 1
- ],
- "773-flying": [
- 0,
- 1,
- 1
- ],
- "773-fire": [
- 0,
- 1,
- 1
- ],
- "776": [
- 0,
- 1,
- 1
- ],
- "777": [
- 0,
- 1,
- 1
- ],
- "778-busted": [
- 0,
- 1,
- 1
- ],
- "778-disguised": [
- 0,
- 1,
- 1
- ],
- "779": [
- 0,
- 1,
- 1
- ],
- "789": [
- 1,
- 1,
- 1
- ],
- "790": [
- 0,
- 1,
- 1
- ],
- "791-radiant-sun": [
- 0,
- 1,
- 1
- ],
- "791": [
- 2,
- 1,
- 1
- ],
- "792-full-moon": [
- 0,
- 1,
- 1
- ],
- "792": [
- 0,
- 1,
- 1
- ],
- "793": [
- 0,
- 1,
- 1
- ],
- "797": [
- 0,
- 1,
- 1
- ],
- "798": [
- 0,
- 1,
- 1
- ],
- "800-dawn-wings": [
- 0,
- 1,
- 1
- ],
- "800-dusk-mane": [
- 0,
- 1,
- 1
- ],
- "800-ultra": [
- 0,
- 1,
- 1
- ],
- "800": [
- 0,
- 1,
- 1
- ],
- "802": [
- 1,
- 1,
- 1
- ],
- "803": [
- 0,
- 1,
- 1
- ],
- "804": [
- 0,
- 1,
- 1
- ],
- "808": [
- 0,
- 1,
- 1
- ],
- "809-gigantamax": [
- 0,
- 1,
- 1
- ],
- "809": [
- 0,
- 1,
- 1
- ],
- "816": [
- 0,
- 1,
- 1
- ],
- "817": [
- 0,
- 1,
- 1
- ],
- "818-gigantamax": [
- 1,
- 1,
- 1
- ],
- "818": [
- 0,
- 1,
- 1
- ],
- "821": [
- 0,
- 1,
- 1
- ],
- "822": [
- 0,
- 1,
- 1
- ],
- "823-gigantamax": [
- 0,
- 2,
- 2
- ],
- "823": [
- 0,
- 1,
- 1
- ],
- "829": [
- 0,
- 1,
- 1
- ],
- "830": [
- 0,
- 1,
- 1
- ],
- "835": [
- 0,
- 1,
- 1
- ],
- "836": [
- 0,
- 1,
- 1
- ],
- "850": [
- 0,
- 1,
- 1
- ],
- "851-gigantamax": [
- 0,
- 1,
- 1
- ],
- "851": [
- 0,
- 1,
- 1
- ],
- "854": [
- 0,
- 1,
- 1
- ],
- "855": [
- 0,
- 1,
- 1
- ],
- "856": [
- 0,
- 1,
- 1
- ],
- "857": [
- 0,
- 2,
- 2
- ],
- "858-gigantamax": [
- 0,
- 1,
- 1
- ],
- "858": [
- 0,
- 1,
- 1
- ],
- "859": [
- 0,
- 1,
- 1
- ],
- "860": [
- 0,
- 1,
- 1
- ],
- "861-gigantamax": [
- 0,
- 1,
- 1
- ],
- "861": [
- 0,
- 1,
- 1
- ],
- "862": [
- 0,
- 1,
- 1
- ],
- "863": [
- 0,
- 1,
- 1
- ],
- "864": [
- 0,
- 1,
- 1
- ],
- "867": [
- 0,
- 1,
- 1
- ],
- "872": [
- 1,
- 1,
- 1
- ],
- "873": [
- 1,
- 1,
- 1
- ],
- "876-female": [
- 0,
- 1,
- 1
- ],
- "876": [
- 0,
- 1,
- 1
- ],
- "877-hangry": [
- 1,
- 1,
- 1
- ],
- "877": [
- 1,
- 1,
- 1
- ],
- "880": [
- 0,
- 1,
- 1
- ],
- "881": [
- 0,
- 2,
- 2
- ],
- "882": [
- 0,
- 1,
- 1
- ],
- "883": [
- 0,
- 1,
- 1
- ],
- "884-gigantamax": [
- 0,
- 1,
- 1
- ],
- "884": [
- 0,
- 1,
- 1
- ],
- "885": [
- 1,
- 1,
- 1
- ],
- "886": [
- 1,
- 1,
- 1
- ],
- "887": [
- 1,
- 1,
- 1
- ],
- "888": [
- 0,
- 1,
- 1
- ],
- "888-crowned": [
- 0,
- 1,
- 1
- ],
- "889": [
- 0,
- 1,
- 1
- ],
- "889-crowned": [
- 0,
- 1,
- 1
- ],
- "890-eternamax": [
- 0,
- 1,
- 1
- ],
- "890": [
- 0,
- 1,
- 1
- ],
- "891": [
- 1,
- 1,
- 1
- ],
- "892-gigantamax-rapid": [
- 1,
- 2,
- 2
- ],
- "892-rapid-strike": [
- 1,
- 1,
- 1
- ],
- "892": [
- 1,
- 1,
- 1
- ],
- "892-gigantamax-single": [
- 1,
- 2,
- 2
- ],
- "896": [
- 1,
- 1,
- 1
- ],
- "897": [
- 1,
- 1,
- 1
- ],
- "898": [
- 1,
- 1,
- 1
- ],
- "898-ice": [
- 1,
- 1,
- 1
- ],
- "898-shadow": [
- 1,
- 1,
- 1
- ],
- "900": [
- 0,
- 1,
- 1
- ],
- "901": [
- 0,
- 1,
- 1
- ],
- "903": [
- 0,
- 1,
- 1
- ],
- "909": [
- 0,
- 1,
- 1
- ],
- "910": [
- 0,
- 2,
- 2
- ],
- "911": [
- 0,
- 1,
- 1
- ],
- "912": [
- 0,
- 1,
- 1
- ],
- "913": [
- 0,
- 1,
- 1
- ],
- "914": [
- 0,
- 1,
- 1
- ],
- "919": [
- 1,
- 1,
- 1
- ],
- "920": [
- 1,
- 1,
- 1
- ],
- "924": [
- 1,
- 1,
- 1
- ],
- "925-four": [
- 1,
- 1,
- 1
- ],
- "925-three": [
- 1,
- 1,
- 1
- ],
- "932": [
- 0,
- 1,
- 1
- ],
- "933": [
- 0,
- 1,
- 1
- ],
- "934": [
- 0,
- 1,
- 1
- ],
- "935": [
- 2,
- 2,
- 2
- ],
- "936": [
- 1,
- 1,
- 1
- ],
- "937": [
- 1,
- 1,
- 1
- ],
- "940": [
- 0,
- 1,
- 1
- ],
- "941": [
- 0,
- 1,
- 1
- ],
- "948": [
- 0,
- 1,
- 1
- ],
- "949": [
- 0,
- 1,
- 1
- ],
- "951": [
- 0,
- 1,
- 1
- ],
- "952": [
- 0,
- 1,
- 1
- ],
- "953": [
- 0,
- 1,
- 1
- ],
- "954": [
- 0,
- 1,
- 1
- ],
- "957": [
- 1,
- 1,
- 1
- ],
- "958": [
- 1,
- 1,
- 1
- ],
- "959": [
- 1,
- 1,
- 1
- ],
- "962": [
- 1,
- 1,
- 1
- ],
- "967": [
- 0,
- 1,
- 1
- ],
- "968": [
- 0,
- 1,
- 1
- ],
- "969": [
- 0,
- 1,
- 1
- ],
- "970": [
- 0,
- 1,
- 1
- ],
- "973": [
- 1,
- 1,
- 1
- ],
- "974": [
- 0,
- 1,
- 1
- ],
- "975": [
- 0,
- 1,
- 1
- ],
- "978-curly": [
- 0,
- 2,
- 2
- ],
- "978-droopy": [
- 0,
- 2,
- 2
- ],
- "978-stretchy": [
- 0,
- 1,
- 1
- ],
- "979": [
- 1,
- 1,
- 1
- ],
- "981": [
- 0,
- 1,
- 1
- ],
- "982": [
- 0,
- 1,
- 2
- ],
- "982-three-segment": [
- 0,
- 1,
- 2
- ],
- "987": [
- 1,
- 1,
- 1
- ],
- "988": [
- 0,
- 1,
- 1
- ],
- "993": [
- 0,
- 1,
- 1
- ],
- "994": [
- 0,
- 1,
- 1
- ],
- "995": [
- 0,
- 1,
- 1
- ],
- "996": [
- 0,
- 1,
- 1
- ],
- "997": [
- 0,
- 1,
- 1
- ],
- "998": [
- 0,
- 1,
- 1
- ],
- "999": [
- 1,
- 1,
- 1
- ],
- "1000": [
- 1,
- 1,
- 1
- ],
- "1001": [
- 0,
- 1,
- 1
- ],
- "1003": [
- 0,
- 1,
- 1
- ],
- "1004": [
- 0,
- 1,
- 1
- ],
- "1006": [
- 0,
- 2,
- 1
- ],
- "1007-apex-build": [
- 0,
- 2,
- 2
- ],
- "1008-ultimate-mode": [
- 1,
- 1,
- 1
- ],
- "1010": [
- 0,
- 1,
- 1
- ],
- "1018": [
- 0,
- 1,
- 1
- ],
- "1022": [
- 0,
- 2,
- 2
- ],
- "1023": [
- 0,
- 1,
- 1
- ],
- "2027": [
- 0,
- 1,
- 1
- ],
- "2028": [
- 0,
- 1,
- 1
- ],
- "2052": [
- 0,
- 1,
- 1
- ],
- "2053": [
- 0,
- 1,
- 1
- ],
- "2670": [
- 0,
- 1,
- 1
- ],
- "4052": [
- 0,
- 1,
- 1
- ],
- "4077": [
- 0,
- 1,
- 1
- ],
- "4078": [
- 0,
- 1,
- 1
- ],
- "4079": [
- 0,
- 1,
- 1
- ],
- "4080": [
- 2,
- 1,
- 1
- ],
- "4144": [
- 0,
- 1,
- 1
- ],
- "4145": [
- 0,
- 1,
- 1
- ],
- "4146": [
- 0,
- 1,
- 1
- ],
- "4199": [
- 2,
- 1,
- 1
- ],
- "4222": [
- 0,
- 1,
- 1
- ],
- "4263": [
- 0,
- 1,
- 1
- ],
- "4264": [
- 0,
- 1,
- 1
- ],
- "4562": [
- 0,
- 1,
- 1
- ],
- "6100": [
- 0,
- 1,
- 1
- ],
- "6101": [
- 0,
- 1,
- 1
- ],
- "6215": [
- 0,
- 1,
- 1
- ],
- "6549": [
- 0,
- 1,
- 1
- ],
- "6570": [
- 0,
- 1,
- 1
- ],
- "6571": [
- 0,
- 1,
- 1
- ],
- "6705": [
- 0,
- 1,
- 1
- ],
- "6706": [
- 0,
- 1,
- 1
- ],
- "6713": [
- 0,
- 1,
- 1
- ],
- "8901": [
- 1,
- 1,
- 1
- ],
+ "1": [0, 1, 1],
+ "2": [0, 1, 1],
+ "3-gigantamax": [0, 1, 1],
+ "3-mega": [0, 2, 2],
+ "3": [0, 1, 1],
+ "4": [0, 1, 1],
+ "5": [0, 1, 1],
+ "6-mega-x": [0, 1, 2],
+ "6-gigantamax": [0, 1, 2],
+ "6-mega-y": [0, 1, 2],
+ "6": [0, 2, 2],
+ "7": [0, 2, 2],
+ "8": [0, 2, 2],
+ "9-gigantamax": [0, 1, 2],
+ "9-mega": [0, 2, 2],
+ "9": [0, 2, 2],
+ "19": [0, 1, 1],
+ "20": [0, 1, 1],
+ "23": [0, 1, 1],
+ "24": [0, 1, 1],
+ "25": [0, 1, 1],
+ "25-beauty-cosplay": [0, 1, 1],
+ "25-cool-cosplay": [0, 1, 1],
+ "25-cosplay": [0, 1, 1],
+ "25-cute-cosplay": [0, 1, 1],
+ "25-gigantamax": [0, 1, 1],
+ "25-partner": [0, 1, 1],
+ "25-smart-cosplay": [0, 1, 1],
+ "25-tough-cosplay": [0, 1, 1],
+ "26": [0, 1, 1],
+ "29": [0, 1, 1],
+ "30": [0, 1, 1],
+ "31": [1, 1, 1],
+ "35": [0, 1, 1],
+ "36": [0, 2, 1],
+ "37": [0, 1, 1],
+ "38": [0, 1, 1],
+ "39": [0, 1, 1],
+ "40": [0, 1, 1],
+ "41": [0, 1, 1],
+ "42": [0, 1, 1],
+ "43": [0, 1, 1],
+ "44": [0, 1, 1],
+ "45": [0, 1, 1],
+ "46": [1, 1, 1],
+ "47": [1, 1, 1],
+ "50": [0, 1, 1],
+ "51": [0, 1, 1],
+ "52-gigantamax": [1, 1, 1],
+ "52": [1, 1, 1],
+ "53": [1, 1, 1],
+ "56": [1, 1, 1],
+ "57": [1, 1, 1],
+ "69": [0, 1, 1],
+ "70": [0, 1, 1],
+ "71": [0, 1, 1],
+ "77": [0, 1, 1],
+ "78": [0, 1, 1],
+ "79": [1, 1, 1],
+ "80": [0, 1, 1],
+ "80-mega": [0, 1, 1],
+ "81": [0, 1, 1],
+ "82": [0, 1, 1],
+ "83": [0, 2, 2],
+ "84": [1, 1, 1],
+ "85": [1, 1, 1],
+ "86": [1, 1, 1],
+ "87": [1, 1, 1],
+ "92": [2, 2, 2],
+ "93": [1, 1, 1],
+ "94-gigantamax": [1, 1, 1],
+ "94-mega": [1, 1, 1],
+ "94": [1, 1, 1],
+ "98": [0, 1, 1],
+ "99": [0, 1, 1],
+ "99-gigantamax": [0, 1, 1],
+ "100": [0, 1, 1],
+ "101": [0, 1, 1],
+ "102": [0, 1, 1],
+ "103": [0, 1, 1],
+ "111": [0, 1, 1],
+ "112": [0, 1, 1],
+ "113": [1, 1, 1],
+ "114": [0, 1, 1],
+ "116": [0, 1, 1],
+ "117": [0, 1, 1],
+ "118": [1, 1, 1],
+ "119": [1, 1, 1],
+ "120": [0, 1, 1],
+ "121": [0, 1, 1],
+ "123": [1, 1, 1],
+ "125": [1, 1, 2],
+ "126": [0, 2, 1],
+ "127-mega": [0, 1, 1],
+ "127": [0, 1, 1],
+ "128": [0, 1, 1],
+ "129": [0, 1, 1],
+ "130-mega": [0, 1, 1],
+ "130": [0, 1, 1],
+ "131-gigantamax": [0, 1, 1],
+ "131": [0, 1, 1],
+ "132": [0, 1, 1],
+ "133": [0, 1, 1],
+ "133-partner": [0, 1, 1],
+ "134": [0, 1, 1],
+ "135": [1, 1, 1],
+ "136": [1, 1, 1],
+ "137": [0, 1, 1],
+ "138": [0, 1, 1],
+ "139": [0, 1, 1],
+ "140": [0, 1, 1],
+ "141": [0, 1, 1],
+ "142-mega": [0, 1, 1],
+ "142": [0, 1, 1],
+ "144": [1, 1, 1],
+ "145": [1, 1, 1],
+ "146": [1, 1, 1],
+ "147": [0, 1, 1],
+ "148": [0, 1, 1],
+ "149": [0, 1, 1],
+ "150-mega-x": [0, 1, 1],
+ "150-mega-y": [0, 1, 1],
+ "150": [0, 1, 1],
+ "151": [0, 1, 1],
+ "152": [0, 1, 1],
+ "153": [0, 1, 1],
+ "154": [0, 1, 1],
+ "158": [0, 1, 1],
+ "159": [0, 1, 1],
+ "160": [0, 1, 1],
+ "161": [0, 1, 1],
+ "162": [0, 1, 1],
+ "163": [0, 1, 1],
+ "164": [0, 1, 1],
+ "167": [0, 1, 1],
+ "168": [0, 1, 1],
+ "169": [0, 1, 1],
+ "170": [0, 1, 1],
+ "171": [0, 1, 1],
+ "172": [0, 1, 1],
+ "172-spiky": [0, 1, 1],
+ "173": [0, 1, 1],
+ "174": [0, 1, 1],
+ "175": [1, 1, 1],
+ "176": [1, 1, 1],
+ "177": [0, 1, 1],
+ "178": [0, 2, 2],
+ "179": [0, 1, 1],
+ "180": [0, 1, 2],
+ "181-mega": [0, 1, 2],
+ "181": [0, 1, 1],
+ "182": [0, 1, 1],
+ "183": [0, 1, 1],
+ "184": [0, 1, 1],
+ "185": [0, 1, 1],
+ "190": [0, 1, 1],
+ "193": [0, 1, 1],
+ "194": [0, 1, 1],
+ "195": [0, 1, 1],
+ "196": [1, 1, 1],
+ "197": [0, 1, 1],
+ "198": [0, 1, 1],
+ "199": [2, 1, 1],
+ "200": [1, 2, 2],
+ "201-m": [0, 1, 1],
+ "201-question": [0, 1, 1],
+ "201-j": [0, 1, 1],
+ "201-l": [0, 1, 1],
+ "201-h": [0, 1, 1],
+ "201-x": [0, 1, 1],
+ "201-exclamation": [0, 1, 1],
+ "201-q": [0, 1, 1],
+ "201-s": [0, 1, 1],
+ "201-c": [0, 1, 1],
+ "201-u": [0, 1, 1],
+ "201-t": [0, 1, 1],
+ "201-z": [0, 1, 1],
+ "201-d": [0, 1, 1],
+ "201-b": [0, 1, 1],
+ "201-g": [0, 1, 1],
+ "201-k": [0, 1, 1],
+ "201-i": [0, 1, 1],
+ "201-p": [0, 1, 1],
+ "201-e": [0, 1, 1],
+ "201-y": [0, 1, 1],
+ "201-r": [0, 1, 1],
+ "201-f": [0, 1, 1],
+ "201-n": [0, 1, 1],
+ "201-v": [0, 1, 1],
+ "201-a": [0, 1, 1],
+ "201-w": [0, 1, 1],
+ "201-o": [0, 1, 1],
+ "203": [0, 1, 1],
+ "206": [0, 1, 1],
+ "207": [0, 1, 1],
+ "211": [0, 1, 1],
+ "212-mega": [1, 2, 1],
+ "212": [1, 1, 1],
+ "213": [0, 1, 1],
+ "215": [0, 1, 1],
+ "216": [1, 1, 1],
+ "217": [1, 1, 1],
+ "222": [0, 1, 1],
+ "226": [0, 1, 1],
+ "227": [0, 1, 1],
+ "228": [0, 1, 1],
+ "229": [0, 1, 1],
+ "229-mega": [0, 1, 1],
+ "230": [0, 1, 1],
+ "231": [0, 1, 1],
+ "232": [0, 1, 1],
+ "233": [0, 1, 1],
+ "235": [0, 1, 1],
+ "239": [1, 1, 2],
+ "240": [0, 1, 1],
+ "242": [1, 1, 1],
+ "243": [0, 1, 1],
+ "244": [0, 2, 2],
+ "245": [0, 1, 1],
+ "246": [0, 1, 1],
+ "247": [0, 1, 1],
+ "248": [0, 1, 1],
+ "248-mega": [0, 1, 1],
+ "249": [0, 1, 1],
+ "250": [0, 1, 1],
+ "251": [0, 1, 1],
+ "255": [0, 1, 1],
+ "256": [0, 1, 1],
+ "257": [0, 1, 1],
+ "257-mega": [0, 1, 1],
+ "261": [0, 1, 1],
+ "262": [0, 1, 1],
+ "263": [0, 1, 1],
+ "264": [0, 1, 1],
+ "276": [0, 1, 1],
+ "277": [0, 1, 1],
+ "278": [1, 1, 1],
+ "279": [1, 1, 1],
+ "280": [0, 1, 1],
+ "281": [0, 1, 1],
+ "282-mega": [0, 1, 1],
+ "282": [0, 1, 1],
+ "285": [0, 1, 1],
+ "286": [0, 1, 1],
+ "290": [1, 1, 1],
+ "291": [2, 2, 2],
+ "292": [2, 2, 2],
+ "298": [0, 1, 1],
+ "300": [1, 1, 1],
+ "301": [1, 1, 1],
+ "302": [0, 1, 1],
+ "302-mega": [0, 1, 1],
+ "303-mega": [1, 1, 1],
+ "303": [1, 1, 1],
+ "304": [1, 1, 1],
+ "305": [1, 1, 1],
+ "306-mega": [1, 1, 1],
+ "306": [1, 1, 1],
+ "307": [0, 1, 1],
+ "308-mega": [0, 1, 1],
+ "308": [0, 1, 1],
+ "309": [0, 1, 1],
+ "310-mega": [0, 1, 1],
+ "310": [0, 1, 1],
+ "311": [1, 1, 1],
+ "312": [0, 1, 1],
+ "315": [0, 1, 1],
+ "320": [0, 1, 1],
+ "321": [0, 1, 1],
+ "327": [0, 1, 1],
+ "328": [0, 1, 1],
+ "329": [0, 1, 1],
+ "330": [0, 1, 1],
+ "333": [0, 1, 1],
+ "334-mega": [0, 1, 1],
+ "334": [0, 1, 1],
+ "335": [0, 2, 2],
+ "336": [0, 1, 1],
+ "337": [0, 1, 1],
+ "338": [0, 1, 1],
+ "339": [0, 2, 1],
+ "340": [0, 1, 2],
+ "341": [0, 1, 1],
+ "342": [0, 2, 2],
+ "351-rainy": [1, 1, 1],
+ "351-snowy": [1, 1, 1],
+ "351-sunny": [1, 1, 2],
+ "351": [0, 1, 1],
+ "352": [1, 1, 1],
+ "353": [0, 1, 1],
+ "354": [0, 1, 1],
+ "354-mega": [0, 1, 1],
+ "357": [0, 1, 1],
+ "358": [1, 1, 1],
+ "359": [0, 1, 1],
+ "359-mega": [0, 1, 1],
+ "361": [0, 1, 1],
+ "362": [0, 1, 1],
+ "362-mega": [0, 1, 1],
+ "369": [0, 2, 2],
+ "370": [0, 2, 2],
+ "371": [0, 1, 1],
+ "372": [0, 1, 1],
+ "373-mega": [0, 1, 1],
+ "373": [0, 1, 1],
+ "374": [0, 1, 1],
+ "375": [0, 1, 1],
+ "376-mega": [0, 1, 1],
+ "376": [0, 1, 1],
+ "377": [0, 1, 1],
+ "378": [1, 1, 1],
+ "379": [0, 1, 1],
+ "380-mega": [0, 1, 1],
+ "380": [0, 1, 1],
+ "381-mega": [0, 1, 1],
+ "381": [0, 1, 1],
+ "382-primal": [0, 1, 1],
+ "382": [0, 1, 1],
+ "383-primal": [0, 1, 1],
+ "383": [0, 1, 1],
+ "384-mega": [0, 1, 1],
+ "384": [0, 1, 1],
+ "385": [1, 1, 1],
+ "387": [0, 2, 1],
+ "388": [0, 1, 1],
+ "389": [0, 1, 1],
+ "390": [0, 1, 1],
+ "391": [0, 1, 1],
+ "392": [0, 1, 1],
+ "393": [0, 1, 1],
+ "394": [0, 1, 1],
+ "395": [0, 1, 1],
+ "399": [0, 2, 1],
+ "400": [0, 1, 1],
+ "401": [0, 1, 1],
+ "402": [0, 1, 1],
+ "406": [0, 1, 1],
+ "407": [0, 1, 1],
+ "412-sandy": [2, 2, 2],
+ "412-plant": [1, 1, 1],
+ "412-trash": [1, 1, 1],
+ "413-plant": [1, 1, 1],
+ "413-trash": [1, 1, 1],
+ "413-sandy": [1, 1, 1],
+ "414": [0, 1, 1],
+ "418": [0, 1, 1],
+ "419": [0, 1, 1],
+ "422-west": [1, 1, 1],
+ "422-east": [1, 1, 1],
+ "423-west": [1, 1, 1],
+ "423-east": [1, 1, 1],
+ "424": [0, 1, 1],
+ "425": [0, 1, 1],
+ "426": [0, 1, 1],
+ "427": [0, 1, 1],
+ "428-mega": [0, 1, 1],
+ "428": [0, 1, 1],
+ "429": [1, 1, 1],
+ "430": [0, 1, 1],
+ "433": [1, 1, 1],
+ "436": [0, 1, 1],
+ "437": [0, 1, 1],
+ "438": [0, 1, 1],
+ "440": [1, 1, 1],
+ "441": [0, 1, 2],
+ "442": [0, 1, 1],
+ "443": [1, 1, 1],
+ "444": [1, 1, 1],
+ "445-mega": [1, 1, 1],
+ "445": [1, 1, 1],
+ "447": [1, 1, 1],
+ "448-mega": [1, 1, 1],
+ "448": [1, 1, 1],
+ "453": [0, 1, 1],
+ "454": [0, 1, 1],
+ "455": [0, 1, 1],
+ "456": [0, 1, 1],
+ "457": [0, 2, 1],
+ "458": [0, 2, 2],
+ "461": [0, 1, 1],
+ "462": [0, 1, 1],
+ "464": [0, 1, 1],
+ "465": [0, 1, 1],
+ "466": [2, 1, 1],
+ "467": [0, 1, 1],
+ "468": [1, 1, 1],
+ "469": [0, 1, 1],
+ "470": [2, 2, 1],
+ "471": [1, 1, 1],
+ "472": [0, 1, 1],
+ "474": [0, 1, 1],
+ "475-mega": [0, 2, 2],
+ "475": [0, 1, 1],
+ "478": [0, 2, 1],
+ "479-heat": [0, 1, 1],
+ "479-wash": [0, 1, 1],
+ "479-mow": [0, 1, 1],
+ "479-frost": [0, 1, 1],
+ "479": [0, 1, 1],
+ "479-fan": [0, 1, 1],
+ "480": [1, 1, 1],
+ "481": [1, 1, 1],
+ "482": [1, 1, 1],
+ "485": [0, 1, 1], "486": [0, 1 , 1
+ ] ,"487-altered": [0, 1, 1],
+ "487-origin": [0, 1, 1],
+ "488": [0, 1, 1],
+ "489": [1, 1, 1],
+ "490": [1, 1, 1],
+ "491": [0, 1, 1],
+ "492-land": [0, 1, 1],
+ "492-sky": [0, 1, 1],
+ "494": [0, 1, 1],
+ "495": [0, 1, 1],
+ "496": [0, 1, 1],
+ "497": [0, 1, 1],
+ "501": [0, 1, 1],
+ "502": [0, 1, 1],
+ "503": [0, 1, 1],
+ "517": [0, 1, 1],
+ "518": [0, 1, 1],
+ "524": [0, 1, 1],
+ "525": [0, 1, 1],
+ "526": [0, 1, 1],
+ "527": [0, 1, 1],
+ "528": [0, 1, 1],
+ "529": [0, 2, 2],
+ "530": [0, 1, 2],
+ "531": [0, 1, 1],
+ "531-mega": [0, 1, 1],
+ "532": [0, 1, 1],
+ "533": [0, 1, 1],
+ "534": [0, 1, 1],
+ "538": [0, 1, 1],
+ "539": [0, 2, 2],
+ "540": [0, 1, 1],
+ "541": [0, 1, 1],
+ "542": [0, 1, 1],
+ "543": [0, 1, 1],
+ "544": [0, 1, 1],
+ "545": [0, 1, 1],
+ "546": [0, 1, 1],
+ "547": [0, 1, 1],
+ "548": [1, 1, 1],
+ "549": [0, 1, 1],
+ "551": [0, 1, 1],
+ "552": [0, 1, 1],
+ "553": [0, 1, 1],
+ "556": [0, 1, 1],
+ "559": [1, 1, 1],
+ "560": [1, 1, 1],
+ "562": [0, 1, 1],
+ "563": [0, 1, 1],
+ "568": [0, 1, 1],
+ "569-gigantamax": [0, 1, 1],
+ "569": [0, 1, 1],
+ "570": [0, 1, 1],
+ "571": [0, 1, 1],
+ "572": [0, 1, 1],
+ "577": [1, 1, 1],
+ "578": [1, 1, 1],
+ "579": [1, 1, 1],
+ "585-autumn": [2, 0, 0],
+ "585-spring": [2, 0, 0],
+ "585-summer": [1, 0, 0],
+ "585-winter": [2, 0, 0],
+ "586-autumn": [1, 0, 0],
+ "586-spring": [1, 0, 0],
+ "586-summer": [1, 0, 0],
+ "586-winter": [1, 0, 0],
+ "587": [0, 1, 1],
+ "588": [0, 1, 1],
+ "589": [0, 1, 1],
+ "590": [0, 1, 1],
+ "591": [0, 1, 1],
+ "592": [0, 1, 2],
+ "593": [0, 1, 1],
+ "594": [0, 1, 2],
+ "595": [0, 1, 1],
+ "596": [0, 1, 1],
+ "602": [0, 1, 1],
+ "603": [0, 1, 1],
+ "604": [0, 1, 1],
+ "605": [1, 1, 1],
+ "606": [1, 1, 1],
+ "607": [0, 1, 1],
+ "608": [0, 1, 1],
+ "609": [0, 1, 1],
+ "610": [0, 1, 1],
+ "611": [0, 1, 1],
+ "612": [0, 1, 1],
+ "616": [0, 1, 1],
+ "617": [0, 1, 1],
+ "618": [0, 1, 1],
+ "619": [0, 1, 1],
+ "620": [0, 1, 1],
+ "621": [0, 1, 1],
+ "622": [0, 1, 1],
+ "623": [0, 1, 1],
+ "631": [0, 2, 2],
+ "632": [0, 1, 1],
+ "633": [0, 1, 1],
+ "634": [0, 1, 1],
+ "635": [0, 1, 1],
+ "636": [0, 1, 1],
+ "637": [0, 1, 1],
+ "640": [0, 1, 1],
+ "641-incarnate": [0, 0, 0],
+ "641-therian": [0, 0, 0],
+ "642-incarnate": [0, 0, 0],
+ "642-therian": [0, 0, 0],
+ "645-incarnate": [0, 0, 0],
+ "645-therian": [0, 0, 0],
+ "647-resolute": [0, 1, 1],
+ "647-ordinary": [0, 1, 1],
+ "648-aria": [0, 1, 1],
+ "648-pirouette": [0, 1, 1],
+ "649-burn": [0, 1, 1],
+ "649-chill": [0, 1, 1],
+ "649-douse": [0, 1, 1],
+ "649-shock": [0, 1, 1],
+ "649": [0, 1, 1],
+ "653": [0, 1, 1],
+ "654": [0, 1, 1],
+ "655": [0, 1, 1],
+ "656": [0, 1, 1],
+ "657": [0, 1, 1],
+ "658": [0, 1, 1],
+ "658-ash": [0, 1, 1],
+ "664": [0, 1, 1],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
+ "669-red": [0, 1, 1],
+ "669-blue": [0, 1, 1],
+ "669-white": [0, 1, 1],
+ "669-yellow": [0, 1, 1],
+ "669-orange": [0, 1, 1],
+ "670-white": [0, 1, 1],
+ "670-blue": [0, 1, 1],
+ "670-orange": [0, 1, 1],
+ "670-red": [0, 1, 1],
+ "670-yellow": [0, 1, 1],
+ "671-red": [0, 1, 1],
+ "671-blue": [0, 1, 1],
+ "671-yellow": [0, 1, 1],
+ "671-white": [0, 1, 1],
+ "671-orange": [0, 1, 1],
+ "672": [0, 1, 1],
+ "673": [0, 1, 1],
+ "676": [0, 1, 1],
+ "676-dandy": [0, 1, 1],
+ "676-debutante": [0, 1, 1],
+ "676-diamond": [0, 1, 1],
+ "676-heart": [0, 1, 1],
+ "676-kabuki": [0, 1, 1],
+ "676-la-reine": [0, 1, 1],
+ "676-matron": [0, 1, 1],
+ "676-pharaoh": [0, 1, 1],
+ "676-star": [0, 1, 1],
+ "677": [0, 1, 1],
+ "678-female": [0, 1, 1],
+ "678": [0, 1, 1],
+ "682": [0, 1, 1],
+ "683": [0, 1, 1],
+ "684": [0, 1, 1],
+ "685": [0, 1, 1],
+ "688": [0, 1, 1],
+ "689": [0, 1, 1],
+ "690": [0, 1, 1],
+ "691": [0, 1, 1],
+ "696": [0, 1, 1],
+ "697": [0, 1, 1],
+ "698": [0, 1, 1],
+ "699": [0, 1, 1],
+ "700": [0, 1, 1],
+ "702": [0, 1, 1],
+ "703": [0, 1, 1],
+ "704": [0, 1, 1],
+ "705": [0, 1, 1],
+ "706": [0, 1, 1],
+ "708": [0, 1, 1],
+ "709": [0, 1, 1],
+ "710": [0, 1, 1],
+ "711": [1, 1, 1],
+ "712": [0, 1, 1],
+ "713": [0, 1, 1],
+ "714": [0, 1, 1],
+ "715": [0, 1, 1],
+ "716-active": [0, 1, 1],
+ "716-neutral": [0, 1, 1],
+ "717": [0, 1, 1],
+ "720-unbound": [1, 1, 1],
+ "720": [1, 1, 1],
+ "728": [0, 1, 1],
+ "729": [0, 1, 1],
+ "730": [0, 1, 1],
+ "734": [0, 1, 1],
+ "735": [0, 1, 1],
+ "742": [0, 2, 2],
+ "743": [0, 2, 2],
+ "747": [0, 1, 1],
+ "748": [0, 1, 1],
+ "751": [0, 1, 1],
+ "752": [0, 1, 1],
+ "753": [0, 1, 1],
+ "754": [0, 2, 2],
+ "755": [0, 1, 1],
+ "756": [0, 1, 1],
+ "761": [0, 1, 1],
+ "762": [0, 1, 1],
+ "763": [0, 1, 1],
+ "767": [0, 1, 1],
+ "768": [0, 1, 1],
+ "771": [0, 1, 1],
+ "772": [0, 1, 1],
+ "773-fighting": [0, 1, 1],
+ "773-psychic": [0, 1, 1],
+ "773-poison": [0, 1, 1],
+ "773-ground": [0, 1, 1],
+ "773-ghost": [0, 1, 1],
+ "773-steel": [0, 1, 1],
+ "773-rock": [0, 1, 1],
+ "773-grass": [0, 1, 1],
+ "773-dragon": [0, 1, 1],
+ "773-bug": [0, 1, 1],
+ "773-ice": [0, 1, 1],
+ "773-dark": [0, 1, 1],
+ "773": [0, 1, 1],
+ "773-fairy": [0, 1, 1],
+ "773-water": [0, 1, 1],
+ "773-electric": [0, 1, 1],
+ "773-flying": [0, 1, 1],
+ "773-fire": [0, 1, 1],
+ "776": [0, 1, 1],
+ "777": [0, 1, 1],
+ "778-busted": [0, 1, 1],
+ "778-disguised": [0, 1, 1],
+ "779": [0, 1, 1],
+ "789": [1, 1, 1],
+ "790": [0, 1, 1],
+ "791-radiant-sun": [0, 1, 1],
+ "791": [2, 1, 1],
+ "792-full-moon": [0, 1, 1],
+ "792": [0, 1, 1],
+ "793": [0, 1, 1],
+ "797": [0, 1, 1],
+ "798": [0, 1, 1],
+ "800-dawn-wings": [0, 1, 1],
+ "800-dusk-mane": [0, 1, 1],
+ "800-ultra": [0, 1, 1],
+ "800": [0, 1, 1],
+ "802": [1, 1, 1],
+ "803": [0, 1, 1],
+ "804": [0, 1, 1],
+ "807": [0, 1, 1],
+ "808": [0, 1, 1],
+ "809-gigantamax": [0, 1, 1],
+ "809": [0, 1, 1],
+ "816": [0, 1, 1],
+ "817": [0, 1, 1],
+ "818-gigantamax": [1, 1, 1],
+ "818": [0, 1, 1],
+ "821": [0, 1, 1],
+ "822": [0, 1, 1],
+ "823-gigantamax": [0, 2, 2],
+ "823": [0, 1, 1],
+ "829": [0, 1, 1],
+ "830": [0, 1, 1],
+ "835": [0, 1, 1],
+ "836": [0, 1, 1],
+ "850": [0, 1, 1],
+ "851-gigantamax": [0, 1, 1],
+ "851": [0, 1, 1],
+ "854": [0, 1, 1],
+ "855": [0, 1, 1],
+ "856": [0, 1, 1],
+ "857": [0, 2, 2],
+ "858-gigantamax": [0, 1, 1],
+ "858": [0, 1, 1],
+ "859": [0, 1, 1],
+ "860": [0, 1, 1],
+ "861-gigantamax": [0, 1, 1],
+ "861": [0, 1, 1],
+ "862": [0, 1, 1],
+ "863": [0, 1, 1],
+ "864": [0, 1, 1],
+ "867": [0, 1, 1],
+ "872": [1, 1, 1],
+ "873": [1, 1, 1],
+ "876-female": [0, 1, 1],
+ "876": [0, 1, 1],
+ "877-hangry": [1, 1, 1],
+ "877": [1, 1, 1],
+ "880": [0, 1, 1],
+ "881": [0, 1, 1],
+ "882": [0, 1, 1],
+ "883": [0, 1, 1],
+ "884-gigantamax": [0, 1, 1],
+ "884": [0, 1, 1],
+ "885": [1, 1, 1],
+ "886": [1, 1, 1],
+ "887": [1, 1, 1],
+ "888": [0, 1, 1],
+ "888-crowned": [0, 1, 1],
+ "889": [0, 1, 1],
+ "889-crowned": [0, 1, 1],
+ "890-eternamax": [0, 1, 1],
+ "890": [0, 1, 1],
+ "891": [1, 1, 1],
+ "892-gigantamax-rapid": [1, 2, 2],
+ "892-rapid-strike": [1, 1, 1],
+ "892": [1, 1, 1],
+ "892-gigantamax-single": [1, 2, 2],
+ "894": [0, 1, 1],
+ "895": [0, 1, 1],
+ "896": [1, 1, 1],
+ "897": [1, 1, 1],
+ "898": [1, 1, 1],
+ "898-ice": [1, 1, 1],
+ "898-shadow": [1, 1, 1],
+ "900": [0, 1, 1],
+ "901": [0, 1, 1],
+ "903": [0, 1, 1],
+ "909": [0, 1, 1],
+ "910": [0, 2, 2],
+ "911": [0, 1, 1],
+ "912": [0, 1, 1],
+ "913": [0, 1, 1],
+ "914": [0, 1, 1],
+ "919": [1, 1, 1],
+ "920": [1, 1, 1],
+ "924": [1, 1, 1],
+ "925-four": [1, 1, 1],
+ "925-three": [1, 1, 1],
+ "932": [0, 1, 1],
+ "933": [0, 1, 1],
+ "934": [0, 1, 1],
+ "935": [2, 2, 2],
+ "936": [1, 1, 1],
+ "937": [1, 1, 1],
+ "940": [0, 1, 1],
+ "941": [0, 1, 1],
+ "944": [0, 1, 1],
+ "945": [0, 1, 1],
+ "948": [0, 1, 1],
+ "949": [0, 1, 1],
+ "951": [0, 1, 1],
+ "952": [0, 1, 1],
+ "953": [0, 1, 1],
+ "954": [0, 1, 1],
+ "957": [1, 1, 1],
+ "958": [1, 1, 1],
+ "959": [1, 1, 1],
+ "962": [1, 1, 1],
+ "967": [0, 1, 1],
+ "968": [0, 1, 1],
+ "969": [0, 1, 1],
+ "970": [0, 1, 1],
+ "973": [1, 1, 1],
+ "974": [0, 1, 1],
+ "975": [0, 1, 1],
+ "978-curly": [0, 2, 2],
+ "978-droopy": [0, 2, 2],
+ "978-stretchy": [0, 1, 1],
+ "979": [1, 1, 1],
+ "981": [0, 1, 1],
+ "982": [0, 1, 2],
+ "982-three-segment": [0, 1, 2],
+ "987": [1, 1, 1],
+ "988": [0, 1, 1],
+ "993": [0, 1, 1],
+ "994": [0, 1, 1],
+ "995": [0, 1, 1],
+ "996": [0, 1, 1],
+ "997": [0, 1, 1],
+ "998": [0, 1, 1],
+ "999": [1, 1, 1],
+ "1000": [1, 1, 1],
+ "1001": [0, 1, 1],
+ "1003": [0, 1, 1],
+ "1004": [0, 1, 1],
+ "1006": [0, 2, 1],
+ "1007-apex-build": [0, 2, 2],
+ "1008-ultimate-mode": [1, 1, 1],
+ "1010": [0, 1, 1],
+ "1012-counterfeit": [0, 1, 1],
+ "1013-unremarkable": [0, 1, 1],
+ "1018": [0, 1, 1],
+ "1022": [0, 2, 2],
+ "1023": [0, 1, 1],
+ "2026": [0, 1, 1],
+ "2027": [0, 1, 1],
+ "2028": [0, 1, 1],
+ "2052": [0, 1, 1],
+ "2053": [0, 1, 1],
+ "2103": [0, 1, 1],
+ "2670": [0, 1, 1],
+ "4052": [0, 1, 1],
+ "4077": [0, 1, 1],
+ "4078": [0, 1, 1],
+ "4079": [0, 1, 1],
+ "4080": [2, 1, 1],
+ "4144": [0, 1, 1],
+ "4145": [0, 1, 1],
+ "4146": [0, 1, 1],
+ "4199": [2, 1, 1],
+ "4222": [0, 1, 1],
+ "4263": [0, 1, 1],
+ "4264": [0, 1, 1],
+ "4562": [0, 1, 1],
+ "6100": [0, 1, 1],
+ "6101": [0, 1, 1],
+ "6215": [0, 1, 1],
+ "6503": [0, 1, 1],
+ "6549": [0, 1, 1],
+ "6570": [0, 1, 1],
+ "6571": [0, 1, 1],
+ "6705": [0, 1, 1],
+ "6706": [0, 1, 1],
+ "6713": [0, 1, 1],
+ "8901": [1, 1, 1],
"female": {
- "3": [
- 0,
- 1,
- 1
- ],
- "19": [
- 0,
- 1,
- 1
- ],
- "20": [
- 0,
- 1,
- 1
- ],
- "41": [
- 0,
- 1,
- 1
- ],
- "42": [
- 0,
- 1,
- 1
- ],
- "44": [
- 0,
- 1,
- 1
- ],
- "45": [
- 0,
- 1,
- 1
- ],
- "84": [
- 1,
- 1,
- 1
- ],
- "85": [
- 1,
- 1,
- 1
- ],
- "111": [
- 0,
- 1,
- 1
- ],
- "112": [
- 0,
- 1,
- 1
- ],
- "118": [
- 0,
- 1,
- 1
- ],
- "119": [
- 0,
- 1,
- 1
- ],
- "123": [
- 1,
- 1,
- 1
- ],
- "129": [
- 0,
- 1,
- 1
- ],
- "130": [
- 0,
- 1,
- 1
- ],
- "178": [
- 0,
- 2,
- 2
- ],
- "185": [
- 0,
- 1,
- 1
- ],
- "190": [
- 0,
- 1,
- 1
- ],
- "203": [
- 0,
- 1,
- 1
- ],
- "207": [
- 0,
- 1,
- 1
- ],
- "215": [
- 0,
- 1,
- 1
- ],
- "217": [
- 1,
- 1,
- 1
- ],
- "229": [
- 0,
- 1,
- 1
- ],
- "232": [
- 0,
- 1,
- 1
- ],
- "255": [
- 0,
- 1,
- 1
- ],
- "256": [
- 0,
- 1,
- 1
- ],
- "257": [
- 0,
- 1,
- 1
- ],
- "307": [
- 0,
- 1,
- 1
- ],
- "308": [
- 0,
- 1,
- 1
- ],
- "315": [
- 0,
- 1,
- 1
- ],
- "369": [
- 0,
- 1,
- 1
- ],
- "399": [
- 0,
- 2,
- 1
- ],
- "400": [
- 0,
- 1,
- 1
- ],
- "401": [
- 0,
- 1,
- 1
- ],
- "402": [
- 0,
- 1,
- 1
- ],
- "407": [
- 0,
- 1,
- 1
- ],
- "418": [
- 0,
- 2,
- 2
- ],
- "419": [
- 0,
- 1,
- 1
- ],
- "424": [
- 0,
- 1,
- 1
- ],
- "443": [
- 1,
- 1,
- 1
- ],
- "444": [
- 1,
- 1,
- 1
- ],
- "445": [
- 1,
- 1,
- 1
- ],
- "453": [
- 0,
- 1,
- 1
- ],
- "454": [
- 0,
- 1,
- 1
- ],
- "456": [
- 0,
- 1,
- 1
- ],
- "457": [
- 0,
- 1,
- 1
- ],
- "461": [
- 0,
- 1,
- 1
- ],
- "464": [
- 0,
- 1,
- 1
- ],
- "465": [
- 0,
- 1,
- 1
- ],
- "592": [
- 1,
- 1,
- 1
- ],
- "593": [
- 1,
- 1,
- 1
- ],
- "6215": [
- 0,
- 1,
- 1
- ]
+ "3": [0,1, 1],
+ "19": [0, 1, 1],
+ "20": [0, 1, 1],
+ "25": [0, 1, 1],
+ "25-beauty-cosplay": [0, 1, 1],
+ "25-cool-cosplay": [0, 1, 1],
+ "25-cosplay": [0, 1, 1],
+ "25-cute-cosplay": [0, 1, 1],
+ "25-partner": [0, 1, 1],
+ "25-smart-cosplay": [0, 1, 1],
+ "25-tough-cosplay": [0, 1, 1],
+ "26": [0, 1, 1],
+ "41": [0, 1, 1],
+ "42": [0, 1, 1],
+ "44": [0, 1, 1],
+ "45": [0, 1, 1],
+ "84": [1, 1, 1],
+ "85": [1, 1, 1],
+ "111": [0, 1, 1],
+ "112": [0, 1, 1],
+ "118": [0, 1, 1],
+ "119": [0, 1, 1],
+ "123": [1, 1, 1],
+ "129": [0, 1, 1],
+ "130": [0, 1, 1],
+ "154": [0, 1, 1],
+ "178": [0, 2, 2],
+ "185": [0, 1, 1],
+ "190": [0, 1, 1],
+ "194": [0, 1, 1],
+ "195": [0, 1, 1],
+ "198": [0, 1, 1],
+ "203": [0, 1, 1],
+ "207": [0, 1, 1],
+ "212": [1, 1, 1],
+ "215": [0, 1, 1],
+ "217": [1, 1, 1],
+ "229": [0, 1, 1],
+ "232": [0, 1, 1],
+ "255": [0, 1, 1],
+ "256": [0, 1, 1],
+ "257": [0, 1, 1],
+ "307": [0, 1, 1],
+ "308": [0, 1, 1],
+ "315": [0, 1, 1],
+ "369": [0, 1, 1],
+ "399": [0, 2, 1],
+ "400": [0, 1, 1],
+ "401": [0, 1, 1],
+ "402": [0, 1, 1],
+ "407": [0, 1, 1],
+ "418": [0, 2, 2],
+ "419": [0, 1, 1],
+ "424": [0, 1, 1],
+ "443": [1, 1, 1],
+ "444": [1, 1, 1],
+ "445": [1, 1, 1],
+ "453": [0, 1, 1],
+ "454": [0, 1, 1],
+ "456": [0, 1, 1],
+ "457": [0, 1, 1],
+ "461": [0, 1, 1],
+ "464": [0, 1, 1],
+ "465": [0, 1, 1],
+ "592": [1, 1, 1],
+ "593": [1, 1, 1],
+ "6215": [0, 1, 1]
}
},
"exp": {
- "3-mega": [
- 0,
- 2,
- 2
- ],
- "6-mega-x": [
- 0,
- 2,
- 2
- ],
- "6-mega-y": [
- 0,
- 2,
- 2
- ],
- "80-mega": [
- 0,
- 1,
- 1
- ],
- "94-mega": [
- 2,
- 2,
- 2
- ],
- "127-mega": [
- 0,
- 1,
- 1
- ],
- "130-mega": [
- 0,
- 1,
- 1
- ],
- "142-mega": [
- 0,
- 1,
- 1
- ],
- "150-mega-x": [
- 0,
- 1,
- 1
- ],
- "150-mega-y": [
- 0,
- 1,
- 1
- ],
- "181-mega": [
- 0,
- 1,
- 2
- ],
- "212-mega": [
- 1,
- 1,
- 2
- ],
- "229-mega": [
- 0,
- 1,
- 1
- ],
- "248-mega": [
- 0,
- 1,
- 1
- ],
- "257-mega": [
- 0,
- 1,
- 1
- ],
- "282-mega": [
- 0,
- 2,
- 2
- ],
- "302-mega": [
- 0,
- 1,
- 1
- ],
- "303-mega": [
- 0,
- 1,
- 1
- ],
- "306-mega": [
- 1,
- 1,
- 1
- ],
- "308-mega": [
- 0,
- 1,
- 1
- ],
- "310-mega": [
- 0,
- 1,
- 1
- ],
- "334-mega": [
- 0,
- 2,
- 1
- ],
- "354-mega": [
- 0,
- 1,
- 1
- ],
- "362-mega": [
- 0,
- 1,
- 1
- ],
- "373-mega": [
- 0,
- 1,
- 1
- ],
- "376-mega": [
- 0,
- 1,
- 1
- ],
- "380-mega": [
- 0,
- 1,
- 1
- ],
- "381-mega": [
- 0,
- 1,
- 1
- ],
- "382-primal": [
- 0,
- 1,
- 1
- ],
- "383-primal": [
- 0,
- 1,
- 1
- ],
- "384-mega": [
- 0,
- 2,
- 1
- ],
- "428-mega": [
- 0,
- 1,
- 1
- ],
- "445-mega": [
- 1,
- 1,
- 1
- ],
- "448-mega": [
- 1,
- 1,
- 1
- ],
- "475-mega": [
- 0,
- 2,
- 2
- ],
- "531-mega": [
- 0,
- 1,
- 1
- ],
- "653": [
- 0,
- 1,
- 1
- ],
- "654": [
- 0,
- 1,
- 1
- ],
- "655": [
- 0,
- 1,
- 1
- ],
- "664": [
- 0,
- 1,
- 1
- ],
- "665": [
- 0,
- 1,
- 1
- ],
- "666-archipelago": [
- 0,
- 1,
- 1
- ],
- "666-continental": [
- 0,
- 1,
- 1
- ],
- "666-elegant": [
- 0,
- 1,
- 1
- ],
- "666-fancy": [
- 0,
- 2,
- 2
- ],
- "666-garden": [
- 0,
- 1,
- 1
- ],
- "666-high-plains": [
- 0,
- 1,
- 1
- ],
- "666-icy-snow": [
- 0,
- 1,
- 1
- ],
- "666-jungle": [
- 0,
- 1,
- 1
- ],
- "666-marine": [
- 0,
- 1,
- 1
- ],
- "666-meadow": [
- 0,
- 2,
- 2
- ],
- "666-modern": [
- 0,
- 1,
- 1
- ],
- "666-monsoon": [
- 0,
- 1,
- 1
- ],
- "666-ocean": [
- 0,
- 1,
- 1
- ],
- "666-poke-ball": [
- 0,
- 1,
- 2
- ],
- "666-polar": [
- 0,
- 1,
- 1
- ],
- "666-river": [
- 0,
- 2,
- 1
- ],
- "666-sandstorm": [
- 0,
- 1,
- 1
- ],
- "666-savanna": [
- 0,
- 1,
- 1
- ],
- "666-sun": [
- 0,
- 1,
- 1
- ],
- "666-tundra": [
- 0,
- 1,
- 1
- ],
- "669-red": [
- 0,
- 2,
- 2
- ],
- "669-blue": [
- 0,
- 1,
- 1
- ],
- "669-white": [
- 0,
- 1,
- 1
- ],
- "669-yellow": [
- 0,
- 1,
- 1
- ],
- "669-orange": [
- 0,
- 2,
- 2
- ],
- "670-white": [
- 0,
- 1,
- 1
- ],
- "670-blue": [
- 0,
- 1,
- 1
- ],
- "670-orange": [
- 0,
- 1,
- 1
- ],
- "670-red": [
- 0,
- 1,
- 1
- ],
- "670-yellow": [
- 0,
- 1,
- 1
- ],
- "671-red": [
- 0,
- 1,
- 2
- ],
- "671-blue": [
- 0,
- 1,
- 2
- ],
- "671-yellow": [
- 0,
- 1,
- 1
- ],
- "671-white": [
- 0,
- 1,
- 2
- ],
- "671-orange": [
- 0,
- 1,
- 2
- ],
- "672": [
- 0,
- 1,
- 1
- ],
- "673": [
- 0,
- 1,
- 1
- ],
- "677": [
- 0,
- 1,
- 1
- ],
- "678-female": [
- 0,
- 1,
- 1
- ],
- "678": [
- 0,
- 1,
- 1
- ],
- "690": [
- 0,
- 1,
- 1
- ],
- "691": [
- 0,
- 1,
- 1
- ],
- "696": [
- 0,
- 1,
- 1
- ],
- "697": [
- 0,
- 1,
- 1
- ],
- "698": [
- 0,
- 1,
- 1
- ],
- "699": [
- 0,
- 1,
- 1
- ],
- "700": [
- 0,
- 1,
- 1
- ],
- "702": [
- 0,
- 1,
- 1
- ],
- "703": [
- 0,
- 1,
- 1
- ],
- "704": [
- 0,
- 1,
- 1
- ],
- "705": [
- 0,
- 1,
- 1
- ],
- "706": [
- 0,
- 1,
- 1
- ],
- "708": [
- 0,
- 1,
- 1
- ],
- "709": [
- 0,
- 1,
- 1
- ],
- "710": [
- 0,
- 1,
- 1
- ],
- "711": [
- 1,
- 1,
- 1
- ],
- "712": [
- 0,
- 1,
- 1
- ],
- "713": [
- 0,
- 1,
- 1
- ],
- "714": [
- 0,
- 1,
- 1
- ],
- "715": [
- 0,
- 2,
- 1
- ],
- "716-active": [
- 0,
- 1,
- 1
- ],
- "716-neutral": [
- 0,
- 1,
- 1
- ],
- "717": [
- 0,
- 2,
- 2
- ],
- "720-unbound": [
- 1,
- 1,
- 1
- ],
- "720": [
- 1,
- 1,
- 1
- ],
- "728": [
- 0,
- 1,
- 1
- ],
- "729": [
- 0,
- 2,
- 2
- ],
- "730": [
- 0,
- 2,
- 1
- ],
- "734": [
- 0,
- 1,
- 1
- ],
- "735": [
- 0,
- 1,
- 1
- ],
- "742": [
- 0,
- 2,
- 2
- ],
- "743": [
- 0,
- 2,
- 2
- ],
- "747": [
- 0,
- 2,
- 2
- ],
- "748": [
- 0,
- 1,
- 1
- ],
- "751": [
- 0,
- 1,
- 1
- ],
- "752": [
- 0,
- 1,
- 1
- ],
- "753": [
- 0,
- 1,
- 1
- ],
- "754": [
- 0,
- 2,
- 2
- ],
- "755": [
- 0,
- 1,
- 1
- ],
- "756": [
- 0,
- 1,
- 1
- ],
- "761": [
- 0,
- 1,
- 1
- ],
- "762": [
- 0,
- 1,
- 1
- ],
- "763": [
- 0,
- 1,
- 1
- ],
- "767": [
- 0,
- 1,
- 1
- ],
- "768": [
- 0,
- 1,
- 1
- ],
- "770": [
- 0,
- 0,
- 0
- ],
- "771": [
- 0,
- 2,
- 2
- ],
- "772": [
- 0,
- 1,
- 1
- ],
- "773-fighting": [
- 0,
- 1,
- 1
- ],
- "773-psychic": [
- 0,
- 1,
- 1
- ],
- "773-poison": [
- 0,
- 1,
- 1
- ],
- "773-ground": [
- 0,
- 1,
- 1
- ],
- "773-ghost": [
- 0,
- 1,
- 1
- ],
- "773-steel": [
- 0,
- 1,
- 1
- ],
- "773-rock": [
- 0,
- 1,
- 1
- ],
- "773-grass": [
- 0,
- 1,
- 1
- ],
- "773-dragon": [
- 0,
- 1,
- 1
- ],
- "773-bug": [
- 0,
- 1,
- 1
- ],
- "773-ice": [
- 0,
- 1,
- 1
- ],
- "773-dark": [
- 0,
- 1,
- 1
- ],
- "773": [
- 0,
- 1,
- 1
- ],
- "773-fairy": [
- 0,
- 1,
- 1
- ],
- "773-water": [
- 0,
- 1,
- 1
- ],
- "773-electric": [
- 0,
- 1,
- 1
- ],
- "773-flying": [
- 0,
- 1,
- 1
- ],
- "773-fire": [
- 0,
- 1,
- 1
- ],
- "776": [
- 0,
- 1,
- 1
- ],
- "777": [
- 0,
- 1,
- 1
- ],
- "778-busted": [
- 0,
- 1,
- 1
- ],
- "778-disguised": [
- 0,
- 1,
- 1
- ],
- "779": [
- 0,
- 1,
- 1
- ],
- "789": [
- 1,
- 1,
- 1
- ],
- "790": [
- 0,
- 1,
- 1
- ],
- "791": [
- 2,
- 1,
- 1
- ],
- "792": [
- 0,
- 1,
- 1
- ],
- "793": [
- 0,
- 2,
- 2
- ],
- "797": [
- 0,
- 1,
- 1
- ],
- "798": [
- 0,
- 1,
- 1
- ],
- "800-dawn-wings": [
- 0,
- 1,
- 1
- ],
- "800-dusk-mane": [
- 0,
- 1,
- 1
- ],
- "800-ultra": [
- 0,
- 1,
- 1
- ],
- "800": [
- 0,
- 1,
- 1
- ],
- "802": [
- 1,
- 1,
- 1
- ],
- "803": [
- 0,
- 1,
- 1
- ],
- "804": [
- 0,
- 1,
- 1
- ],
- "808": [
- 0,
- 1,
- 1
- ],
- "809": [
- 0,
- 1,
- 1
- ],
- "816": [
- 0,
- 1,
- 1
- ],
- "817": [
- 0,
- 1,
- 1
- ],
- "818": [
- 1,
- 1,
- 1
- ],
- "821": [
- 0,
- 2,
- 2
- ],
- "822": [
- 0,
- 1,
- 1
- ],
- "823": [
- 0,
- 1,
- 1
- ],
- "829": [
- 0,
- 1,
- 1
- ],
- "830": [
- 0,
- 1,
- 1
- ],
- "835": [
- 0,
- 1,
- 1
- ],
- "836": [
- 0,
- 2,
- 2
- ],
- "850": [
- 0,
- 1,
- 1
- ],
- "851": [
- 0,
- 1,
- 1
- ],
- "854": [
- 0,
- 1,
- 1
- ],
- "855": [
- 0,
- 1,
- 1
- ],
- "856": [
- 0,
- 1,
- 1
- ],
- "857": [
- 0,
- 2,
- 2
- ],
- "858": [
- 0,
- 1,
- 1
- ],
- "859": [
- 0,
- 1,
- 1
- ],
- "860": [
- 0,
- 1,
- 1
- ],
- "861": [
- 0,
- 1,
- 1
- ],
- "862": [
- 0,
- 1,
- 1
- ],
- "863": [
- 0,
- 1,
- 1
- ],
- "864": [
- 0,
- 1,
- 1
- ],
- "867": [
- 0,
- 1,
- 1
- ],
- "872": [
- 1,
- 1,
- 1
- ],
- "873": [
- 1,
- 1,
- 1
- ],
- "876-female": [
- 0,
- 1,
- 1
- ],
- "876": [
- 0,
- 1,
- 1
- ],
- "877-hangry": [
- 1,
- 1,
- 1
- ],
- "877": [
- 1,
- 1,
- 1
- ],
- "880": [
- 0,
- 1,
- 1
- ],
- "881": [
- 0,
- 1,
- 1
- ],
- "882": [
- 0,
- 2,
- 1
- ],
- "883": [
- 0,
- 1,
- 1
- ],
- "884": [
- 0,
- 1,
- 1
- ],
- "885": [
- 1,
- 1,
- 1
- ],
- "886": [
- 1,
- 1,
- 1
- ],
- "887": [
- 1,
- 1,
- 1
- ],
- "888": [
- 0,
- 1,
- 1
- ],
- "888-crowned": [
- 0,
- 1,
- 1
- ],
- "889": [
- 0,
- 1,
- 1
- ],
- "889-crowned": [
- 0,
- 1,
- 1
- ],
- "890": [
- 0,
- 2,
- 1
- ],
- "890-eternamax": [
- 0,
- 1,
- 1
- ],
- "891": [
- 1,
- 1,
- 1
- ],
- "892-rapid-strike": [
- 1,
- 1,
- 1
- ],
- "892": [
- 1,
- 1,
- 1
- ],
- "896": [
- 1,
- 1,
- 1
- ],
- "897": [
- 1,
- 1,
- 1
- ],
- "898": [
- 1,
- 1,
- 1
- ],
- "898-ice": [
- 1,
- 1,
- 1
- ],
- "898-shadow": [
- 1,
- 1,
- 1
- ],
- "900": [
- 0,
- 1,
- 1
- ],
- "901": [
- 0,
- 1,
- 1
- ],
- "903": [
- 0,
- 1,
- 1
- ],
- "909": [
- 0,
- 1,
- 1
- ],
- "910": [
- 0,
- 2,
- 2
- ],
- "911": [
- 0,
- 2,
- 2
- ],
- "912": [
- 0,
- 1,
- 2
- ],
- "913": [
- 0,
- 1,
- 2
- ],
- "914": [
- 0,
- 2,
- 1
- ],
- "919": [
- 1,
- 1,
- 1
- ],
- "920": [
- 1,
- 1,
- 1
- ],
- "924": [
- 1,
- 1,
- 1
- ],
- "925-four": [
- 1,
- 2,
- 2
- ],
- "925-three": [
- 1,
- 2,
- 2
- ],
- "932": [
- 0,
- 2,
- 2
- ],
- "933": [
- 0,
- 2,
- 2
- ],
- "934": [
- 0,
- 1,
- 1
- ],
- "935": [
- 1,
- 1,
- 2
- ],
- "936": [
- 2,
- 2,
- 2
- ],
- "937": [
- 2,
- 2,
- 2
- ],
- "940": [
- 0,
- 1,
- 1
- ],
- "941": [
- 0,
- 1,
- 1
- ],
- "948": [
- 0,
- 1,
- 1
- ],
- "949": [
- 0,
- 1,
- 1
- ],
- "951": [
- 0,
- 1,
- 1
- ],
- "952": [
- 0,
- 1,
- 1
- ],
- "953": [
- 0,
- 1,
- 1
- ],
- "954": [
- 0,
- 1,
- 1
- ],
- "957": [
- 2,
- 2,
- 2
- ],
- "958": [
- 2,
- 2,
- 2
- ],
- "959": [
- 2,
- 2,
- 2
- ],
- "962": [
- 1,
- 1,
- 1
- ],
- "967": [
- 0,
- 1,
- 1
- ],
- "968": [
- 0,
- 1,
- 1
- ],
- "969": [
- 0,
- 1,
- 1
- ],
- "970": [
- 0,
- 1,
- 1
- ],
- "973": [
- 1,
- 1,
- 1
- ],
- "974": [
- 0,
- 1,
- 1
- ],
- "975": [
- 0,
- 1,
- 1
- ],
- "978-curly": [
- 0,
- 2,
- 2
- ],
- "978-droopy": [
- 0,
- 2,
- 2
- ],
- "978-stretchy": [
- 0,
- 2,
- 2
- ],
- "979": [
- 2,
- 2,
- 2
- ],
- "981": [
- 0,
- 1,
- 1
- ],
- "982": [
- 0,
- 1,
- 1
- ],
- "982-three-segment": [
- 0,
- 1,
- 1
- ],
- "987": [
- 1,
- 1,
- 1
- ],
- "988": [
- 0,
- 1,
- 2
- ],
- "993": [
- 0,
- 1,
- 1
- ],
- "994": [
- 0,
- 1,
- 2
- ],
- "995": [
- 0,
- 1,
- 1
- ],
- "996": [
- 0,
- 1,
- 1
- ],
- "997": [
- 0,
- 2,
- 2
- ],
- "998": [
- 0,
- 2,
- 2
- ],
- "999": [
- 2,
- 1,
- 1
- ],
- "1000": [
- 1,
- 1,
- 1
- ],
- "1001": [
- 0,
- 1,
- 1
- ],
- "1003": [
- 0,
- 1,
- 1
- ],
- "1004": [
- 0,
- 1,
- 1
- ],
- "1006": [
- 0,
- 2,
- 1
- ],
- "1007-apex-build": [
- 0,
- 2,
- 2
- ],
- "1008-ultimate-mode": [
- 1,
- 1,
- 1
- ],
- "2027": [
- 0,
- 1,
- 1
- ],
- "2028": [
- 0,
- 1,
- 1
- ],
- "2052": [
- 0,
- 1,
- 1
- ],
- "2053": [
- 0,
- 1,
- 0
- ],
- "4052": [
- 0,
- 1,
- 1
- ],
- "4077": [
- 0,
- 1,
- 1
- ],
- "4078": [
- 0,
- 1,
- 1
- ],
- "4079": [
- 0,
- 1,
- 1
- ],
- "4080": [
- 2,
- 1,
- 1
- ],
- "4144": [
- 0,
- 1,
- 1
- ],
- "4145": [
- 0,
- 1,
- 1
- ],
- "4146": [
- 0,
- 1,
- 1
- ],
- "4199": [
- 2,
- 1,
- 1
- ],
- "4222": [
- 0,
- 1,
- 1
- ],
- "4263": [
- 0,
- 1,
- 1
- ],
- "4264": [
- 0,
- 1,
- 1
- ],
- "4562": [
- 0,
- 1,
- 1
- ],
- "6100": [
- 0,
- 1,
- 1
- ],
- "6101": [
- 0,
- 1,
- 1
- ],
- "6215": [
- 0,
- 1,
- 1
- ],
- "6549": [
- 0,
- 1,
- 1
- ],
- "6570": [
- 0,
- 1,
- 1
- ],
- "6571": [
- 0,
- 1,
- 1
- ],
- "6705": [
- 0,
- 1,
- 1
- ],
- "6706": [
- 0,
- 1,
- 1
- ],
- "female": {},
- "back": {
- "3-mega": [
- 0,
- 2,
- 2
- ],
- "6-mega-x": [
- 0,
- 2,
- 2
- ],
- "6-mega-y": [
- 0,
- 1,
- 2
- ],
- "80-mega": [
- 0,
- 1,
- 1
- ],
- "94-mega": [
- 1,
- 1,
- 1
- ],
- "127-mega": [
- 0,
- 1,
- 1
- ],
- "130-mega": [
- 0,
- 1,
- 1
- ],
- "142-mega": [
- 0,
- 1,
- 1
- ],
- "150-mega-x": [
- 0,
- 1,
- 1
- ],
- "150-mega-y": [
- 0,
- 1,
- 1
- ],
- "181-mega": [
- 0,
- 1,
- 2
- ],
- "212-mega": [
- 1,
- 2,
- 2
- ],
- "229-mega": [
- 0,
- 1,
- 1
- ],
- "248-mega": [
- 0,
- 2,
- 1
- ],
- "257-mega": [
- 0,
- 1,
- 1
- ],
- "282-mega": [
- 0,
- 1,
- 1
- ],
- "302-mega": [
- 0,
- 1,
- 1
- ],
- "303-mega": [
- 0,
- 1,
- 1
- ],
- "306-mega": [
- 1,
- 1,
- 1
- ],
- "308-mega": [
- 0,
- 1,
- 1
- ],
- "310-mega": [
- 0,
- 1,
- 1
- ],
- "334-mega": [
- 0,
- 1,
- 1
- ],
- "354-mega": [
- 0,
- 1,
- 1
- ],
- "362-mega": [
- 0,
- 1,
- 1
- ],
- "373-mega": [
- 0,
- 1,
- 1
- ],
- "376-mega": [
- 0,
- 1,
- 1
- ],
- "380-mega": [
- 0,
- 1,
- 1
- ],
- "381-mega": [
- 0,
- 1,
- 1
- ],
- "382-primal": [
- 0,
- 1,
- 1
- ],
- "383-primal": [
- 0,
- 1,
- 1
- ],
- "384-mega": [
- 0,
- 1,
- 1
- ],
- "428-mega": [
- 0,
- 1,
- 1
- ],
- "445-mega": [
- 1,
- 1,
- 1
- ],
- "448-mega": [
- 1,
- 1,
- 1
- ],
- "475-mega": [
- 0,
- 2,
- 2
- ],
- "531-mega": [
- 0,
- 1,
- 1
- ],
- "653": [
- 0,
- 1,
- 1
- ],
- "654": [
- 0,
- 1,
- 1
- ],
- "655": [
- 0,
- 1,
- 1
- ],
- "664": [
- 0,
- 1,
- 1
- ],
- "665": [
- 0,
- 2,
- 1
- ],
- "666-archipelago": [
- 0,
- 2,
- 2
- ],
- "666-continental": [
- 0,
- 2,
- 2
- ],
- "666-elegant": [
- 0,
- 2,
- 2
- ],
- "666-fancy": [
- 0,
- 2,
- 2
- ],
- "666-garden": [
- 0,
- 2,
- 2
- ],
- "666-high-plains": [
- 0,
- 2,
- 2
- ],
- "666-icy-snow": [
- 0,
- 2,
- 2
- ],
- "666-jungle": [
- 0,
- 2,
- 2
- ],
- "666-marine": [
- 0,
- 2,
- 2
- ],
- "666-meadow": [
- 0,
- 2,
- 2
- ],
- "666-modern": [
- 0,
- 2,
- 2
- ],
- "666-monsoon": [
- 0,
- 2,
- 2
- ],
- "666-ocean": [
- 0,
- 2,
- 2
- ],
- "666-poke-ball": [
- 0,
- 2,
- 2
- ],
- "666-polar": [
- 0,
- 2,
- 2
- ],
- "666-river": [
- 0,
- 2,
- 2
- ],
- "666-sandstorm": [
- 0,
- 2,
- 2
- ],
- "666-savanna": [
- 0,
- 2,
- 2
- ],
- "666-sun": [
- 0,
- 2,
- 2
- ],
- "666-tundra": [
- 0,
- 2,
- 2
- ],
- "669-red": [
- 0,
- 2,
- 2
- ],
- "669-blue": [
- 0,
- 2,
- 2
- ],
- "669-white": [
- 0,
- 2,
- 2
- ],
- "669-yellow": [
- 0,
- 2,
- 2
- ],
- "669-orange": [
- 0,
- 2,
- 2
- ],
- "670-white": [
- 0,
- 1,
- 1
- ],
- "670-blue": [
- 0,
- 2,
- 2
- ],
- "670-orange": [
- 0,
- 1,
- 1
- ],
- "670-red": [
- 0,
- 1,
- 1
- ],
- "670-yellow": [
- 0,
- 1,
- 1
- ],
- "671-red": [
- 0,
- 1,
- 1
- ],
- "671-blue": [
- 0,
- 1,
- 1
- ],
- "671-yellow": [
- 0,
- 1,
- 1
- ],
- "671-white": [
- 0,
- 1,
- 1
- ],
- "671-orange": [
- 0,
- 1,
- 1
- ],
- "672": [
- 0,
- 1,
- 1
- ],
- "673": [
- 0,
- 1,
- 1
- ],
- "677": [
- 0,
- 1,
- 1
- ],
- "678-female": [
- 0,
- 1,
- 1
- ],
- "678": [
- 0,
- 1,
- 1
- ],
- "690": [
- 0,
- 1,
- 1
- ],
- "691": [
- 0,
- 1,
- 1
- ],
- "696": [
- 0,
- 1,
- 1
- ],
- "697": [
- 0,
- 1,
- 1
- ],
- "698": [
- 0,
- 1,
- 1
- ],
- "699": [
- 0,
- 2,
- 2
- ],
- "700": [
- 0,
- 1,
- 1
- ],
- "702": [
- 0,
- 1,
- 1
- ],
- "703": [
- 0,
- 1,
- 1
- ],
- "704": [
- 0,
- 1,
- 1
- ],
- "705": [
- 0,
- 1,
- 1
- ],
- "706": [
- 0,
- 1,
- 1
- ],
- "708": [
- 0,
- 1,
- 1
- ],
- "709": [
- 0,
- 1,
- 1
- ],
- "710": [
- 0,
- 1,
- 1
- ],
- "711": [
- 1,
- 1,
- 1
- ],
- "712": [
- 0,
- 1,
- 1
- ],
- "713": [
- 0,
- 1,
- 1
- ],
- "714": [
- 0,
- 1,
- 1
- ],
- "715": [
- 0,
- 1,
- 1
- ],
- "716-active": [
- 0,
- 1,
- 1
- ],
- "716-neutral": [
- 0,
- 1,
- 1
- ],
- "717": [
- 0,
- 1,
- 1
- ],
- "720-unbound": [
- 1,
- 1,
- 1
- ],
- "720": [
- 1,
- 1,
- 1
- ],
- "728": [
- 0,
- 1,
- 1
- ],
- "729": [
- 0,
- 2,
- 2
- ],
- "730": [
- 0,
- 2,
- 1
- ],
- "734": [
- 0,
- 1,
- 1
- ],
- "735": [
- 0,
- 1,
- 1
- ],
- "742": [
- 0,
- 2,
- 2
- ],
- "743": [
- 0,
- 2,
- 2
- ],
- "747": [
- 0,
- 2,
- 2
- ],
- "748": [
- 0,
- 1,
- 1
- ],
- "751": [
- 0,
- 1,
- 1
- ],
- "752": [
- 0,
- 1,
- 1
- ],
- "753": [
- 0,
- 1,
- 1
- ],
- "754": [
- 0,
- 2,
- 2
- ],
- "755": [
- 0,
- 1,
- 1
- ],
- "756": [
- 0,
- 1,
- 1
- ],
- "761": [
- 0,
- 1,
- 1
- ],
- "762": [
- 0,
- 1,
- 1
- ],
- "763": [
- 0,
- 1,
- 1
- ],
- "767": [
- 0,
- 1,
- 1
- ],
- "768": [
- 0,
- 1,
- 1
- ],
- "771": [
- 0,
- 1,
- 1
- ],
- "772": [
- 0,
- 1,
- 1
- ],
- "773-fighting": [
- 0,
- 1,
- 1
- ],
- "773-psychic": [
- 0,
- 1,
- 1
- ],
- "773-poison": [
- 0,
- 1,
- 1
- ],
- "773-ground": [
- 0,
- 1,
- 1
- ],
- "773-ghost": [
- 0,
- 1,
- 1
- ],
- "773-steel": [
- 0,
- 1,
- 1
- ],
- "773-rock": [
- 0,
- 1,
- 1
- ],
- "773-grass": [
- 0,
- 1,
- 1
- ],
- "773-dragon": [
- 0,
- 1,
- 1
- ],
- "773-bug": [
- 0,
- 1,
- 1
- ],
- "773-ice": [
- 0,
- 1,
- 1
- ],
- "773-dark": [
- 0,
- 1,
- 1
- ],
- "773": [
- 0,
- 1,
- 1
- ],
- "773-fairy": [
- 0,
- 1,
- 1
- ],
- "773-water": [
- 0,
- 1,
- 1
- ],
- "773-electric": [
- 0,
- 1,
- 1
- ],
- "773-flying": [
- 0,
- 1,
- 1
- ],
- "773-fire": [
- 0,
- 1,
- 1
- ],
- "776": [
- 0,
- 2,
- 2
- ],
- "777": [
- 0,
- 1,
- 1
- ],
- "778-busted": [
- 0,
- 1,
- 1
- ],
- "778-disguised": [
- 0,
- 1,
- 1
- ],
- "779": [
- 0,
- 1,
- 1
- ],
- "789": [
- 1,
- 1,
- 1
- ],
- "790": [
- 0,
- 1,
- 1
- ],
- "791": [
- 1,
- 1,
- 1
- ],
- "792": [
- 0,
- 1,
- 1
- ],
- "793": [
- 0,
- 1,
- 1
- ],
- "797": [
- 0,
- 1,
- 1
- ],
- "798": [
- 0,
- 1,
- 1
- ],
- "800-dawn-wings": [
- 0,
- 1,
- 1
- ],
- "800-dusk-mane": [
- 0,
- 1,
- 1
- ],
- "800-ultra": [
- 0,
- 1,
- 1
- ],
- "800": [
- 0,
- 1,
- 1
- ],
- "802": [
- 1,
- 1,
- 1
- ],
- "803": [
- 0,
- 1,
- 1
- ],
- "804": [
- 0,
- 1,
- 1
- ],
- "808": [
- 0,
- 1,
- 1
- ],
- "809": [
- 0,
- 1,
- 1
- ],
- "816": [
- 0,
- 1,
- 1
- ],
- "817": [
- 0,
- 1,
- 1
- ],
- "818": [
- 0,
- 1,
- 1
- ],
- "821": [
- 0,
- 1,
- 1
- ],
- "822": [
- 0,
- 1,
- 1
- ],
- "823": [
- 0,
- 1,
- 1
- ],
- "829": [
- 0,
- 1,
- 1
- ],
- "830": [
- 0,
- 1,
- 1
- ],
- "835": [
- 0,
- 1,
- 1
- ],
- "836": [
- 0,
- 1,
- 1
- ],
- "850": [
- 0,
- 1,
- 1
- ],
- "851": [
- 0,
- 1,
- 1
- ],
- "854": [
- 0,
- 1,
- 1
- ],
- "855": [
- 0,
- 1,
- 1
- ],
- "856": [
- 0,
- 1,
- 1
- ],
- "857": [
- 0,
- 2,
- 2
- ],
- "858": [
- 0,
- 1,
- 1
- ],
- "859": [
- 0,
- 1,
- 1
- ],
- "860": [
- 0,
- 1,
- 1
- ],
- "861": [
- 0,
- 1,
- 1
- ],
- "862": [
- 0,
- 1,
- 1
- ],
- "863": [
- 0,
- 1,
- 1
- ],
- "864": [
- 0,
- 1,
- 1
- ],
- "867": [
- 0,
- 1,
- 1
- ],
- "872": [
- 1,
- 1,
- 1
- ],
- "873": [
- 1,
- 1,
- 1
- ],
- "876-female": [
- 0,
- 1,
- 1
- ],
- "876": [
- 0,
- 1,
- 1
- ],
- "877-hangry": [
- 1,
- 1,
- 1
- ],
- "877": [
- 1,
- 1,
- 1
- ],
- "880": [
- 0,
- 1,
- 1
- ],
- "881": [
- 0,
- 1,
- 1
- ],
- "882": [
- 0,
- 1,
- 1
- ],
- "883": [
- 0,
- 1,
- 1
- ],
- "884": [
- 0,
- 1,
- 1
- ],
- "885": [
- 1,
- 1,
- 1
- ],
- "886": [
- 1,
- 1,
- 1
- ],
- "887": [
- 1,
- 1,
- 1
- ],
- "888": [
- 0,
- 1,
- 1
- ],
- "888-crowned": [
- 0,
- 1,
- 1
- ],
- "889": [
- 0,
- 1,
- 1
- ],
- "889-crowned": [
- 0,
- 1,
- 1
- ],
- "890": [
- 0,
- 1,
- 1
- ],
- "891": [
- 1,
- 1,
- 1
- ],
- "892-rapid-strike": [
- 1,
- 1,
- 1
- ],
- "892": [
- 1,
- 1,
- 1
- ],
- "896": [
- 1,
- 1,
- 1
- ],
- "897": [
- 1,
- 1,
- 1
- ],
- "898": [
- 1,
- 1,
- 1
- ],
- "898-ice": [
- 1,
- 1,
- 1
- ],
- "898-shadow": [
- 1,
- 1,
- 1
- ],
- "900": [
- 0,
- 1,
- 1
- ],
- "901": [
- 0,
- 1,
- 1
- ],
- "903": [
- 0,
- 1,
- 1
- ],
- "909": [
- 0,
- 1,
- 1
- ],
- "910": [
- 0,
- 2,
- 2
- ],
- "911": [
- 0,
- 1,
- 1
- ],
- "912": [
- 0,
- 1,
- 1
- ],
- "913": [
- 0,
- 1,
- 1
- ],
- "914": [
- 0,
- 2,
- 2
- ],
- "919": [
- 1,
- 1,
- 1
- ],
- "920": [
- 1,
- 1,
- 1
- ],
- "924": [
- 1,
- 1,
- 1
- ],
- "925-four": [
- 1,
- 2,
- 2
- ],
- "925-three": [
- 1,
- 2,
- 2
- ],
- "932": [
- 0,
- 1,
- 1
- ],
- "933": [
- 0,
- 1,
- 1
- ],
- "934": [
- 0,
- 1,
- 1
- ],
- "935": [
- 2,
- 2,
- 2
- ],
- "936": [
- 2,
- 2,
- 2
- ],
- "937": [
- 2,
- 2,
- 2
- ],
- "940": [
- 0,
- 1,
- 1
- ],
- "941": [
- 0,
- 1,
- 1
- ],
- "948": [
- 0,
- 1,
- 1
- ],
- "949": [
- 0,
- 1,
- 1
- ],
- "951": [
- 0,
- 1,
- 1
- ],
- "952": [
- 0,
- 2,
- 1
- ],
- "953": [
- 0,
- 1,
- 1
- ],
- "954": [
- 0,
- 1,
- 1
- ],
- "957": [
- 1,
- 1,
- 1
- ],
- "958": [
- 1,
- 1,
- 1
- ],
- "959": [
- 1,
- 1,
- 1
- ],
- "962": [
- 1,
- 1,
- 1
- ],
- "967": [
- 0,
- 1,
- 1
- ],
- "968": [
- 0,
- 2,
- 2
- ],
- "969": [
- 0,
- 1,
- 1
- ],
- "970": [
- 0,
- 1,
- 1
- ],
- "973": [
- 1,
- 1,
- 1
- ],
- "974": [
- 0,
- 1,
- 1
- ],
- "975": [
- 0,
- 1,
- 1
- ],
- "978-curly": [
- 0,
- 2,
- 2
- ],
- "978-droopy": [
- 0,
- 2,
- 2
- ],
- "978-stretchy": [
- 0,
- 1,
- 1
- ],
- "979": [
- 1,
- 1,
- 1
- ],
- "981": [
- 0,
- 1,
- 1
- ],
- "982": [
- 0,
- 1,
- 1
- ],
- "982-three-segment": [
- 0,
- 1,
- 1
- ],
- "987": [
- 1,
- 1,
- 1
- ],
- "988": [
- 0,
- 1,
- 1
- ],
- "993": [
- 0,
- 1,
- 1
- ],
- "994": [
- 0,
- 1,
- 1
- ],
- "995": [
- 0,
- 1,
- 1
- ],
- "996": [
- 0,
- 1,
- 1
- ],
- "997": [
- 0,
- 1,
- 1
- ],
- "998": [
- 0,
- 1,
- 1
- ],
- "999": [
- 1,
- 1,
- 1
- ],
- "1000": [
- 1,
- 1,
- 1
- ],
- "1001": [
- 0,
- 1,
- 1
- ],
- "1003": [
- 0,
- 1,
- 1
- ],
- "1004": [
- 0,
- 1,
- 1
- ],
- "1006": [
- 0,
- 2,
- 2
- ],
- "1007-apex-build": [
- 0,
- 2,
- 2
- ],
- "1008-ultimate-mode": [
- 1,
- 1,
- 1
- ],
- "2027": [
- 0,
- 1,
- 1
- ],
- "2028": [
- 0,
- 1,
- 1
- ],
- "2052": [
- 0,
- 1,
- 1
- ],
- "2053": [
- 0,
- 1,
- 1
- ],
- "4052": [
- 0,
- 1,
- 1
- ],
- "4077": [
- 0,
- 1,
- 1
- ],
- "4078": [
- 0,
- 1,
- 1
- ],
- "4079": [
- 0,
- 1,
- 1
- ],
- "4080": [
- 2,
- 2,
- 2
- ],
- "4144": [
- 0,
- 1,
- 1
- ],
- "4145": [
- 0,
- 1,
- 1
- ],
- "4146": [
- 0,
- 1,
- 1
- ],
- "4199": [
- 2,
- 1,
- 1
- ],
- "4222": [
- 0,
- 1,
- 1
- ],
- "4263": [
- 0,
- 1,
- 1
- ],
- "4264": [
- 0,
- 1,
- 1
- ],
- "4562": [
- 0,
- 1,
- 1
- ],
- "6100": [
- 0,
- 1,
- 1
- ],
- "6101": [
- 0,
- 1,
- 1
- ],
- "6215": [
- 0,
- 1,
- 1
- ],
- "6549": [
- 0,
- 1,
- 1
- ],
- "6570": [
- 0,
- 1,
- 1
- ],
- "6571": [
- 0,
- 1,
- 1
- ],
- "6705": [
- 0,
- 1,
- 1
- ],
- "6706": [
- 0,
- 1,
- 1
- ],
- "6713": [
- 0,
- 1,
- 1
- ]
+ "3-mega": [0, 2, 2],
+ "6-mega-x": [0, 2, 2],
+ "6-mega-y": [0, 2, 2],
+ "80-mega": [0, 1, 1],
+ "94-mega": [2, 2, 2],
+ "127-mega": [0, 1, 1],
+ "130-mega": [0, 1, 1],
+ "142-mega": [0, 1, 1],
+ "150-mega-x": [0, 1, 1],
+ "150-mega-y": [0, 1, 1],
+ "181-mega": [0, 1, 2],
+ "212-mega": [1, 1, 2],
+ "229-mega": [0, 1, 1],
+ "248-mega": [0, 1, 1],
+ "257-mega": [0, 1, 1],
+ "282-mega": [0, 2, 2],
+ "302-mega": [0, 1, 1],
+ "303-mega": [0, 1, 1],
+ "306-mega": [1, 1, 1],
+ "308-mega": [0, 1, 1],
+ "310-mega": [0, 1, 1],
+ "334-mega": [0, 2, 1],
+ "354-mega": [0, 1, 1],
+ "359-mega": [0, 1, 1],
+ "362-mega": [0, 1, 1],
+ "373-mega": [0, 1, 1],
+ "376-mega": [0, 1, 1],
+ "380-mega": [0, 1, 1],
+ "381-mega": [0, 1, 1],
+ "382-primal": [0, 1, 1],
+ "383-primal": [0, 1, 1],
+ "384-mega": [0, 2, 1],
+ "428-mega": [0, 1, 1],
+ "445-mega": [1, 1, 1],
+ "448-mega": [1, 1, 1],
+ "475-mega": [0, 2, 2],
+ "531-mega": [0, 1, 1],
+ "653": [0, 1, 1],
+ "654": [0, 1, 1],
+ "655": [0, 1, 1],
+ "656": [0, 1, 1],
+ "657": [0, 1, 1],
+ "658": [0, 1, 1],
+ "658-ash": [0, 1, 1],
+ "664": [0, 1, 1],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
+ "669-red": [0, 2, 2],
+ "669-blue": [0, 1, 1],
+ "669-white": [0, 1, 1],
+ "669-yellow": [0, 1, 1],
+ "669-orange": [0, 2, 2],
+ "670-white": [0, 1, 1],
+ "670-blue": [0, 1, 1],
+ "670-orange": [0, 1, 1],
+ "670-red": [0, 1, 1],
+ "670-yellow": [0, 1, 1],
+ "671-red": [0, 1, 2],
+ "671-blue": [0, 1, 2],
+ "671-yellow": [0, 1, 1],
+ "671-white": [0, 1, 2],
+ "671-orange": [0, 1, 2],
+ "672": [0, 1, 1],
+ "673": [0, 1, 1],
+ "676": [0, 1, 1],
+ "677": [0, 1, 1],
+ "678-female": [0, 1, 1],
+ "678": [0, 1, 1],
+ "682": [0, 1, 1],
+ "683": [0, 1, 1],
+ "684": [0, 1, 1],
+ "685": [0, 1, 1],
+ "688": [0, 1, 1],
+ "689": [0, 1, 1],
+ "690": [0, 1, 1],
+ "691": [0, 1, 1],
+ "696": [0, 1, 1],
+ "697": [0, 1, 1],
+ "698": [0, 1, 1],
+ "699": [0, 1, 1],
+ "700": [0, 1, 1],
+ "702": [0, 1, 1],
+ "703": [0, 1, 1],
+ "704": [0, 1, 1],
+ "705": [0, 1, 1],
+ "706": [0, 1, 1],
+ "708": [0, 1, 1],
+ "709": [0, 1, 1],
+ "710": [0, 1, 1],
+ "711": [1, 1, 1],
+ "712": [0, 1, 1],
+ "713": [0, 1, 1],
+ "714": [0, 1, 1],
+ "715": [0, 1, 1],
+ "716-active": [0, 1, 1],
+ "716-neutral": [0, 1, 1],
+ "717": [0, 2, 2],
+ "720-unbound": [1, 1, 1],
+ "720": [1, 1, 1],
+ "728": [0, 1, 1],
+ "729": [0, 2, 2],
+ "730": [0, 2, 1],
+ "734": [0, 1, 1],
+ "735": [0, 1, 1],
+ "742": [0, 2, 2],
+ "743": [0, 2, 2],
+ "747": [0, 2, 2],
+ "748": [0, 1, 1],
+ "751": [0, 1, 1],
+ "752": [0, 1, 1],
+ "753": [0, 1, 1],
+ "754": [0, 2, 2],
+ "755": [0, 1, 1],
+ "756": [0, 1, 1],
+ "761": [0, 1, 1],
+ "762": [0, 1, 1],
+ "763": [0, 1, 1],
+ "767": [0, 1, 1],
+ "768": [0, 1, 1],
+ "770": [0, 0, 0],
+ "771": [0, 2, 2],
+ "772": [0, 1, 1],
+ "773-fighting": [0, 1, 1],
+ "773-psychic": [0, 1, 1],
+ "773-poison": [0, 1, 1],
+ "773-ground": [0, 1, 1],
+ "773-ghost": [0, 1, 1],
+ "773-steel": [0, 1, 1],
+ "773-rock": [0, 1, 1],
+ "773-grass": [0, 1, 1],
+ "773-dragon": [0, 1, 1],
+ "773-bug": [0, 1, 1],
+ "773-ice": [0, 1, 1],
+ "773-dark": [0, 1, 1],
+ "773": [0, 1, 1],
+ "773-fairy": [0, 1, 1],
+ "773-water": [0, 1, 1],
+ "773-electric": [0, 1, 1],
+ "773-flying": [0, 1, 1],
+ "773-fire": [0, 1, 1],
+ "776": [0, 1, 1],
+ "777": [0, 1, 1],
+ "778-busted": [0, 1, 1],
+ "778-disguised": [0, 1, 1],
+ "779": [0, 1, 1],
+ "789": [1, 1, 1],
+ "790": [0, 1, 1],
+ "791": [2, 1, 1],
+ "792": [0, 1, 1],
+ "793": [0, 2, 2],
+ "797": [0, 1, 1],
+ "798": [0, 1, 1],
+ "800-dawn-wings": [0, 1, 1],
+ "800-dusk-mane": [0, 1, 1],
+ "800-ultra": [0, 1, 1],
+ "800": [0, 1, 1],
+ "802": [1, 1, 1],
+ "803": [0, 1, 1],
+ "804": [0, 1, 1],
+ "807": [0, 1, 1],
+ "808": [0, 1, 1],
+ "809": [0, 1, 1],
+ "816": [0, 1, 1],
+ "817": [0, 1, 1],
+ "818": [1, 1, 1],
+ "821": [0, 2, 2],
+ "822": [0, 1, 1],
+ "823": [0, 1, 1],
+ "829": [0, 1, 1],
+ "830": [0, 1, 1],
+ "835": [0, 1, 1],
+ "836": [0, 2, 2],
+ "850": [0, 1, 1],
+ "851": [0, 1, 1],
+ "854": [0, 1, 1],
+ "855": [0, 1, 1],
+ "856": [0, 1, 1],
+ "857": [0, 2, 2],
+ "858": [0, 1, 1],
+ "859": [0, 1, 1],
+ "860": [0, 1, 1],
+ "861": [0, 1, 1],
+ "862": [0, 1, 1],
+ "863": [0, 1, 1],
+ "864": [0, 1, 1],
+ "867": [0, 1, 1],
+ "872": [1, 1, 1],
+ "873": [1, 1, 1],
+ "876-female": [0, 1, 1],
+ "876": [0, 1, 1],
+ "877-hangry": [1, 1, 1],
+ "877": [1, 1, 1],
+ "880": [0, 1, 1],
+ "881": [0, 1, 1],
+ "882": [0, 2, 1],
+ "883": [0, 1, 1],
+ "884": [0, 1, 1],
+ "885": [1, 1, 1],
+ "886": [1, 1, 1],
+ "887": [1, 1, 1],
+ "888": [0, 1, 1],
+ "888-crowned": [0, 1, 1],
+ "889": [0, 1, 1],
+ "889-crowned": [0, 1, 1],
+ "890": [0, 2, 1],
+ "890-eternamax": [0, 1, 1],
+ "891": [1, 1, 1],
+ "892-rapid-strike": [1, 1, 1],
+ "892": [1, 1, 1],
+ "894": [0, 1, 1],
+ "895": [0, 1, 1],
+ "896": [1, 1, 1],
+ "897": [1, 1, 1],
+ "898": [1, 1, 1],
+ "898-ice": [1, 1, 1],
+ "898-shadow": [1, 1, 1],
+ "900": [0, 1, 1],
+ "901": [0, 1, 1],
+ "903": [0, 1, 1],
+ "909": [0, 1, 1],
+ "910": [0, 2, 2],
+ "911": [0, 2, 2],
+ "912": [0, 1, 2],
+ "913": [0, 1, 2],
+ "914": [0, 2, 1],
+ "919": [1, 1, 1],
+ "920": [1, 1, 1],
+ "924": [1, 1, 1],
+ "925-four": [1, 2, 2],
+ "925-three": [1, 2, 2],
+ "932": [0, 2, 2],
+ "933": [0, 2, 2],
+ "934": [0, 1, 1],
+ "935": [1, 1, 2],
+ "936": [2, 2, 2],
+ "937": [2, 2, 2],
+ "940": [0, 1, 1],
+ "941": [0, 1, 1],
+ "944": [0, 1, 1],
+ "945": [0, 1, 1],
+ "948": [0, 1, 1],
+ "949": [0, 1, 1],
+ "951": [0, 1, 1],
+ "952": [0, 1, 1],
+ "953": [0, 1, 1],
+ "954": [0, 1, 1],
+ "957": [2, 2, 2],
+ "958": [2, 2, 2],
+ "959": [2, 2, 2],
+ "962": [1, 1, 1],
+ "967": [0, 1, 1],
+ "968": [0, 1, 1],
+ "969": [0, 1, 1],
+ "970": [0, 1, 1],
+ "973": [1, 1, 1],
+ "974": [0, 1, 1],
+ "975": [0, 1, 1],
+ "978-curly": [0, 2, 2],
+ "978-droopy": [0, 2, 2],
+ "978-stretchy": [0, 2, 2],
+ "979": [2, 2, 2],
+ "981": [0, 1, 1],
+ "982": [0, 1, 1],
+ "982-three-segment": [0, 1, 1],
+ "987": [1, 1, 1],
+ "988": [0, 1, 2],
+ "993": [0, 1, 1],
+ "994": [0, 1, 2],
+ "995": [0, 1, 1],
+ "996": [0, 1, 1],
+ "997": [0, 2, 2],
+ "998": [0, 2, 2],
+ "999": [2, 1, 1],
+ "1000": [1, 1, 1],
+ "1001": [0, 1, 1],
+ "1003": [0, 1, 1],
+ "1004": [0, 1, 1],
+ "1006": [0, 2, 1],
+ "1007-apex-build": [0, 2, 2],
+ "1008-ultimate-mode": [1, 1, 1],
+ "2026": [0, 1, 1],
+ "2027": [0, 1, 1],
+ "2028": [0, 1, 1],
+ "2052": [0, 1, 1],
+ "2053": [0, 1, 0],
+ "2103": [0, 1, 1],
+ "4052": [0, 1, 1],
+ "4077": [0, 1, 1],
+ "4078": [0, 1, 1],
+ "4079": [0, 1, 1],
+ "4080": [2, 1, 1],
+ "4144": [0, 1, 1],
+ "4145": [0, 1, 1],
+ "4146": [0, 1, 1],
+ "4199": [2, 1, 1],
+ "4222": [0, 1, 1],
+ "4263": [0, 1, 1],
+ "4264": [0, 1, 1],
+ "4562": [0, 1, 1],
+ "6100": [0, 1, 1],
+ "6101": [0, 1, 1],
+ "6215": [0, 1, 1],
+ "6503": [0, 1, 1],
+ "6549": [0, 1, 1],
+ "6570": [0, 1, 1],
+ "6571": [0, 1, 1],
+ "6705": [0, 1, 1],
+ "6706": [0, 1, 1],
+ "6713": [0, 1, 1],
+ "female": {
+ "6215": [0, 1, 1]
},
- "6713": [
- 0,
- 1,
- 1
- ]
+ "back": {
+ "3-mega": [0, 2, 2],
+ "6-mega-x": [0, 2, 2],
+ "6-mega-y": [0, 1, 2],
+ "80-mega": [0, 1, 1],
+ "94-mega": [1, 1, 1],
+ "127-mega": [0, 1, 1],
+ "130-mega": [0, 1, 1],
+ "142-mega": [0, 1, 1],
+ "150-mega-x": [0, 1, 1],
+ "150-mega-y": [0, 1, 1],
+ "181-mega": [0, 1, 2],
+ "212-mega": [1, 2, 2],
+ "229-mega": [0, 1, 1],
+ "248-mega": [0, 1, 1],
+ "257-mega": [0, 1, 1],
+ "282-mega": [0, 1, 1],
+ "302-mega": [0, 1, 1],
+ "303-mega": [0, 1, 1],
+ "306-mega": [1, 1, 1],
+ "308-mega": [0, 1, 1],
+ "310-mega": [0, 1, 1],
+ "334-mega": [0, 1, 1],
+ "354-mega": [0, 1, 1],
+ "359-mega": [0, 1, 1],
+ "362-mega": [0, 1, 1],
+ "373-mega": [0, 1, 1],
+ "376-mega": [0, 1, 1],
+ "380-mega": [0, 1, 1],
+ "381-mega": [0, 1, 1],
+ "382-primal": [0, 1, 1],
+ "383-primal": [0, 1, 1],
+ "384-mega": [0, 1, 1],
+ "428-mega": [0, 1, 1],
+ "445-mega": [1, 1, 1],
+ "448-mega": [1, 1, 1],
+ "475-mega": [0, 2, 2],
+ "531-mega": [0, 1, 1],
+ "653": [0, 1, 1],
+ "654": [0, 1, 1],
+ "655": [0, 1, 1],
+ "656": [0, 1, 1],
+ "657": [0, 1, 1],
+ "658": [0, 1, 1],
+ "658-ash": [0, 1, 1],
+ "664": [0, 1, 1],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
+ "669-red": [0, 2, 2],
+ "669-blue": [0, 2, 2],
+ "669-white": [0, 2, 2],
+ "669-yellow": [0, 2, 2],
+ "669-orange": [0, 2, 2],
+ "670-white": [0, 1, 1],
+ "670-blue": [0, 2, 2],
+ "670-orange": [0, 1, 1],
+ "670-red": [0, 1, 1],
+ "670-yellow": [0, 1, 1],
+ "671-red": [0, 1, 1],
+ "671-blue": [0, 1, 1],
+ "671-yellow": [0, 1, 1],
+ "671-white": [0, 1, 1],
+ "671-orange": [0, 1, 1],
+ "672": [0, 1, 1],
+ "673": [0, 1, 1],
+ "676": [0, 1, 1],
+ "677": [0, 1, 1],
+ "678-female": [0, 1, 1],
+ "678": [0, 1, 1],
+ "682": [0, 1, 1],
+ "683": [0, 1, 1],
+ "684": [0, 1, 1],
+ "685": [0, 1, 1],
+ "688": [0, 1, 1],
+ "689": [0, 1, 1],
+ "690": [0, 1, 1],
+ "691": [0, 1, 1],
+ "696": [0, 1, 1],
+ "697": [0, 1, 1],
+ "698": [0, 1, 1],
+ "699": [0, 2, 2],
+ "700": [0, 1, 1],
+ "702": [0, 1, 1],
+ "703": [0, 1, 1],
+ "704": [0, 1, 1],
+ "705": [0, 1, 1],
+ "706": [0, 1, 1],
+ "708": [0, 1, 1],
+ "709": [0, 1, 1],
+ "710": [0, 1, 1],
+ "711": [1, 1, 1],
+ "712": [0, 1, 1],
+ "713": [0, 1, 1],
+ "714": [0, 1, 1],
+ "715": [0, 1, 1],
+ "716-active": [0, 1, 1],
+ "716-neutral": [0, 1, 1],
+ "717": [0, 1, 1],
+ "720-unbound": [1, 1, 1],
+ "720": [1, 1, 1],
+ "728": [0, 1, 1],
+ "729": [0, 2, 2],
+ "730": [0, 2, 1],
+ "734": [0, 1, 1],
+ "735": [0, 1, 1],
+ "742": [0, 2, 2],
+ "743": [0, 2, 2],
+ "747": [0, 2, 2],
+ "748": [0, 1, 1],
+ "751": [0, 1, 1],
+ "752": [0, 1, 1],
+ "753": [0, 1, 1],
+ "754": [0, 2, 2],
+ "755": [0, 1, 1],
+ "756": [0, 1, 1],
+ "761": [0, 1, 1],
+ "762": [0, 1, 1],
+ "763": [0, 1, 1],
+ "767": [0, 1, 1],
+ "768": [0, 1, 1],
+ "771": [0, 1, 1],
+ "772": [0, 1, 1],
+ "773-fighting": [0, 1, 1],
+ "773-psychic": [0, 1, 1],
+ "773-poison": [0, 1, 1],
+ "773-ground": [0, 1, 1],
+ "773-ghost": [0, 1, 1],
+ "773-steel": [0, 1, 1],
+ "773-rock": [0, 1, 1],
+ "773-grass": [0, 1, 1],
+ "773-dragon": [0, 1, 1],
+ "773-bug": [0, 1, 1],
+ "773-ice": [0, 1, 1],
+ "773-dark": [0, 1, 1],
+ "773": [0, 1, 1],
+ "773-fairy": [0, 1, 1],
+ "773-water": [0, 1, 1],
+ "773-electric": [0, 1, 1],
+ "773-flying": [0, 1, 1],
+ "773-fire": [0, 1, 1],
+ "776": [0, 2, 2],
+ "777": [0, 1, 1],
+ "778-busted": [0, 1, 1],
+ "778-disguised": [0, 1, 1],
+ "779": [0, 1, 1],
+ "789": [1, 1, 1],
+ "790": [0, 1, 1],
+ "791": [1, 1, 1],
+ "792": [0, 1, 1],
+ "793": [0, 1, 1],
+ "797": [0, 1, 1],
+ "798": [0, 1, 1],
+ "800-dawn-wings": [0, 1, 1],
+ "800-dusk-mane": [0, 1, 1],
+ "800-ultra": [0, 1, 1],
+ "800": [0, 1, 1],
+ "802": [1, 1, 1],
+ "803": [0, 1, 1],
+ "804": [0, 1, 1],
+ "807": [0, 1, 1],
+ "808": [0, 1, 1],
+ "809": [0, 1, 1],
+ "816": [0, 1, 1],
+ "817": [0, 1, 1],
+ "818": [0, 1, 1],
+ "821": [0, 1, 1],
+ "822": [0, 1, 1],
+ "823": [0, 1, 1],
+ "829": [0, 1, 1],
+ "830": [0, 1, 1],
+ "835": [0, 1, 1],
+ "836": [0, 1, 1],
+ "850": [0, 1, 1],
+ "851": [0, 1, 1],
+ "854": [0, 1, 1],
+ "855": [0, 1, 1],
+ "856": [0, 1, 1],
+ "857": [0, 2, 2],
+ "858": [0, 1, 1],
+ "859": [0, 1, 1],
+ "860": [0, 1, 1],
+ "861": [0, 1, 1],
+ "862": [0, 1, 1],
+ "863": [0, 1, 1],
+ "864": [0, 1, 1],
+ "867": [0, 1, 1],
+ "872": [1, 1, 1],
+ "873": [1, 1, 1],
+ "876-female": [0, 1, 1],
+ "876": [0, 1, 1],
+ "877-hangry": [1, 1, 1],
+ "877": [1, 1, 1],
+ "880": [0, 1, 1],
+ "881": [0, 1, 1],
+ "882": [0, 1, 1],
+ "883": [0, 1, 1],
+ "884": [0, 1, 1],
+ "885": [1, 1, 1],
+ "886": [1, 1, 1],
+ "887": [1, 1, 1],
+ "888": [0, 1, 1],
+ "888-crowned": [0, 1, 1],
+ "889": [0, 1, 1],
+ "889-crowned": [0, 1, 1],
+ "890": [0, 1, 1],
+ "891": [1, 1, 1],
+ "892-rapid-strike": [1, 1, 1],
+ "892": [1, 1, 1],
+ "894": [0, 1, 1],
+ "895": [0, 1, 1],
+ "896": [1, 1, 1],
+ "897": [1, 1, 1],
+ "898": [1, 1, 1],
+ "898-ice": [1, 1, 1],
+ "898-shadow": [1, 1, 1],
+ "900": [0, 1, 1],
+ "901": [0, 1, 1],
+ "903": [0, 1, 1],
+ "909": [0, 1, 1],
+ "910": [0, 2, 2],
+ "911": [0, 1, 1],
+ "912": [0, 1, 1],
+ "913": [0, 1, 1],
+ "914": [0, 2, 2],
+ "919": [1, 1, 1],
+ "920": [1, 1, 1],
+ "924": [1, 1, 1],
+ "925-four": [1, 2, 2],
+ "925-three": [1, 2, 2],
+ "932": [0, 1, 1],
+ "933": [0, 1, 1],
+ "934": [0, 1, 1],
+ "935": [2, 2, 2],
+ "936": [2, 2, 2],
+ "937": [2, 2, 2],
+ "940": [0, 1, 1],
+ "941": [0, 1, 1],
+ "944": [0, 1, 1],
+ "945": [0, 1, 1],
+ "948": [0, 1, 1],
+ "949": [0, 1, 1],
+ "951": [0, 1, 1],
+ "952": [0, 2, 1],
+ "953": [0, 1, 1],
+ "954": [0, 1, 1],
+ "957": [1, 1, 1],
+ "958": [1, 1, 1],
+ "959": [1, 1, 1],
+ "962": [1, 1, 1],
+ "967": [0, 1, 1],
+ "968": [0, 2, 2],
+ "969": [0, 1, 1],
+ "970": [0, 1, 1],
+ "973": [1, 1, 1],
+ "974": [0, 1, 1],
+ "975": [0, 1, 1],
+ "978-curly": [0, 2, 2],
+ "978-droopy": [0, 2, 2],
+ "978-stretchy": [0, 1, 1],
+ "979": [1, 1, 1],
+ "981": [0, 1, 1],
+ "982": [0, 1, 1],
+ "982-three-segment": [0, 1, 1],
+ "987": [1, 1, 1],
+ "988": [0, 1, 1],
+ "993": [0, 1, 1],
+ "994": [0, 1, 1],
+ "995": [0, 1, 1],
+ "996": [0, 1, 1],
+ "997": [0, 1, 1],
+ "998": [0, 1, 1],
+ "999": [1, 1, 1],
+ "1000": [1, 1, 1],
+ "1001": [0, 1, 1],
+ "1003": [0, 1, 1],
+ "1004": [0, 1, 1],
+ "1006": [0, 2, 2],
+ "1007-apex-build": [0, 2, 2],
+ "1008-ultimate-mode": [1, 1, 1],
+ "2026": [0, 1, 1],
+ "2027": [0, 1, 1],
+ "2028": [0, 1, 1],
+ "2052": [0, 1, 1],
+ "2053": [0, 1, 1],
+ "2103": [0, 1, 1],
+ "4052": [0, 1, 1],
+ "4077": [0, 1, 1],
+ "4078": [0, 1, 1],
+ "4079": [0, 1, 1],
+ "4080": [2, 2, 2],
+ "4144": [0, 1, 1],
+ "4145": [0, 1, 1],
+ "4146": [0, 1, 1],
+ "4199": [2, 1, 1],
+ "4222": [0, 1, 1],
+ "4263": [0, 1, 1],
+ "4264": [0, 1, 1],
+ "4562": [0, 1, 1],
+ "6100": [0, 1, 1],
+ "6101": [0, 1, 1],
+ "6215": [0, 1, 1],
+ "6503": [0, 1, 1],
+ "6549": [0, 1, 1],
+ "6570": [0, 1, 1],
+ "6571": [0, 1, 1],
+ "6705": [0, 1, 1],
+ "6706": [0, 1, 1],
+ "6713": [0, 1, 1],
+ "female": {
+ "6215": [0, 1, 1]
+ }
+ }
}
-}
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/1012-counterfeit.json b/public/images/pokemon/variant/back/1012-counterfeit.json
new file mode 100644
index 00000000000..10255311fe0
--- /dev/null
+++ b/public/images/pokemon/variant/back/1012-counterfeit.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "291e1e": "404ec8",
+ "87847e": "8a96c0",
+ "78c463": "f7dfc5",
+ "4c3a3a": "667fe9",
+ "5d9e4a": "dda08a",
+ "251b1b": "222078",
+ "a09750": "acbedf",
+ "e6e1db": "f5fdff",
+ "396725": "b0654a",
+ "ccc374": "e9f4f7",
+ "613f19": "7b86ad",
+ "544040": "626a96",
+ "c1b9ae": "c8ddf1",
+ "69441b": "3a44a4"
+ },
+ "2": {
+ "291e1e": "37183f",
+ "87847e": "070722",
+ "78c463": "c3b4e0",
+ "4c3a3a": "563f5b",
+ "5d9e4a": "978dc7",
+ "251b1b": "1c0b1f",
+ "a09750": "1b2556",
+ "e6e1db": "212b5e",
+ "396725": "7a5aa7",
+ "ccc374": "293363",
+ "613f19": "0d1030",
+ "544040": "020109",
+ "c1b9ae": "111039",
+ "69441b": "44244b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/1013-unremarkable.json b/public/images/pokemon/variant/back/1013-unremarkable.json
new file mode 100644
index 00000000000..2a6de98db5a
--- /dev/null
+++ b/public/images/pokemon/variant/back/1013-unremarkable.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "5d9e4a": "dda08a",
+ "a09750": "c3d7eb",
+ "251b1b": "404ec8",
+ "7b6f6c": "acbedf",
+ "c1b9ae": "cbe1f5",
+ "69441b": "3a44a4",
+ "342405": "565e7a",
+ "78c463": "f7dfc5",
+ "9e8574": "b36171",
+ "988975": "939ec4",
+ "295217": "b0654a",
+ "e6e1db": "e6f9ff",
+ "6a5b20": "8a96c0",
+ "291a0d": "222078",
+ "453636": "667fe9"
+ },
+ "2": {
+ "5d9e4a": "978dc7",
+ "a09750": "263665",
+ "251b1b": "37183f",
+ "7b6f6c": "0f102d",
+ "c1b9ae": "111039",
+ "69441b": "44244b",
+ "342405": "0b0c21",
+ "78c463": "c3b4e0",
+ "9e8574": "585d81",
+ "988975": "212e57",
+ "295217": "7a5aa7",
+ "e6e1db": "212b5e",
+ "6a5b20": "171542",
+ "291a0d": "170d26",
+ "453636": "563f5b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/102.json b/public/images/pokemon/variant/back/102.json
new file mode 100644
index 00000000000..61035a495c9
--- /dev/null
+++ b/public/images/pokemon/variant/back/102.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "943131": "193662",
+ "e69c00": "a0694c",
+ "ffe6ce": "7ae49f",
+ "ffce4a": "cea573",
+ "ffb58c": "369b96",
+ "ef8463": "26647e",
+ "ffd6ad": "4fba94"
+ },
+ "2": {
+ "943131": "414189",
+ "e69c00": "6d2341",
+ "ffe6ce": "ebb6f8",
+ "ffce4a": "92394b",
+ "ffb58c": "9475ce",
+ "ef8463": "6c5fb6",
+ "ffd6ad": "b98fe4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/1022_2.png b/public/images/pokemon/variant/back/1022_2.png
index 4a59f687da2..cdd94da0af6 100644
Binary files a/public/images/pokemon/variant/back/1022_2.png and b/public/images/pokemon/variant/back/1022_2.png differ
diff --git a/public/images/pokemon/variant/back/1022_3.png b/public/images/pokemon/variant/back/1022_3.png
index 846ecdd4f73..2d5df98da9d 100644
Binary files a/public/images/pokemon/variant/back/1022_3.png and b/public/images/pokemon/variant/back/1022_3.png differ
diff --git a/public/images/pokemon/variant/back/103.json b/public/images/pokemon/variant/back/103.json
new file mode 100644
index 00000000000..492bc14b102
--- /dev/null
+++ b/public/images/pokemon/variant/back/103.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "ffde6b": "a3c4ed",
+ "e6ad5a": "869fdc",
+ "73ad31": "dea44c",
+ "8c7342": "283f5b",
+ "526329": "c8592a",
+ "9cd64a": "f4e774",
+ "a56b21": "6072ba",
+ "b59c4a": "426378",
+ "734210": "373e85",
+ "ffefa5": "d3efff",
+ "524210": "131d33"
+ },
+ "2": {
+ "ffde6b": "eb748d",
+ "e6ad5a": "c84e7f",
+ "73ad31": "3d324b",
+ "8c7342": "d59cba",
+ "526329": "1f1a31",
+ "9cd64a": "6a5b73",
+ "a56b21": "83295f",
+ "b59c4a": "ffdbe7",
+ "734210": "4e1044",
+ "ffefa5": "ffa29d",
+ "524210": "925b81"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/125_3.png b/public/images/pokemon/variant/back/125_3.png
index eef852c92e7..68e9503d1cb 100644
Binary files a/public/images/pokemon/variant/back/125_3.png and b/public/images/pokemon/variant/back/125_3.png differ
diff --git a/public/images/pokemon/variant/back/126_2.png b/public/images/pokemon/variant/back/126_2.png
index 9f22780f1d8..016cb367db3 100644
Binary files a/public/images/pokemon/variant/back/126_2.png and b/public/images/pokemon/variant/back/126_2.png differ
diff --git a/public/images/pokemon/variant/back/128.json b/public/images/pokemon/variant/back/128.json
new file mode 100644
index 00000000000..ef61b186930
--- /dev/null
+++ b/public/images/pokemon/variant/back/128.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "dea54a": "56b393",
+ "634a31": "173e0d",
+ "9c9cad": "997059",
+ "6b6b84": "75413b",
+ "b58431": "2e8a85",
+ "8c6b52": "355816",
+ "523a10": "102d4b",
+ "ad8c73": "5f722a",
+ "4a3a29": "072b05",
+ "8c6321": "215c72",
+ "cecede": "c2a082",
+ "3a3a4a": "4d2324"
+ },
+ "2": {
+ "dea54a": "872b3b",
+ "634a31": "bc9681",
+ "9c9cad": "edda95",
+ "6b6b84": "cca45e",
+ "b58431": "5e172e",
+ "8c6b52": "d6c3aa",
+ "523a10": "2f0e21",
+ "ad8c73": "faf9ed",
+ "4a3a29": "966959",
+ "8c6321": "461029",
+ "cecede": "fffcc1",
+ "3a3a4a": "996537"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/152.json b/public/images/pokemon/variant/back/152.json
new file mode 100644
index 00000000000..2460f5977d5
--- /dev/null
+++ b/public/images/pokemon/variant/back/152.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "849452": "7373b4",
+ "b5ce6b": "aca1d7",
+ "d6f78c": "ded2f1",
+ "84e631": "8074fa",
+ "ef7b7b": "9bd5c1",
+ "c52929": "77b3af",
+ "6bb529": "6f4be2",
+ "425a19": "505d8d",
+ "638c29": "6633bc",
+ "426319": "5d2398"
+ },
+ "2": {
+ "849452": "a62775",
+ "b5ce6b": "c83c74",
+ "d6f78c": "e7617d",
+ "84e631": "feeeaf",
+ "ef7b7b": "71cf71",
+ "c52929": "4eac60",
+ "6bb529": "f0d187",
+ "425a19": "801a69",
+ "638c29": "d8a864",
+ "426319": "b4814b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/153.json b/public/images/pokemon/variant/back/153.json
new file mode 100644
index 00000000000..8495177fbaa
--- /dev/null
+++ b/public/images/pokemon/variant/back/153.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "a58419": "5961ce",
+ "ad3100": "47d0d1",
+ "295208": "232699",
+ "8cbd31": "8251dc",
+ "debd29": "7b8ce6",
+ "527b08": "4d36be",
+ "6b9c10": "6b41cc",
+ "f7e64a": "a2bbf8",
+ "6b5200": "493fa6",
+ "d68c52": "80f5e6"
+ },
+ "2": {
+ "a58419": "a8244d",
+ "ad3100": "439227",
+ "295208": "c58c48",
+ "8cbd31": "fae084",
+ "debd29": "ca333d",
+ "527b08": "e8bc5e",
+ "6b9c10": "edc870",
+ "f7e64a": "ea704a",
+ "6b5200": "891b4f",
+ "d68c52": "8ec349"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/154.json b/public/images/pokemon/variant/back/154.json
new file mode 100644
index 00000000000..a667f36b9c1
--- /dev/null
+++ b/public/images/pokemon/variant/back/154.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "634a00": "519aa7",
+ "ff3a5a": "3542a7",
+ "e6ad00": "7bcfc6",
+ "ce213a": "27217d",
+ "63bd42": "9d86d9",
+ "f7a59c": "72d1da",
+ "7b103a": "23124e",
+ "107b31": "8057b2",
+ "ffde21": "b1f2dc",
+ "9ce652": "b7afee"
+ },
+ "2": {
+ "634a00": "488939",
+ "ff3a5a": "f9db74",
+ "e6ad00": "6bac4b",
+ "ce213a": "e5b650",
+ "63bd42": "a31f60",
+ "f7a59c": "fff6a9",
+ "7b103a": "b7873b",
+ "107b31": "761858",
+ "ffde21": "92c462",
+ "9ce652": "cd3b6b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/158.json b/public/images/pokemon/variant/back/158.json
new file mode 100644
index 00000000000..a6c54577e98
--- /dev/null
+++ b/public/images/pokemon/variant/back/158.json
@@ -0,0 +1,29 @@
+{
+ "1": {
+ "b54a52": "1d5d6c",
+ "6bb5e6": "dd8e59",
+ "94d6ff": "fdc17e",
+ "ffc552": "99d4d9",
+ "ad8429": "4798ab",
+ "ce4221": "772c52",
+ "3184c5": "ae5139",
+ "e67b7b": "749e9e",
+ "ef735a": "ad5778",
+ "7b1900": "4f0332",
+ "315a84": "73131e"
+ },
+ "2": {
+ "000000": "ffffff",
+ "b54a52": "c48b27",
+ "6bb5e6": "97ac5b",
+ "94d6ff": "ccd198",
+ "ffc552": "2f5365",
+ "ad8429": "1c314f",
+ "ce4221": "ce8c20",
+ "3184c5": "4f854a",
+ "e67b7b": "e4b843",
+ "ef735a": "f3b649",
+ "7b1900": "a66b14",
+ "315a84": "2b4a30"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/159.json b/public/images/pokemon/variant/back/159.json
new file mode 100644
index 00000000000..c1124bb8d42
--- /dev/null
+++ b/public/images/pokemon/variant/back/159.json
@@ -0,0 +1,29 @@
+{
+ "1": {
+ "3a4a84": "973027",
+ "e64221": "749e9e",
+ "ce293a": "682c4e",
+ "5aade6": "e5a354",
+ "ffe68c": "a9e4e5",
+ "840008": "4f1037",
+ "3184c5": "cd6537",
+ "cebd63": "56b3bd",
+ "6b5200": "085d75",
+ "840009": "1d5d6c",
+ "f7525a": "774860"
+ },
+ "2": {
+ "000000": "ffffff",
+ "3a4a84": "26472b",
+ "e64221": "e4b843",
+ "ce293a": "ce8c20",
+ "5aade6": "8fa54e",
+ "ffe68c": "2f5365",
+ "840008": "a66b14",
+ "3184c5": "468040",
+ "cebd63": "1c314f",
+ "6b5200": "112034",
+ "840009": "c48b27",
+ "f7525a": "f3b649"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/160.json b/public/images/pokemon/variant/back/160.json
new file mode 100644
index 00000000000..ac9067df672
--- /dev/null
+++ b/public/images/pokemon/variant/back/160.json
@@ -0,0 +1,29 @@
+{
+ "1": {
+ "8cd6ff": "ffcf72",
+ "6b5200": "085d75",
+ "ce293a": "682c4e",
+ "5ab5f7": "eda857",
+ "cebd63": "56b3bd",
+ "ffe68c": "a9e4e5",
+ "840008": "4f1037",
+ "294a8c": "973027",
+ "3a8cce": "d26738",
+ "ff8c84": "926877",
+ "f7525a": "774860"
+ },
+ "2": {
+ "000000": "ffffff",
+ "8cd6ff": "d1d692",
+ "6b5200": "112034",
+ "ce293a": "ce8c20",
+ "5ab5f7": "9ab350",
+ "cebd63": "1c314f",
+ "ffe68c": "2f5365",
+ "840008": "a66b14",
+ "294a8c": "274c2d",
+ "3a8cce": "498a42",
+ "ff8c84": "fff284",
+ "f7525a": "f3b649"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/167.json b/public/images/pokemon/variant/back/167.json
new file mode 100644
index 00000000000..65a2a2dedf9
--- /dev/null
+++ b/public/images/pokemon/variant/back/167.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "52b56b": "e5812a",
+ "000000": "ffffff",
+ "c5b519": "3f2e71",
+ "314a10": "641218",
+ "8ce631": "f2ba40",
+ "527b29": "d54f1a",
+ "846b29": "221b57",
+ "ffe64a": "624095"
+ },
+ "2": {
+ "52b56b": "b54158",
+ "bdc5c5": "a1b7de",
+ "c5b519": "7d95b9",
+ "314a10": "481229",
+ "ffffff": "cde6fc",
+ "8ce631": "dd7081",
+ "527b29": "8c2848",
+ "846b29": "565e8d",
+ "ffe64a": "aac3d6",
+ "6b6b73": "62657d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/168.json b/public/images/pokemon/variant/back/168.json
new file mode 100644
index 00000000000..7a4270ff9c0
--- /dev/null
+++ b/public/images/pokemon/variant/back/168.json
@@ -0,0 +1,29 @@
+{
+ "1": {
+ "c54242": "62b943",
+ "6b5219": "043435",
+ "63319c": "e28220",
+ "bdbdbd": "b5d3dc",
+ "520000": "317945",
+ "ff5a4a": "a8d919",
+ "c5b54a": "15463c",
+ "ffde42": "186c45",
+ "ff8c73": "dce24b",
+ "bd84e6": "f1b940",
+ "6b6b6b": "5f7980"
+ },
+ "2": {
+ "c54242": "7ca5c6",
+ "6b5219": "161437",
+ "63319c": "96304a",
+ "bdbdbd": "c09fa1",
+ "520000": "2d3d72",
+ "ff5a4a": "a3c8d1",
+ "c5b54a": "1f2150",
+ "ffffff": "fae8e7",
+ "ffde42": "313b60",
+ "ff8c73": "c4e8e7",
+ "bd84e6": "c8545d",
+ "6b6b6b": "605050"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/170.json b/public/images/pokemon/variant/back/170.json
new file mode 100644
index 00000000000..6f6317314fb
--- /dev/null
+++ b/public/images/pokemon/variant/back/170.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "08295a": "691f03",
+ "ffce52": "a1dbba",
+ "295294": "a14713",
+ "ffef84": "ccffd7",
+ "5a73c5": "dda13d",
+ "94cee6": "ffeabf",
+ "522919": "052b38",
+ "ffffde": "f2fff5",
+ "c59400": "84bda9",
+ "7bbde6": "ffe0a2",
+ "846352": "45757a",
+ "6ba5e6": "f6e37f"
+ },
+ "2": {
+ "08295a": "1b072f",
+ "ffce52": "e25765",
+ "295294": "441e56",
+ "ffef84": "f97f7f",
+ "5a73c5": "693373",
+ "94cee6": "a15b8d",
+ "522919": "720b3a",
+ "ffffde": "ffc4be",
+ "c59400": "b62b51",
+ "7bbde6": "9f5a9b",
+ "846352": "931b3c",
+ "6ba5e6": "89498d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/171.json b/public/images/pokemon/variant/back/171.json
new file mode 100644
index 00000000000..8a9cafe4265
--- /dev/null
+++ b/public/images/pokemon/variant/back/171.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "a5314a": "bf882c",
+ "4a7bce": "bc3c4c",
+ "423110": "05333a",
+ "ef635a": "efde5a",
+ "7badef": "f6907f",
+ "a5ceff": "fbcdb3",
+ "e6b552": "82ca4f",
+ "6394e6": "e86062",
+ "ffde63": "c3e875",
+ "ad9442": "2a8d3d",
+ "293173": "872341",
+ "7b634a": "0c5540"
+ },
+ "2": {
+ "a5314a": "c3851d",
+ "4a7bce": "9781b3",
+ "423110": "040529",
+ "ef635a": "f0d050",
+ "7badef": "eecfed",
+ "a5ceff": "fbf5fa",
+ "e6b552": "3294b8",
+ "6394e6": "c5a5d0",
+ "ffde63": "4dd5d9",
+ "ad9442": "23689e",
+ "293173": "4b426c",
+ "7b634a": "0c1d4c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/172-spiky.json b/public/images/pokemon/variant/back/172-spiky.json
new file mode 100644
index 00000000000..f4c5e28b61a
--- /dev/null
+++ b/public/images/pokemon/variant/back/172-spiky.json
@@ -0,0 +1,23 @@
+{
+ "1": {
+ "c5ad10": "6cab9a",
+ "845a29": "45818a",
+ "a57b08": "5ca390",
+ "7d1c1c": "992424",
+ "e77b94": "bd4d5e",
+ "634a10": "30536b",
+ "f7e652": "a3d1a8"
+ },
+ "2": {
+ "c5ad10": "4a6a90",
+ "845a29": "283567",
+ "171721": "9a4440",
+ "a57b08": "486a8e",
+ "212131": "d48d61",
+ "7d1c1c": "c38218",
+ "424252": "e7c17c",
+ "e77b94": "f5dd94",
+ "634a10": "2b2f54",
+ "f7e652": "7095ab"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/172-spiky_2.png b/public/images/pokemon/variant/back/172-spiky_2.png
new file mode 100644
index 00000000000..9e9994d6b19
Binary files /dev/null and b/public/images/pokemon/variant/back/172-spiky_2.png differ
diff --git a/public/images/pokemon/variant/back/172-spiky_3.png b/public/images/pokemon/variant/back/172-spiky_3.png
new file mode 100644
index 00000000000..260de86af53
Binary files /dev/null and b/public/images/pokemon/variant/back/172-spiky_3.png differ
diff --git a/public/images/pokemon/variant/back/172.json b/public/images/pokemon/variant/back/172.json
new file mode 100644
index 00000000000..18c7f5bdee4
--- /dev/null
+++ b/public/images/pokemon/variant/back/172.json
@@ -0,0 +1,23 @@
+{
+ "1": {
+ "c5ad10": "6cab9a",
+ "845a29": "45818a",
+ "a57b08": "5ca390",
+ "7d1c1c": "992424",
+ "e77b94": "bd4d5e",
+ "634a10": "30536b",
+ "f7e652": "a3d1a8"
+ },
+ "2": {
+ "c5ad10": "4a6a90",
+ "845a29": "283567",
+ "171721": "9a4440",
+ "a57b08": "486a8e",
+ "212131": "d48d61",
+ "7d1c1c": "c38218",
+ "424252": "e7c17c",
+ "e77b94": "f5dd94",
+ "634a10": "2f335b",
+ "f7e652": "7095ab"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/172_2.png b/public/images/pokemon/variant/back/172_2.png
new file mode 100644
index 00000000000..84a35b18ead
Binary files /dev/null and b/public/images/pokemon/variant/back/172_2.png differ
diff --git a/public/images/pokemon/variant/back/172_3.png b/public/images/pokemon/variant/back/172_3.png
new file mode 100644
index 00000000000..b94789940f5
Binary files /dev/null and b/public/images/pokemon/variant/back/172_3.png differ
diff --git a/public/images/pokemon/variant/back/174.json b/public/images/pokemon/variant/back/174.json
new file mode 100644
index 00000000000..eaabbbc574d
--- /dev/null
+++ b/public/images/pokemon/variant/back/174.json
@@ -0,0 +1,14 @@
+{
+ "1": {
+ "9c1952": "3a6472",
+ "b55273": "43737d",
+ "e6849c": "81c2b8",
+ "ffadbd": "c5ebd5"
+ },
+ "2": {
+ "9c1952": "9c5200",
+ "b55273": "a16b30",
+ "e6849c": "f5c45b",
+ "ffadbd": "f5e884"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/180_3.png b/public/images/pokemon/variant/back/180_3.png
index 82d8d9c0c68..0cf0357f3c0 100644
Binary files a/public/images/pokemon/variant/back/180_3.png and b/public/images/pokemon/variant/back/180_3.png differ
diff --git a/public/images/pokemon/variant/back/181-mega_3.png b/public/images/pokemon/variant/back/181-mega_3.png
index 5d30a156cbc..17832724081 100644
Binary files a/public/images/pokemon/variant/back/181-mega_3.png and b/public/images/pokemon/variant/back/181-mega_3.png differ
diff --git a/public/images/pokemon/variant/back/194.json b/public/images/pokemon/variant/back/194.json
new file mode 100644
index 00000000000..83297ce4e5b
--- /dev/null
+++ b/public/images/pokemon/variant/back/194.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "529ce6": "e8983d",
+ "9463a5": "65b1c2",
+ "633a6b": "204954",
+ "3a7bc5": "d5682e",
+ "73bdff": "ffc355",
+ "d65ad6": "81e2f7",
+ "104a84": "7a150a"
+ },
+ "2": {
+ "529ce6": "564daa",
+ "9463a5": "cf933b",
+ "633a6b": "80301c",
+ "3a7bc5": "3f377e",
+ "73bdff": "5c66c4",
+ "d65ad6": "e9cb52",
+ "104a84": "180d42"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/195.json b/public/images/pokemon/variant/back/195.json
new file mode 100644
index 00000000000..f79c398dc81
--- /dev/null
+++ b/public/images/pokemon/variant/back/195.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "ade6ff": "f6dfa8",
+ "84d6f7": "ed9e4f",
+ "637ba5": "936e66",
+ "639cbd": "dc6a4d",
+ "3194a5": "81e2f7",
+ "6b5a8c": "23768d",
+ "425284": "b03844",
+ "426b84": "af4237",
+ "195a6b": "54aec2",
+ "19423a": "204954"
+ },
+ "2": {
+ "ade6ff": "9864c2",
+ "84d6f7": "724ba7",
+ "637ba5": "692d5d",
+ "639cbd": "493a8d",
+ "3194a5": "e9cb52",
+ "6b5a8c": "742f3d",
+ "425284": "240830",
+ "426b84": "3d237b",
+ "195a6b": "cf933b",
+ "19423a": "b96228"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/198.json b/public/images/pokemon/variant/back/198.json
new file mode 100644
index 00000000000..eed8404265c
--- /dev/null
+++ b/public/images/pokemon/variant/back/198.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "d94352": "8c1b23",
+ "314263": "462b20",
+ "efd684": "a6a6b3",
+ "d64252": "b3986b",
+ "42639c": "694c30",
+ "5a4a21": "25253b",
+ "292942": "2a1512",
+ "b59c21": "57566f",
+ "73293a": "755237",
+ "d6bd52": "838098"
+ },
+ "2": {
+ "d94352": "8c1b23",
+ "314263": "0e4333",
+ "efd684": "c2723a",
+ "d64252": "bc4b84",
+ "42639c": "1d6e47",
+ "5a4a21": "4e1915",
+ "292942": "091e16",
+ "b59c21": "85412d",
+ "73293a": "7b2363",
+ "d6bd52": "9a5524"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/199_1.png b/public/images/pokemon/variant/back/199_1.png
index 004346df151..66d6fa0a4d7 100644
Binary files a/public/images/pokemon/variant/back/199_1.png and b/public/images/pokemon/variant/back/199_1.png differ
diff --git a/public/images/pokemon/variant/back/200_2.png b/public/images/pokemon/variant/back/200_2.png
index 0702c2596e1..ef296028bb0 100644
Binary files a/public/images/pokemon/variant/back/200_2.png and b/public/images/pokemon/variant/back/200_2.png differ
diff --git a/public/images/pokemon/variant/back/200_3.png b/public/images/pokemon/variant/back/200_3.png
index 0f7b4a5fd05..f707e04ea86 100644
Binary files a/public/images/pokemon/variant/back/200_3.png and b/public/images/pokemon/variant/back/200_3.png differ
diff --git a/public/images/pokemon/variant/back/2026.json b/public/images/pokemon/variant/back/2026.json
new file mode 100644
index 00000000000..4fb224dd489
--- /dev/null
+++ b/public/images/pokemon/variant/back/2026.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "b45f25": "2d5261",
+ "552720": "162f4b",
+ "f9ed9f": "eb999a",
+ "e9be14": "945c7b",
+ "e3882d": "3d7375",
+ "646124": "492652",
+ "ecd8b7": "b4c2a5",
+ "fffdfb": "d6d9ca",
+ "846b5b": "467f85",
+ "965821": "2f4e6b",
+ "dfc043": "d17577",
+ "602c24": "162f4b",
+ "fef443": "c48081",
+ "993c20": "1d3a57"
+ },
+ "2": {
+ "b45f25": "bd8551",
+ "552720": "43617f",
+ "e9be14": "1a3551",
+ "e3882d": "d3b06f",
+ "646124": "122140",
+ "ecd8b7": "5a6f90",
+ "fffdfb": "6d8297",
+ "846b5b": "202746",
+ "965821": "9cb3ca",
+ "fef443": "3a5873",
+ "993c20": "965636"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/2103.json b/public/images/pokemon/variant/back/2103.json
new file mode 100644
index 00000000000..2e97727835a
--- /dev/null
+++ b/public/images/pokemon/variant/back/2103.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "2f9934": "dea44c",
+ "9f6b41": "426378",
+ "70442e": "283f5b",
+ "e6ac5a": "869fdc",
+ "522f16": "131d33",
+ "9cbd4a": "9977dd",
+ "fff68b": "a3c4ed",
+ "36cc36": "f4e774",
+ "2d5826": "c8592a",
+ "7b5210": "373e85",
+ "ffffcd": "d3efff"
+ },
+ "2": {
+ "2f9934": "3d324b",
+ "9f6b41": "ffdbe7",
+ "70442e": "d59cba",
+ "e6ac5a": "c84e7f",
+ "522f16": "925b81",
+ "9cbd4a": "824a96",
+ "fff68b": "eb748d",
+ "36cc36": "6a5b73",
+ "2d5826": "1f1a31",
+ "7b5210": "4e1044",
+ "ffffcd": "ffa29d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/211.json b/public/images/pokemon/variant/back/211.json
new file mode 100644
index 00000000000..01ae33500a4
--- /dev/null
+++ b/public/images/pokemon/variant/back/211.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "a5ad6b": "ad6643",
+ "194a52": "321128",
+ "dede94": "f1c17c",
+ "428494": "80294b",
+ "c5c57b": "dc9565",
+ "3a6363": "611a42",
+ "6b5231": "6d2c2c",
+ "73adb5": "a0415e"
+ },
+ "2": {
+ "a5ad6b": "1e275b",
+ "194a52": "1c2f5b",
+ "dede94": "365492",
+ "428494": "60abdc",
+ "c5c57b": "2b3e7b",
+ "3a6363": "396796",
+ "6b5231": "181f46",
+ "73adb5": "8bd9ee"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/212-mega_2.png b/public/images/pokemon/variant/back/212-mega_2.png
index adf745f6851..d066510353d 100644
Binary files a/public/images/pokemon/variant/back/212-mega_2.png and b/public/images/pokemon/variant/back/212-mega_2.png differ
diff --git a/public/images/pokemon/variant/back/212-mega_3.png b/public/images/pokemon/variant/back/212-mega_3.png
index 0cfead081c4..f3c4e5bd110 100644
Binary files a/public/images/pokemon/variant/back/212-mega_3.png and b/public/images/pokemon/variant/back/212-mega_3.png differ
diff --git a/public/images/pokemon/variant/back/212_2.png b/public/images/pokemon/variant/back/212_2.png
index 9f325d62aa9..7a24be11f16 100644
Binary files a/public/images/pokemon/variant/back/212_2.png and b/public/images/pokemon/variant/back/212_2.png differ
diff --git a/public/images/pokemon/variant/back/212_3.png b/public/images/pokemon/variant/back/212_3.png
index d06a89140c7..a22f1a9d38e 100644
Binary files a/public/images/pokemon/variant/back/212_3.png and b/public/images/pokemon/variant/back/212_3.png differ
diff --git a/public/images/pokemon/variant/back/239_3.png b/public/images/pokemon/variant/back/239_3.png
index 02a680ff5a7..b5ce88685a7 100644
Binary files a/public/images/pokemon/variant/back/239_3.png and b/public/images/pokemon/variant/back/239_3.png differ
diff --git a/public/images/pokemon/variant/back/244_2.png b/public/images/pokemon/variant/back/244_2.png
index 6244b6eb74c..968b5c325bd 100644
Binary files a/public/images/pokemon/variant/back/244_2.png and b/public/images/pokemon/variant/back/244_2.png differ
diff --git a/public/images/pokemon/variant/back/244_3.png b/public/images/pokemon/variant/back/244_3.png
index 7e04e3d6086..323b9a6b337 100644
Binary files a/public/images/pokemon/variant/back/244_3.png and b/public/images/pokemon/variant/back/244_3.png differ
diff --git a/public/images/pokemon/variant/back/248-mega.json b/public/images/pokemon/variant/back/248-mega.json
index 5def1f5a316..c63b19d7c29 100644
--- a/public/images/pokemon/variant/back/248-mega.json
+++ b/public/images/pokemon/variant/back/248-mega.json
@@ -1,28 +1,28 @@
{
"1": {
- "101010": "101010",
- "4a5a39": "533334",
- "accd9c": "c78482",
- "739c62": "915957",
- "c5c5c5": "c5c5c5",
- "942900": "006fbe",
- "fefefe": "fefefe",
- "d55200": "0098fc",
- "737373": "737373",
- "821610": "004194",
- "d0243b": "006fbe"
+ "171717": "101010",
+ "4a5a39": "533334",
+ "4b5a3b": "533334",
+ "727272": "727272",
+ "801c17": "533334",
+ "922d00": "004194",
+ "ce283d": "006fb3",
+ "d35200": "0098fc",
+ "729a62": "915957",
+ "739c62": "915957",
+ "aacb9a": "c78482"
},
"2": {
- "101010": "101010",
- "4a5a39": "06092f",
- "accd9c": "625695",
- "739c62": "2c3071",
- "c5c5c5": "c5c5c5",
- "942900": "ee7b06",
- "fefefe": "fefefe",
- "d55200": "ffa904",
- "737373": "737373",
- "821610": "ee7b06",
- "d0243b": "ffa904"
+ "171717": "101010",
+ "4a5a39": "06092f",
+ "4b5a3b": "06092f",
+ "727272": "727272",
+ "801c17": "ee7b06",
+ "922d00": "ee7b06",
+ "ce283d": "ffa904",
+ "d35200": "ffa904",
+ "729a62": "59417c",
+ "739c62": "59417c",
+ "aacb9a": "625695"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25-beauty-cosplay.json b/public/images/pokemon/variant/back/25-beauty-cosplay.json
new file mode 100644
index 00000000000..216262b149b
--- /dev/null
+++ b/public/images/pokemon/variant/back/25-beauty-cosplay.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "5e5e6b": "6c6e60",
+ "f7e652": "a3d1a8",
+ "cecab9": "cfc8aa",
+ "f7e860": "eddc78",
+ "4d88c4": "7976c6",
+ "f7bd21": "79b5a5",
+ "2d276d": "2f2768",
+ "9c5200": "315c75",
+ "39509d": "47449c",
+ "fffdea": "f8ffe3",
+ "f7cc2f": "d5ac44"
+ },
+ "2": {
+ "1e1526": "a45233",
+ "5e5e6b": "8a2554",
+ "f7e652": "577b98",
+ "cecab9": "b84084",
+ "f7e860": "eddc78",
+ "4d88c4": "e4f6f1",
+ "f7bd21": "486689",
+ "2d276d": "454a61",
+ "9c5200": "283361",
+ "39509d": "9ec4cd",
+ "fffdea": "ea82a6",
+ "4f454c": "f1b571",
+ "f7cc2f": "d5ac44"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25-cool-cosplay.json b/public/images/pokemon/variant/back/25-cool-cosplay.json
new file mode 100644
index 00000000000..278feb070bd
--- /dev/null
+++ b/public/images/pokemon/variant/back/25-cool-cosplay.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "171717": "2a1d36",
+ "c52119": "ad4e76",
+ "842222": "7b1f18",
+ "f7e652": "a3d1a8",
+ "fff7a5": "c4e3c3",
+ "f7bd21": "79b5a5",
+ "ba2b23": "b73850",
+ "9c5200": "1c4f75",
+ "d95b45": "cf6887",
+ "3b3b40": "4a3e46"
+ },
+ "2": {
+ "171717": "a45233",
+ "656f86": "cf752b",
+ "a5b0b6": "f0b541",
+ "c52119": "ebc67c",
+ "842222": "1e1e43",
+ "f7e652": "577b98",
+ "fff7a5": "7b96aa",
+ "f7bd21": "445f8a",
+ "ba2b23": "2c2c47",
+ "55555e": "8f4b32",
+ "9c5200": "22325c",
+ "f4f7ab": "eadbb3",
+ "d95b45": "3a3f5e",
+ "3b3b40": "f1b571",
+ "272b2b": "7d3833"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25-cosplay.json b/public/images/pokemon/variant/back/25-cosplay.json
new file mode 100644
index 00000000000..c574d63d743
--- /dev/null
+++ b/public/images/pokemon/variant/back/25-cosplay.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "f7e652": "a3d1a8",
+ "fff7a5": "c4e3c3",
+ "c52119": "ad4e76",
+ "f7bd21": "79b5a5",
+ "52525a": "4f454c",
+ "9c5200": "315c75",
+ "292929": "1e1526",
+ "633108": "09406b",
+ "e65a42": "cf6182",
+ "de9400": "338087"
+ },
+ "2": {
+ "f7e652": "577b98",
+ "fff7a5": "7b96aa",
+ "c52119": "ebc67c",
+ "f7bd21": "445f8a",
+ "52525a": "f1b571",
+ "9c5200": "23345e",
+ "292929": "a45233",
+ "633108": "22244f",
+ "e65a42": "eedd9c",
+ "de9400": "324472"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25-cute-cosplay.json b/public/images/pokemon/variant/back/25-cute-cosplay.json
new file mode 100644
index 00000000000..7b26b79d08f
--- /dev/null
+++ b/public/images/pokemon/variant/back/25-cute-cosplay.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "752bd0": "5452b7",
+ "baa998": "bab699",
+ "fff7a5": "c4e3c3",
+ "f7e652": "a3d1a8",
+ "ea82a6": "e8848e",
+ "cf4770": "cf4a59",
+ "f3bace": "f2bbbb",
+ "853247": "85323c",
+ "f7ef97": "f0eaa8",
+ "52525a": "4f454c",
+ "292929": "30263b",
+ "f7bd21": "79b5a5",
+ "9c5200": "255e8a"
+ },
+ "2": {
+ "752bd0": "7751c2",
+ "baa998": "d3ab5a",
+ "fff7a5": "7b96aa",
+ "f7e652": "577b98",
+ "ea82a6": "a4b95f",
+ "cf4770": "739b55",
+ "f3bace": "c5cc85",
+ "853247": "254b30",
+ "f7ef97": "ebe7b7",
+ "52525a": "f1b571",
+ "292929": "a45233",
+ "f7bd21": "445f8a",
+ "9c5200": "23345e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25-gigantamax.json b/public/images/pokemon/variant/back/25-gigantamax.json
new file mode 100644
index 00000000000..1c47104e04d
--- /dev/null
+++ b/public/images/pokemon/variant/back/25-gigantamax.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "623108": "09406b",
+ "c52018": "ad4e76",
+ "de9400": "338087",
+ "fefefe": "ffffff",
+ "f6bd20": "79b5a5",
+ "fff6a4": "c4e3c3",
+ "fff9c2": "b8ffd9",
+ "e65a41": "cf6182",
+ "9c5200": "315c75",
+ "f8fc4b": "5bc28b",
+ "f6e652": "a3d1a8"
+ },
+ "2": {
+ "623108": "22244f",
+ "c52018": "ebc67c",
+ "de9400": "324472",
+ "fefefe": "ffffff",
+ "f6bd20": "445f8a",
+ "fff6a4": "7b96aa",
+ "fff9c2": "83b1d2",
+ "e65a41": "eedd9c",
+ "9c5200": "23345e",
+ "f8fc4b": "326a9f",
+ "695d65": "f1b571",
+ "f6e652": "577b98",
+ "323133": "d99362"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25-partner.json b/public/images/pokemon/variant/back/25-partner.json
new file mode 100644
index 00000000000..c20fae48a34
--- /dev/null
+++ b/public/images/pokemon/variant/back/25-partner.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "45454a": "4f454c",
+ "9c5200": "315c75",
+ "de9400": "338087",
+ "171717": "1e1526",
+ "c52119": "ad4e76",
+ "633108": "09406b",
+ "e65a42": "cf6182",
+ "f7e652": "a3d1a8",
+ "fff7a5": "c4e3c3",
+ "f7bd21": "79b5a5"
+ },
+ "2": {
+ "45454a": "f1b571",
+ "9c5200": "23345e",
+ "de9400": "324472",
+ "171717": "a45233",
+ "c52119": "ebc67c",
+ "633108": "22244f",
+ "e65a42": "eedd9c",
+ "f7e652": "577b98",
+ "fff7a5": "7b96aa",
+ "f7bd21": "445f8a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25-smart-cosplay.json b/public/images/pokemon/variant/back/25-smart-cosplay.json
new file mode 100644
index 00000000000..50749b31d8b
--- /dev/null
+++ b/public/images/pokemon/variant/back/25-smart-cosplay.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "fffdea": "f8ffe3",
+ "b7a599": "bab699",
+ "60b553": "76a848",
+ "f7e652": "a3d1a8",
+ "366635": "3e5b2f",
+ "95635b": "91685f",
+ "171717": "1e1526",
+ "5f3434": "573b38",
+ "54545c": "55555e",
+ "52525a": "4f454c",
+ "292929": "272b2b",
+ "f7bd21": "79b5a5",
+ "9c5200": "315c75"
+ },
+ "2": {
+ "fffdea": "f2f0df",
+ "b7a599": "a7b6b9",
+ "60b553": "dfb053",
+ "f7e652": "577b98",
+ "366635": "ab5130",
+ "95635b": "a09ea3",
+ "171717": "a45233",
+ "5f3434": "666060",
+ "54545c": "45525c",
+ "52525a": "f1b571",
+ "292929": "202937",
+ "f7bd21": "445f8a",
+ "9c5200": "23345e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25-tough-cosplay.json b/public/images/pokemon/variant/back/25-tough-cosplay.json
new file mode 100644
index 00000000000..49c50d17ad2
--- /dev/null
+++ b/public/images/pokemon/variant/back/25-tough-cosplay.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "e37511": "d1694f",
+ "bf2629": "cf6a59",
+ "8d2b1d": "bf3638",
+ "c52119": "ad4e76",
+ "46464d": "2b3340",
+ "292929": "1e1526",
+ "f7bd21": "79b5a5",
+ "fbab33": "de9764",
+ "e65a42": "cf6182",
+ "cecab9": "cfc8aa",
+ "52525a": "4f454c",
+ "f7e652": "a3d1a8",
+ "9c5200": "315c75"
+ },
+ "2": {
+ "e37511": "60448d",
+ "bf2629": "826694",
+ "f8ffe3": "e8e3e4",
+ "8d2b1d": "3d3f7d",
+ "c52119": "ebc67c",
+ "46464d": "2b3340",
+ "292929": "a45233",
+ "f7bd21": "445f8a",
+ "fbab33": "845ea1",
+ "e65a42": "eedd9c",
+ "cecab9": "beb1b4",
+ "8e2525": "242866",
+ "52525a": "f1b571",
+ "f7e652": "577b98",
+ "272b2b": "162231",
+ "9c5200": "23345e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/25.json b/public/images/pokemon/variant/back/25.json
new file mode 100644
index 00000000000..c20fae48a34
--- /dev/null
+++ b/public/images/pokemon/variant/back/25.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "45454a": "4f454c",
+ "9c5200": "315c75",
+ "de9400": "338087",
+ "171717": "1e1526",
+ "c52119": "ad4e76",
+ "633108": "09406b",
+ "e65a42": "cf6182",
+ "f7e652": "a3d1a8",
+ "fff7a5": "c4e3c3",
+ "f7bd21": "79b5a5"
+ },
+ "2": {
+ "45454a": "f1b571",
+ "9c5200": "23345e",
+ "de9400": "324472",
+ "171717": "a45233",
+ "c52119": "ebc67c",
+ "633108": "22244f",
+ "e65a42": "eedd9c",
+ "f7e652": "577b98",
+ "fff7a5": "7b96aa",
+ "f7bd21": "445f8a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/26.json b/public/images/pokemon/variant/back/26.json
new file mode 100644
index 00000000000..758faf12c97
--- /dev/null
+++ b/public/images/pokemon/variant/back/26.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "63636b": "4f454c",
+ "101011": "293059",
+ "944242": "395a80",
+ "bd5a31": "386d82",
+ "e6bd84": "a4bda7",
+ "ffbd00": "b3596b",
+ "5a2929": "293059",
+ "3a3a42": "30263b",
+ "8c6310": "8c3c4c",
+ "ffde5a": "cf7878",
+ "f7ad29": "76a68b",
+ "734231": "6e2f33",
+ "ffefd6": "c8d4ba",
+ "de7b31": "539190"
+ },
+ "2": {
+ "542127": "905331",
+ "101011": "202a60",
+ "944242": "2d3b80",
+ "bd5a31": "375681",
+ "e6bd84": "a6b5ab",
+ "ffbd00": "f3cf91",
+ "5a2929": "202a60",
+ "8c6310": "c79b5a",
+ "ffde5a": "f2e4b6",
+ "f7ad29": "6385ab",
+ "734231": "bf8445",
+ "ffefd6": "cfc4b5",
+ "de7b31": "4d6f98",
+ "643034": "2e4685"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/276.json b/public/images/pokemon/variant/back/276.json
new file mode 100644
index 00000000000..e0fb6b93467
--- /dev/null
+++ b/public/images/pokemon/variant/back/276.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "bdbdcc": "b5b5d5",
+ "bdbdce": "26523c",
+ "943a52": "ad8634",
+ "ffffff": "3c6a3d",
+ "a57331": "784524",
+ "212952": "12223d",
+ "3a3a31": "3e3e3e",
+ "5a6b9c": "2a596b",
+ "e69410": "bc7532",
+ "524a29": "4b210d",
+ "fffffd": "fffffe",
+ "314a7b": "1a385a",
+ "ce5273": "cebf49"
+ },
+ "2": {
+ "bdbdcc": "b5b5d5",
+ "bdbdce": "453f63",
+ "943a52": "8ec08b",
+ "ffffff": "635d81",
+ "a57331": "4a323a",
+ "212952": "191222",
+ "3a3a31": "442c34",
+ "5a6b9c": "3c2f48",
+ "e69410": "63414f",
+ "524a29": "381f2c",
+ "fffffd": "fffffe",
+ "314a7b": "282037",
+ "ce5273": "bcd59d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/277.json b/public/images/pokemon/variant/back/277.json
new file mode 100644
index 00000000000..5a3e049f5f5
--- /dev/null
+++ b/public/images/pokemon/variant/back/277.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "dea531": "bc7532",
+ "425a7b": "2a596b",
+ "ffffff": "3c6a3d",
+ "b5b5d6": "26523c",
+ "9c3152": "ad8634",
+ "945a10": "784524",
+ "5a5a5a": "b58251",
+ "63213a": "603c1d",
+ "c55a73": "cebf49",
+ "294263": "1a385a",
+ "292952": "12223d",
+ "fffffd": "fffffe",
+ "524221": "4b210d",
+ "b5b5d4": "b5b5d5",
+ "31313a": "89572a"
+ },
+ "2": {
+ "dea531": "63414f",
+ "425a7b": "3c2f48",
+ "ffffff": "635d81",
+ "b5b5d6": "453f63",
+ "9c3152": "8ec08b",
+ "945a10": "4a323a",
+ "5a5a5a": "5d454d",
+ "63213a": "5d9469",
+ "c55a73": "bcd59d",
+ "294263": "282037",
+ "292952": "191222",
+ "fffffd": "fffffe",
+ "524221": "381f2c",
+ "b5b5d4": "b5b5d5",
+ "31313a": "442c34"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/291_1.png b/public/images/pokemon/variant/back/291_1.png
index dad69ed24af..a465af75920 100644
Binary files a/public/images/pokemon/variant/back/291_1.png and b/public/images/pokemon/variant/back/291_1.png differ
diff --git a/public/images/pokemon/variant/back/291_2.png b/public/images/pokemon/variant/back/291_2.png
index d3005597f60..6eafa03d9d5 100644
Binary files a/public/images/pokemon/variant/back/291_2.png and b/public/images/pokemon/variant/back/291_2.png differ
diff --git a/public/images/pokemon/variant/back/291_3.png b/public/images/pokemon/variant/back/291_3.png
index 9c62398a5fc..98c0d6c6b63 100644
Binary files a/public/images/pokemon/variant/back/291_3.png and b/public/images/pokemon/variant/back/291_3.png differ
diff --git a/public/images/pokemon/variant/back/292_1.png b/public/images/pokemon/variant/back/292_1.png
index ae99178d90a..4625db861b3 100644
Binary files a/public/images/pokemon/variant/back/292_1.png and b/public/images/pokemon/variant/back/292_1.png differ
diff --git a/public/images/pokemon/variant/back/292_2.png b/public/images/pokemon/variant/back/292_2.png
index fc3d4090a1d..c773f10b69d 100644
Binary files a/public/images/pokemon/variant/back/292_2.png and b/public/images/pokemon/variant/back/292_2.png differ
diff --git a/public/images/pokemon/variant/back/292_3.png b/public/images/pokemon/variant/back/292_3.png
index 1ebe95bb1b5..164d583eb43 100644
Binary files a/public/images/pokemon/variant/back/292_3.png and b/public/images/pokemon/variant/back/292_3.png differ
diff --git a/public/images/pokemon/variant/back/3-gigantamax.json b/public/images/pokemon/variant/back/3-gigantamax.json
index a8cd61c3419..b618abecbcc 100644
--- a/public/images/pokemon/variant/back/3-gigantamax.json
+++ b/public/images/pokemon/variant/back/3-gigantamax.json
@@ -1,6 +1,7 @@
{
"1": {
"833100": "180136",
+ "830009": "23033b",
"bd6a31": "012729",
"ffee52": "37d6de",
"debd29": "078a8f",
@@ -8,15 +9,18 @@
"de4141": "3f1375",
"ff7b73": "712f8f",
"ffbdbd": "a266b0",
- "5a9c39": "705207",
- "105241": "4f2800",
- "83de7b": "a37707",
+ "e8a3a3": "91579e",
+ "5a9c39": "b34952",
+ "105241": "190038",
+ "2e5519": "38001c",
+ "83de7b": "ff745e",
"107b6a": "b80479",
"20b49c": "de3592",
"fdfdfd": "fdfdfd"
},
"2": {
"833100": "0b2e01",
+ "830009": "154205",
"bd6a31": "420514",
"ffee52": "f75ea8",
"debd29": "a30a66",
@@ -24,9 +28,11 @@
"de4141": "3c8227",
"ff7b73": "9db042",
"ffbdbd": "e7e385",
- "5a9c39": "19164f",
- "105241": "030129",
- "83de7b": "433d99",
+ "e8a3a3": "ced76f",
+ "5a9c39": "446b94",
+ "105241": "381601",
+ "2e5519": "011c38",
+ "83de7b": "80ced9",
"107b6a": "d15d04",
"20b49c": "fa8405",
"fdfdfd": "fdfdfd"
diff --git a/public/images/pokemon/variant/back/3-mega_2.png b/public/images/pokemon/variant/back/3-mega_2.png
index 52f8ed7b580..90eeb6d84f2 100644
Binary files a/public/images/pokemon/variant/back/3-mega_2.png and b/public/images/pokemon/variant/back/3-mega_2.png differ
diff --git a/public/images/pokemon/variant/back/3-mega_3.png b/public/images/pokemon/variant/back/3-mega_3.png
index 9d964688f14..77d6c7f12fa 100644
Binary files a/public/images/pokemon/variant/back/3-mega_3.png and b/public/images/pokemon/variant/back/3-mega_3.png differ
diff --git a/public/images/pokemon/variant/back/3.json b/public/images/pokemon/variant/back/3.json
index 616efac7d3c..0c179dd5e4a 100644
--- a/public/images/pokemon/variant/back/3.json
+++ b/public/images/pokemon/variant/back/3.json
@@ -1,6 +1,7 @@
{
"1": {
"843100": "033b22",
+ "830009": "23033b",
"ffbdbd": "a266b0",
"ff7b73": "712f8f",
"debd29": "078a8f",
@@ -11,6 +12,7 @@
"105242": "190038",
"107b6b": "c21f7e",
"5a9c3a": "b34952",
+ "2e5519": "38001c",
"5ad6c5": "f062a4",
"21b59c": "de3592",
"84de7b": "ff745e",
@@ -18,6 +20,7 @@
},
"2": {
"843100": "420514",
+ "830009": "154205",
"ffbdbd": "e7e385",
"ff7b73": "9db042",
"debd29": "a30a66",
@@ -25,7 +28,8 @@
"de4242": "3c8227",
"101010": "101010",
"ffef52": "f75ea8",
- "105242": "001a33",
+ "105242": "381601",
+ "2e5519": "011c38",
"107b6b": "d15d04",
"5a9c3a": "446b94",
"5ad6c5": "faa405",
diff --git a/public/images/pokemon/variant/back/335_2.png b/public/images/pokemon/variant/back/335_2.png
index e21955c3033..5e23f357767 100644
Binary files a/public/images/pokemon/variant/back/335_2.png and b/public/images/pokemon/variant/back/335_2.png differ
diff --git a/public/images/pokemon/variant/back/335_3.png b/public/images/pokemon/variant/back/335_3.png
index 3ccd19f715f..407413dca23 100644
Binary files a/public/images/pokemon/variant/back/335_3.png and b/public/images/pokemon/variant/back/335_3.png differ
diff --git a/public/images/pokemon/variant/back/339_2.png b/public/images/pokemon/variant/back/339_2.png
index 77dc5e5e936..ceed75f36f6 100644
Binary files a/public/images/pokemon/variant/back/339_2.png and b/public/images/pokemon/variant/back/339_2.png differ
diff --git a/public/images/pokemon/variant/back/340_3.png b/public/images/pokemon/variant/back/340_3.png
index 6d0b7ab033a..771b424564b 100644
Binary files a/public/images/pokemon/variant/back/340_3.png and b/public/images/pokemon/variant/back/340_3.png differ
diff --git a/public/images/pokemon/variant/back/342_2.png b/public/images/pokemon/variant/back/342_2.png
index 6238027c434..d5138c51fcf 100644
Binary files a/public/images/pokemon/variant/back/342_2.png and b/public/images/pokemon/variant/back/342_2.png differ
diff --git a/public/images/pokemon/variant/back/342_3.png b/public/images/pokemon/variant/back/342_3.png
index d68f7fd40e8..af788f45bfa 100644
Binary files a/public/images/pokemon/variant/back/342_3.png and b/public/images/pokemon/variant/back/342_3.png differ
diff --git a/public/images/pokemon/variant/back/351-sunny_3.png b/public/images/pokemon/variant/back/351-sunny_3.png
index 66f1536eb84..059b85417e1 100644
Binary files a/public/images/pokemon/variant/back/351-sunny_3.png and b/public/images/pokemon/variant/back/351-sunny_3.png differ
diff --git a/public/images/pokemon/variant/back/359-mega.json b/public/images/pokemon/variant/back/359-mega.json
new file mode 100644
index 00000000000..d81d313a1de
--- /dev/null
+++ b/public/images/pokemon/variant/back/359-mega.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "ffffff": "61a8ab",
+ "414a6a": "421e4a",
+ "b4b4d5": "458196",
+ "293939": "27122b",
+ "8b8bac": "3b6987",
+ "525a7b": "59274e",
+ "d5deee": "589aa6",
+ "737bac": "874267",
+ "626283": "2a3163"
+ },
+ "2": {
+ "ffffff": "9e363b",
+ "414a6a": "b39279",
+ "b4b4d5": "752f40",
+ "293939": "996e5f",
+ "8b8bac": "59213b",
+ "525a7b": "dfd1ae",
+ "d5deee": "8f2f41",
+ "737bac": "f5f1cb",
+ "626283": "42122d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/359.json b/public/images/pokemon/variant/back/359.json
new file mode 100644
index 00000000000..4ccca6800b3
--- /dev/null
+++ b/public/images/pokemon/variant/back/359.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "424a6b": "421e4a",
+ "293a3a": "27122b",
+ "737bad": "874267",
+ "d6deef": "589aa6",
+ "525a7b": "612b54",
+ "8c8cad": "3b6987",
+ "636384": "2a3163",
+ "b5b5d6": "458196",
+ "ffffff": "61a8ab"
+ },
+ "2": {
+ "424a6b": "b39279",
+ "293a3a": "996e5f",
+ "737bad": "f5f1cb",
+ "d6deef": "8f2f41",
+ "525a7b": "e0c79f",
+ "8c8cad": "59213b",
+ "636384": "42122d",
+ "b5b5d6": "752f40",
+ "ffffff": "9e363b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/369_2.png b/public/images/pokemon/variant/back/369_2.png
index 8510afc4eb4..62b37b70738 100644
Binary files a/public/images/pokemon/variant/back/369_2.png and b/public/images/pokemon/variant/back/369_2.png differ
diff --git a/public/images/pokemon/variant/back/369_3.png b/public/images/pokemon/variant/back/369_3.png
index 165b5ad0199..69cedd6571c 100644
Binary files a/public/images/pokemon/variant/back/369_3.png and b/public/images/pokemon/variant/back/369_3.png differ
diff --git a/public/images/pokemon/variant/back/36_2.png b/public/images/pokemon/variant/back/36_2.png
index 8b7bb25cc59..f30397b482f 100644
Binary files a/public/images/pokemon/variant/back/36_2.png and b/public/images/pokemon/variant/back/36_2.png differ
diff --git a/public/images/pokemon/variant/back/370_2.png b/public/images/pokemon/variant/back/370_2.png
index 48e7d90585f..32d49cd89a3 100644
Binary files a/public/images/pokemon/variant/back/370_2.png and b/public/images/pokemon/variant/back/370_2.png differ
diff --git a/public/images/pokemon/variant/back/370_3.png b/public/images/pokemon/variant/back/370_3.png
index f5a0768f26b..f20b119f333 100644
Binary files a/public/images/pokemon/variant/back/370_3.png and b/public/images/pokemon/variant/back/370_3.png differ
diff --git a/public/images/pokemon/variant/back/377.json b/public/images/pokemon/variant/back/377.json
new file mode 100644
index 00000000000..1ab9bce073f
--- /dev/null
+++ b/public/images/pokemon/variant/back/377.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "b54200": "13512f",
+ "efad6b": "aac669",
+ "948c73": "2e4e7b",
+ "cec5ad": "4d8ba8",
+ "bd633a": "22773f",
+ "ef843a": "56963a",
+ "b5ad94": "3d6d8d",
+ "e6dead": "659db5",
+ "524a29": "182238",
+ "efe6de": "84c7ca"
+ },
+ "2": {
+ "b54200": "3d0933",
+ "efad6b": "a54c5e",
+ "948c73": "262847",
+ "cec5ad": "303353",
+ "bd633a": "561934",
+ "ef843a": "722a41",
+ "b5ad94": "394170",
+ "e6dead": "383e6a",
+ "524a29": "161129",
+ "efe6de": "4d5784"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/378.json b/public/images/pokemon/variant/back/378.json
new file mode 100644
index 00000000000..74ef70cbcec
--- /dev/null
+++ b/public/images/pokemon/variant/back/378.json
@@ -0,0 +1,29 @@
+{
+ "0": {
+ "ffffff": "d7b6f1",
+ "6bb5d6": "414184",
+ "293a7b": "101238",
+ "9cceff": "6f66a7",
+ "3a6b8c": "191d4c",
+ "bdefff": "9983c4",
+ "5a84ad": "282e64"
+ },
+ "1": {
+ "6bb5d6": "bf344a",
+ "bdefff": "ffb88d",
+ "9cceff": "eb5d56",
+ "293a7b": "400b1c",
+ "ffffff": "fff7d3",
+ "3a6b8c": "64132c",
+ "5a84ad": "981d43"
+ },
+ "2": {
+ "6bb5d6": "323232",
+ "bdefff": "5b5b5b",
+ "9cceff": "424242",
+ "293a7b": "100f17",
+ "ffffff": "8c8c8c",
+ "3a6b8c": "14131a",
+ "5a84ad": "212121"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/379.json b/public/images/pokemon/variant/back/379.json
new file mode 100644
index 00000000000..e99b7d8c171
--- /dev/null
+++ b/public/images/pokemon/variant/back/379.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "4a5a5a": "34366f",
+ "3a4252": "292960",
+ "d6ced6": "cc9c65",
+ "848c84": "4c5c91",
+ "ffffff": "fff3aa",
+ "dedede": "f0d185",
+ "b5adad": "a66f52",
+ "4a4a4a": "533329",
+ "84847b": "80503b",
+ "3e4f4f": "542618"
+ },
+ "2": {
+ "4a5a5a": "df8533",
+ "3a4252": "e29631",
+ "d6ced6": "cd5521",
+ "848c84": "ffcd49",
+ "ffffff": "ffb056",
+ "dedede": "e87537",
+ "b5adad": "ad2d1e",
+ "4a4a4a": "521328",
+ "84847b": "81222b",
+ "3e4f4f": "54051f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/383_2.png b/public/images/pokemon/variant/back/383_2.png
index 98ac154832f..9c280b56dd7 100644
Binary files a/public/images/pokemon/variant/back/383_2.png and b/public/images/pokemon/variant/back/383_2.png differ
diff --git a/public/images/pokemon/variant/back/383_3.png b/public/images/pokemon/variant/back/383_3.png
index f8856a6aa2d..b754d969e4a 100644
Binary files a/public/images/pokemon/variant/back/383_3.png and b/public/images/pokemon/variant/back/383_3.png differ
diff --git a/public/images/pokemon/variant/back/387_2.png b/public/images/pokemon/variant/back/387_2.png
index d55cb1c5384..00c947db821 100644
Binary files a/public/images/pokemon/variant/back/387_2.png and b/public/images/pokemon/variant/back/387_2.png differ
diff --git a/public/images/pokemon/variant/back/39.json b/public/images/pokemon/variant/back/39.json
new file mode 100644
index 00000000000..59d78f7958a
--- /dev/null
+++ b/public/images/pokemon/variant/back/39.json
@@ -0,0 +1,16 @@
+{
+ "1": {
+ "6b5263": "153427",
+ "ffada5": "c5ebd5",
+ "e67384": "81c2b8",
+ "a51021": "3a6472",
+ "ffcec5": "e5ffec"
+ },
+ "2": {
+ "6b5263": "737454",
+ "ffada5": "f5e884",
+ "e67384": "f5c45b",
+ "a51021": "9c5200",
+ "ffcec5": "fff9bf"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/390.json b/public/images/pokemon/variant/back/390.json
new file mode 100644
index 00000000000..94bfe837547
--- /dev/null
+++ b/public/images/pokemon/variant/back/390.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "7a410f": "994943",
+ "e63131": "1db978",
+ "b56b29": "64464d",
+ "9c3131": "2d8766",
+ "947308": "a86256",
+ "7b4210": "382029",
+ "ef6b6b": "81dc3f",
+ "f06e6e": "76c96d",
+ "ffd631": "eafe67",
+ "ffe6ad": "edc6a4",
+ "e63a42": "5db95b",
+ "de8400": "876766",
+ "deb552": "cc9176"
+ },
+ "2": {
+ "7a410f": "626678",
+ "e63131": "b5b0f3",
+ "b56b29": "293b69",
+ "9c3131": "422e6f",
+ "947308": "818596",
+ "7b4210": "171f46",
+ "ef6b6b": "cbcfff",
+ "f06e6e": "cb96e5",
+ "ffd631": "f3f8fe",
+ "ffe6ad": "d3d5e0",
+ "e63a42": "8457b0",
+ "de8400": "3e5f8a",
+ "deb552": "a5a9b8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/391.json b/public/images/pokemon/variant/back/391.json
new file mode 100644
index 00000000000..6c21033ceba
--- /dev/null
+++ b/public/images/pokemon/variant/back/391.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "8c7342": "a86256",
+ "cf451b": "2d8766",
+ "c59463": "cc9176",
+ "dee6e6": "dac99d",
+ "9c5219": "64464d",
+ "ffffff": "faf7d4",
+ "735a10": "6b2b28",
+ "efce94": "edc6a4",
+ "ffce42": "eafe67",
+ "ffcd45": "f69044",
+ "1052b5": "ba2342",
+ "6b3a08": "382029",
+ "d68c29": "876766",
+ "ce4219": "1db978",
+ "efa542": "cd5528"
+ },
+ "2": {
+ "8c7342": "818596",
+ "cf451b": "8457b0",
+ "c59463": "a5a9b8",
+ "dee6e6": "dca15d",
+ "9c5219": "293b69",
+ "ffffff": "ffe175",
+ "735a10": "626678",
+ "efce94": "d3d5e0",
+ "ffce42": "f3f8fe",
+ "ffcd45": "e8fdff",
+ "1052b5": "e09f2f",
+ "6b3a08": "171f46",
+ "d68c29": "3e5f8a",
+ "ce4219": "b5b0f3",
+ "efa542": "b0cbd4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/392.json b/public/images/pokemon/variant/back/392.json
new file mode 100644
index 00000000000..44c2930f77d
--- /dev/null
+++ b/public/images/pokemon/variant/back/392.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "e68c5a": "876766",
+ "6b3a10": "382029",
+ "e63740": "2d8766",
+ "bdc5de": "dac99d",
+ "a56342": "64464d",
+ "845a08": "9b2719",
+ "737384": "9f8876",
+ "ffdf4f": "eafe67",
+ "e63a42": "1db978",
+ "c59c21": "cd5528",
+ "ffde52": "f69044",
+ "ffdd47": "e8a82a",
+ "c79e22": "cf8021",
+ "ffffff": "faf7d4",
+ "19427b": "581225",
+ "f78c4a": "81dc3f",
+ "3a73a5": "972733",
+ "842931": "174c48"
+ },
+ "2": {
+ "e68c5a": "3e5f8a",
+ "6b3a10": "171f46",
+ "e63740": "8457b0",
+ "bdc5de": "dca15d",
+ "a56342": "293b69",
+ "845a08": "617995",
+ "737384": "a15a34",
+ "ffdf4f": "f3f8fe",
+ "e63a42": "b5b0f3",
+ "c59c21": "a0c0cd",
+ "ffde52": "e8fdff",
+ "ffdd47": "fff8e5",
+ "c79e22": "ccbdab",
+ "ffffff": "ffe175",
+ "19427b": "4d5196",
+ "f78c4a": "cbcfff",
+ "3a73a5": "9c96e2",
+ "842931": "422e6f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/399_2.png b/public/images/pokemon/variant/back/399_2.png
index 55ab33679cb..b71497f9ccf 100644
Binary files a/public/images/pokemon/variant/back/399_2.png and b/public/images/pokemon/variant/back/399_2.png differ
diff --git a/public/images/pokemon/variant/back/40.json b/public/images/pokemon/variant/back/40.json
new file mode 100644
index 00000000000..21e5ef69cd1
--- /dev/null
+++ b/public/images/pokemon/variant/back/40.json
@@ -0,0 +1,17 @@
+{
+ "1": {
+ "f77b94": "81c2b8",
+ "ce6b63": "82b8a9",
+ "8c4242": "3a6472",
+ "ffadbd": "c5ebd5"
+ },
+ "2": {
+ "737373": "3b1f24",
+ "f77b94": "f5c45b",
+ "ffffff": "d07439",
+ "ce6b63": "e6a54c",
+ "e6dee6": "bc4e24",
+ "8c4242": "9c5200",
+ "ffadbd": "f5e884"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/4080_1.png b/public/images/pokemon/variant/back/4080_1.png
index 7f6ba3be1c4..885cd8b2c54 100644
Binary files a/public/images/pokemon/variant/back/4080_1.png and b/public/images/pokemon/variant/back/4080_1.png differ
diff --git a/public/images/pokemon/variant/back/412-sandy_1.png b/public/images/pokemon/variant/back/412-sandy_1.png
index 9dcd4798761..a8988e8ab22 100644
Binary files a/public/images/pokemon/variant/back/412-sandy_1.png and b/public/images/pokemon/variant/back/412-sandy_1.png differ
diff --git a/public/images/pokemon/variant/back/412-sandy_2.png b/public/images/pokemon/variant/back/412-sandy_2.png
index de7c581bb73..730e0896c92 100644
Binary files a/public/images/pokemon/variant/back/412-sandy_2.png and b/public/images/pokemon/variant/back/412-sandy_2.png differ
diff --git a/public/images/pokemon/variant/back/412-sandy_3.png b/public/images/pokemon/variant/back/412-sandy_3.png
index 46022a40775..bf2f2f0b94a 100644
Binary files a/public/images/pokemon/variant/back/412-sandy_3.png and b/public/images/pokemon/variant/back/412-sandy_3.png differ
diff --git a/public/images/pokemon/variant/back/4199_1.png b/public/images/pokemon/variant/back/4199_1.png
index daaac5a6448..45b81fb3413 100644
Binary files a/public/images/pokemon/variant/back/4199_1.png and b/public/images/pokemon/variant/back/4199_1.png differ
diff --git a/public/images/pokemon/variant/back/430.json b/public/images/pokemon/variant/back/430.json
new file mode 100644
index 00000000000..2edd26708c9
--- /dev/null
+++ b/public/images/pokemon/variant/back/430.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "31313a": "280113",
+ "8c313a": "b3986b",
+ "5a5a3a": "1e1e2c",
+ "545454": "3c3b4d",
+ "a3a3b5": "7a1e21",
+ "3a5a9c": "694c30",
+ "525151": "380514",
+ "a7a7b8": "60606c",
+ "efeff8": "b9382d",
+ "4a2121": "755237",
+ "ad943a": "3f3e50",
+ "f7de3a": "61616d",
+ "3a3a5a": "422e26",
+ "29213a": "271b1a"
+ },
+ "2": {
+ "31313a": "080735",
+ "8c313a": "bc4b84",
+ "5a5a3a": "4e1915",
+ "545454": "85412d",
+ "a3a3b5": "4f358e",
+ "3a5a9c": "1d6e47",
+ "525151": "1c1754",
+ "a7a7b8": "c27238",
+ "efeff8": "975bc2",
+ "4a2121": "7b2363",
+ "ad943a": "85402c",
+ "f7de3a": "c2723a",
+ "3a3a5a": "0e4333",
+ "29213a": "091e16"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/441_3.png b/public/images/pokemon/variant/back/441_3.png
index 271e40e3423..3cfa821a8f9 100644
Binary files a/public/images/pokemon/variant/back/441_3.png and b/public/images/pokemon/variant/back/441_3.png differ
diff --git a/public/images/pokemon/variant/back/455.json b/public/images/pokemon/variant/back/455.json
new file mode 100644
index 00000000000..d10a2ff0741
--- /dev/null
+++ b/public/images/pokemon/variant/back/455.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "f7ce31": "7c5d53",
+ "9c214a": "451e14",
+ "2b453d": "523b3c",
+ "3a5a3a": "b34a82",
+ "5a6342": "826660",
+ "8c9452": "b89d8c",
+ "846b31": "301e20",
+ "bdc57b": "efd9ba",
+ "e62919": "775331",
+ "63843a": "e880ab",
+ "8f9653": "e2b0bc",
+ "29423a": "7e3b67",
+ "c59c31": "4d3432"
+ },
+ "2": {
+ "f7ce31": "518078",
+ "ffffff": "affffe",
+ "9c214a": "1e4340",
+ "2b453d": "151926",
+ "3a5a3a": "37818a",
+ "5a6342": "2d304e",
+ "8c9452": "424d6e",
+ "846b31": "122e2f",
+ "bdc57b": "6679a1",
+ "e62919": "406b64",
+ "63843a": "74ddcd",
+ "422919": "0d2626",
+ "8f9653": "3d909b",
+ "29423a": "123247",
+ "c59c31": "244a45"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/457_2.png b/public/images/pokemon/variant/back/457_2.png
index 9168013d2e6..f41fb311b01 100644
Binary files a/public/images/pokemon/variant/back/457_2.png and b/public/images/pokemon/variant/back/457_2.png differ
diff --git a/public/images/pokemon/variant/back/458_2.png b/public/images/pokemon/variant/back/458_2.png
index 5c1db97b56d..d593fd73842 100644
Binary files a/public/images/pokemon/variant/back/458_2.png and b/public/images/pokemon/variant/back/458_2.png differ
diff --git a/public/images/pokemon/variant/back/458_3.png b/public/images/pokemon/variant/back/458_3.png
index 7cf9d011c04..605d0dac846 100644
Binary files a/public/images/pokemon/variant/back/458_3.png and b/public/images/pokemon/variant/back/458_3.png differ
diff --git a/public/images/pokemon/variant/back/466_1.png b/public/images/pokemon/variant/back/466_1.png
index 32f481f6885..eab00428a23 100644
Binary files a/public/images/pokemon/variant/back/466_1.png and b/public/images/pokemon/variant/back/466_1.png differ
diff --git a/public/images/pokemon/variant/back/469_2.png b/public/images/pokemon/variant/back/469_2.png
index 6e064707bba..b83cf418a57 100644
Binary files a/public/images/pokemon/variant/back/469_2.png and b/public/images/pokemon/variant/back/469_2.png differ
diff --git a/public/images/pokemon/variant/back/470_1.png b/public/images/pokemon/variant/back/470_1.png
index a156101f2cf..7e64d672b38 100644
Binary files a/public/images/pokemon/variant/back/470_1.png and b/public/images/pokemon/variant/back/470_1.png differ
diff --git a/public/images/pokemon/variant/back/470_2.png b/public/images/pokemon/variant/back/470_2.png
index 69e75827b0a..f062750b14f 100644
Binary files a/public/images/pokemon/variant/back/470_2.png and b/public/images/pokemon/variant/back/470_2.png differ
diff --git a/public/images/pokemon/variant/back/472_3.png b/public/images/pokemon/variant/back/472_3.png
index 79b07833534..a6e22d85113 100644
Binary files a/public/images/pokemon/variant/back/472_3.png and b/public/images/pokemon/variant/back/472_3.png differ
diff --git a/public/images/pokemon/variant/back/478_2.png b/public/images/pokemon/variant/back/478_2.png
index 9d165174556..979bfc9fd11 100644
Binary files a/public/images/pokemon/variant/back/478_2.png and b/public/images/pokemon/variant/back/478_2.png differ
diff --git a/public/images/pokemon/variant/back/486.json b/public/images/pokemon/variant/back/486.json
new file mode 100644
index 00000000000..36a343a2966
--- /dev/null
+++ b/public/images/pokemon/variant/back/486.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "fafafa": "ffc245",
+ "adadc5": "ca7426",
+ "8c94ad": "13081a",
+ "374859": "6b76a4",
+ "d6ced6": "e89b34",
+ "f7d65a": "ce5129",
+ "5f6d7d": "7b2a19",
+ "ffffff": "eb8746",
+ "21846b": "90a7cd",
+ "3a4a5a": "5e1e33",
+ "c59c52": "a12612",
+ "7b6321": "3d021b",
+ "4aa563": "e2f2ff"
+ },
+ "2": {
+ "fafafa": "88b06f",
+ "adadc5": "4f673a",
+ "8c94ad": "494922",
+ "374859": "2f1a18",
+ "d6ced6": "6e884b",
+ "f7d65a": "8f9b9e",
+ "5f6d7d": "374427",
+ "ffffff": "a8afaf",
+ "21846b": "492f29",
+ "3a4a5a": "3b1930",
+ "c59c52": "5d717a",
+ "7b6321": "384751",
+ "4aa563": "755648"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/501.json b/public/images/pokemon/variant/back/501.json
new file mode 100644
index 00000000000..3476b2710b1
--- /dev/null
+++ b/public/images/pokemon/variant/back/501.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "215a63": "1e1a35",
+ "c5c5ce": "e3c2ca",
+ "4a6bad": "9660d1",
+ "294252": "241e44",
+ "21949c": "373049",
+ "29bdc5": "5d4a70",
+ "31426b": "4b349e",
+ "212142": "241e44"
+ },
+ "2": {
+ "8c8c9c": "8f7491",
+ "4a4a4a": "715b72",
+ "215a63": "000000",
+ "c5c5ce": "ba9bc1",
+ "4a6bad": "589787",
+ "21949c": "321e1e",
+ "29bdc5": "5e3e38",
+ "31426b": "3c706b",
+ "ffffff": "f5e9f4",
+ "212142": "104432"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/502.json b/public/images/pokemon/variant/back/502.json
new file mode 100644
index 00000000000..26772013df7
--- /dev/null
+++ b/public/images/pokemon/variant/back/502.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "4a4a4a": "20193d",
+ "31528c": "9d5bc9",
+ "293a6b": "503e8e",
+ "7b5a10": "d877cd",
+ "52bdbd": "624060",
+ "c59429": "ff9ef3",
+ "efd68c": "f2d5ee",
+ "313131": "120f33",
+ "315a73": "1e1624",
+ "218c94": "39273d",
+ "fffdfd": "ebb9c4"
+ },
+ "2": {
+ "4a4a4a": "2c3940",
+ "31528c": "5e3e38",
+ "293a6b": "321e1e",
+ "7b5a10": "0d5656",
+ "52bdbd": "8b7566",
+ "c59429": "488383",
+ "efd68c": "63c7bd",
+ "313131": "1f2b36",
+ "315a73": "483026",
+ "218c94": "684f44",
+ "fffdfd": "ffffc2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/503.json b/public/images/pokemon/variant/back/503.json
new file mode 100644
index 00000000000..9eb2168dd5b
--- /dev/null
+++ b/public/images/pokemon/variant/back/503.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "84a5a5": "563785",
+ "4a4a4a": "5e283e",
+ "215a9c": "4d244b",
+ "8aa3a3": "a05982",
+ "d65263": "b73891",
+ "ad945a": "db87d1",
+ "7b6342": "975fad",
+ "474a46": "2b1838",
+ "fffeff": "ebb9c4",
+ "213a63": "28142c",
+ "4a4a4c": "6b3e51",
+ "d6c57b": "f2d5ee",
+ "5a7373": "332a59",
+ "8da8a8": "a58b90"
+ },
+ "2": {
+ "4a4a4a": "c2700d",
+ "215a9c": "5e3e38",
+ "8aa3a3": "efa838",
+ "d65263": "41857b",
+ "ad945a": "488383",
+ "7b6342": "0d5656",
+ "474a46": "462d27",
+ "fffeff": "f9df58",
+ "213a63": "321e1e",
+ "4a4a4c": "c2700d",
+ "d6c57b": "63c7bd",
+ "5a7373": "2a5c57",
+ "8da8a8": "84a5a5"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/527.json b/public/images/pokemon/variant/back/527.json
new file mode 100644
index 00000000000..67767eefcb3
--- /dev/null
+++ b/public/images/pokemon/variant/back/527.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "424a5a": "866ca1",
+ "6b94ad": "6e315e",
+ "73adc5": "853e66",
+ "292931": "55457a",
+ "addef7": "914a6e",
+ "4a6b7b": "562259",
+ "27272f": "361538"
+ },
+ "2": {
+ "424a5a": "bf3f75",
+ "6b94ad": "db843d",
+ "73adc5": "e8b04f",
+ "292931": "8c2961",
+ "addef7": "f7e05c",
+ "4a6b7b": "994d22",
+ "27272f": "7c3622"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/528.json b/public/images/pokemon/variant/back/528.json
new file mode 100644
index 00000000000..fb91d0318a5
--- /dev/null
+++ b/public/images/pokemon/variant/back/528.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "317b94": "6e315e",
+ "4c4c54": "582253",
+ "313131": "55457a",
+ "de8c84": "6bc7e8",
+ "6b7b84": "439ca1",
+ "ceefff": "a6ffd7",
+ "bdbdce": "76debd",
+ "19a5ce": "914a6e",
+ "944a4a": "4874b8",
+ "313132": "451b41",
+ "4a4a52": "866ca1",
+ "47474f": "2e6f7a"
+ },
+ "2": {
+ "317b94": "e0b49a",
+ "4c4c54": "a6705e",
+ "313131": "701c4c",
+ "de8c84": "7b5ebf",
+ "6b7b84": "994d22",
+ "ceefff": "f7e05c",
+ "bdbdce": "db843d",
+ "19a5ce": "f9fae3",
+ "944a4a": "393582",
+ "313132": "a87354",
+ "4a4a52": "bf3f75",
+ "47474f": "6b2314"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/529_2.png b/public/images/pokemon/variant/back/529_2.png
index 06e853c19c2..22d3d5958ba 100644
Binary files a/public/images/pokemon/variant/back/529_2.png and b/public/images/pokemon/variant/back/529_2.png differ
diff --git a/public/images/pokemon/variant/back/529_3.png b/public/images/pokemon/variant/back/529_3.png
index 935c5788841..8458afd7642 100644
Binary files a/public/images/pokemon/variant/back/529_3.png and b/public/images/pokemon/variant/back/529_3.png differ
diff --git a/public/images/pokemon/variant/back/530_3.png b/public/images/pokemon/variant/back/530_3.png
index d5b7b9b651b..ec2a1e7cd77 100644
Binary files a/public/images/pokemon/variant/back/530_3.png and b/public/images/pokemon/variant/back/530_3.png differ
diff --git a/public/images/pokemon/variant/back/539_2.png b/public/images/pokemon/variant/back/539_2.png
index e4bca835949..01956ca440c 100644
Binary files a/public/images/pokemon/variant/back/539_2.png and b/public/images/pokemon/variant/back/539_2.png differ
diff --git a/public/images/pokemon/variant/back/539_3.png b/public/images/pokemon/variant/back/539_3.png
index fb28b78459c..b4126047a5c 100644
Binary files a/public/images/pokemon/variant/back/539_3.png and b/public/images/pokemon/variant/back/539_3.png differ
diff --git a/public/images/pokemon/variant/back/585-autumn_1.png b/public/images/pokemon/variant/back/585-autumn_1.png
index 48c5968bff7..147e14fc5fa 100644
Binary files a/public/images/pokemon/variant/back/585-autumn_1.png and b/public/images/pokemon/variant/back/585-autumn_1.png differ
diff --git a/public/images/pokemon/variant/back/585-spring_1.png b/public/images/pokemon/variant/back/585-spring_1.png
index e3d6d7f75bd..e715844e976 100644
Binary files a/public/images/pokemon/variant/back/585-spring_1.png and b/public/images/pokemon/variant/back/585-spring_1.png differ
diff --git a/public/images/pokemon/variant/back/585-winter_1.png b/public/images/pokemon/variant/back/585-winter_1.png
index fe85cebd87d..24d991327f7 100644
Binary files a/public/images/pokemon/variant/back/585-winter_1.png and b/public/images/pokemon/variant/back/585-winter_1.png differ
diff --git a/public/images/pokemon/variant/back/587.json b/public/images/pokemon/variant/back/587.json
new file mode 100644
index 00000000000..85c4c20f4f0
--- /dev/null
+++ b/public/images/pokemon/variant/back/587.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "212121": "1d352a",
+ "d6a531": "a84223",
+ "b58c08": "681c0e",
+ "bda573": "5a9fbf",
+ "6b5a31": "16223d",
+ "cec5ad": "8bd5dc",
+ "7f6b0d": "3b1c1b",
+ "846e07": "35708c",
+ "ffd600": "d55b19",
+ "9c9c73": "406da4",
+ "313131": "2b5d3f"
+ },
+ "2": {
+ "212121": "372a5b",
+ "d6a531": "6597cd",
+ "b58c08": "4879af",
+ "bda573": "9b4072",
+ "6b5a31": "321832",
+ "cec5ad": "c4658e",
+ "7f6b0d": "355c90",
+ "846e07": "723158",
+ "ffd600": "8bcaee",
+ "9c9c73": "7b3760",
+ "313131": "5e3a86"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/588.json b/public/images/pokemon/variant/back/588.json
new file mode 100644
index 00000000000..c00f1886940
--- /dev/null
+++ b/public/images/pokemon/variant/back/588.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "213a5a": "2f185b",
+ "316bff": "8150a7",
+ "4a4a4a": "64242d",
+ "313131": "38131d",
+ "000000": "ffffff",
+ "528cff": "c682d6",
+ "3a5284": "492c72"
+ },
+ "2": {
+ "213a5a": "44446f",
+ "316bff": "d2cdeb",
+ "4a4a4a": "28334f",
+ "313131": "182138",
+ "000000": "ffffff",
+ "528cff": "f9f3ff",
+ "3a5284": "7777a7"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/589.json b/public/images/pokemon/variant/back/589.json
new file mode 100644
index 00000000000..b499504daa3
--- /dev/null
+++ b/public/images/pokemon/variant/back/589.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "c5c5c5": "f9c347",
+ "ef2952": "eb8343",
+ "bd2152": "c44126",
+ "840808": "931119",
+ "bd9c19": "b8c5e5",
+ "e65a10": "614593",
+ "6b6b6b": "b34516",
+ "294a84": "7436a4",
+ "195abd": "9448bf",
+ "94949c": "dc862d",
+ "000000": "ffffff",
+ "3a424a": "69130d"
+ },
+ "2": {
+ "c5c5c5": "6e8e99",
+ "ef2952": "f7efff",
+ "bd2152": "beb7df",
+ "840808": "72709e",
+ "bd9c19": "a42641",
+ "e65a10": "ffe8c3",
+ "6b6b6b": "293a52",
+ "294a84": "4f3d33",
+ "195abd": "785442",
+ "94949c": "3f6372",
+ "000000": "ffffff",
+ "3a424a": "1b253d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/590.json b/public/images/pokemon/variant/back/590.json
new file mode 100644
index 00000000000..7d19153ec2c
--- /dev/null
+++ b/public/images/pokemon/variant/back/590.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "684c30": "0d9999",
+ "9c3a3a": "71de8c",
+ "846b63": "0fad9a",
+ "9c3a7b": "88af70",
+ "6b4a31": "0d9999",
+ "422929": "0a5870",
+ "7b3131": "49ad77",
+ "de5a52": "e6ffc1",
+ "d6639c": "f4ebba",
+ "7a3730": "49aa87",
+ "c5b59c": "47d1b5",
+ "fff7e6": "afecc6"
+ },
+ "2": {
+ "684c30": "2b5caf",
+ "9c3a3a": "e098cd",
+ "846b63": "64a3bc",
+ "9c3a7b": "b1c4dd",
+ "6b4a31": "f2f7f9",
+ "422929": "b9d9e5",
+ "7b3131": "ad629a",
+ "de5a52": "ffbfcb",
+ "d6639c": "f2f7f9",
+ "7a3730": "404f6b",
+ "c5b59c": "498cd3",
+ "fff7e6": "6ac2e2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/591.json b/public/images/pokemon/variant/back/591.json
new file mode 100644
index 00000000000..0d369a42c02
--- /dev/null
+++ b/public/images/pokemon/variant/back/591.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "cec5c5": "afecc6",
+ "291919": "094164",
+ "de528c": "e6ffc1",
+ "634c42": "348999",
+ "423331": "094164",
+ "9c9484": "47d1b5",
+ "634d42": "0c7588",
+ "634a42": "0d9999",
+ "423131": "0a5870",
+ "6b314a": "49ad77",
+ "ad3163": "71de8c"
+ },
+ "2": {
+ "cec5c5": "6ac2e2",
+ "291919": "5e718e",
+ "de528c": "ffbfcb",
+ "634c42": "3f7dc7",
+ "423331": "223656",
+ "9c9484": "56a1e2",
+ "634d42": "2b5caf",
+ "634a42": "f2f7f9",
+ "423131": "9bb6c1",
+ "6b314a": "ad629a",
+ "ad3163": "e098cd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/592_3.png b/public/images/pokemon/variant/back/592_3.png
index 88ac9e57362..f7469e36ec6 100644
Binary files a/public/images/pokemon/variant/back/592_3.png and b/public/images/pokemon/variant/back/592_3.png differ
diff --git a/public/images/pokemon/variant/back/594_3.png b/public/images/pokemon/variant/back/594_3.png
index 9e4215d42b7..4f1c28d8335 100644
Binary files a/public/images/pokemon/variant/back/594_3.png and b/public/images/pokemon/variant/back/594_3.png differ
diff --git a/public/images/pokemon/variant/back/616.json b/public/images/pokemon/variant/back/616.json
new file mode 100644
index 00000000000..a883b42edc8
--- /dev/null
+++ b/public/images/pokemon/variant/back/616.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "3a8442": "4e3671",
+ "5a5a7b": "b34516",
+ "9494ad": "dc862d",
+ "630021": "204b4f",
+ "b5214a": "346c65",
+ "ff4a7b": "6ba779",
+ "de3163": "4a8474",
+ "29315a": "69130d",
+ "c5c5d6": "f9c347",
+ "000000": "ffffff"
+ },
+ "2": {
+ "3a8442": "d6aa53",
+ "5a5a7b": "293a52",
+ "9494ad": "3f6372",
+ "630021": "2e3469",
+ "b5214a": "4f62a4",
+ "ff4a7b": "8cb0d6",
+ "de3163": "6b8bbf",
+ "29315a": "1b253d",
+ "c5c5d6": "6e8e99",
+ "000000": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/617.json b/public/images/pokemon/variant/back/617.json
new file mode 100644
index 00000000000..93310065d35
--- /dev/null
+++ b/public/images/pokemon/variant/back/617.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "ffffff": "fff47e",
+ "a5846b": "5a6675",
+ "42b55a": "4e3671",
+ "c53a6b": "427b6b",
+ "636363": "c46d31",
+ "bdbdce": "df9847",
+ "527b42": "362658",
+ "732931": "214c49",
+ "ff4a7b": "6ba779",
+ "6b84c5": "eef5ff",
+ "293a6b": "69719e",
+ "000000": "ffffff",
+ "3a2919": "192638",
+ "5a6384": "b8c5e5"
+ },
+ "2": {
+ "a5846b": "637974",
+ "42b55a": "415c69",
+ "c53a6b": "dcaa47",
+ "527b42": "2d3d52",
+ "ff4a7b": "ffee72",
+ "6b84c5": "b43d40",
+ "293a6b": "461b2e",
+ "000000": "ffffff",
+ "3a2919": "2a2235",
+ "5a6384": "7b2c3d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618.json b/public/images/pokemon/variant/back/618.json
new file mode 100644
index 00000000000..d4db4967946
--- /dev/null
+++ b/public/images/pokemon/variant/back/618.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "cebd00": "bdac99",
+ "ffff00": "f3e6dd",
+ "6b6319": "987b6d",
+ "081019": "081019",
+ "52423a": "312118",
+ "6b524a": "4a342a",
+ "bd846b": "8c3841",
+ "846b63": "6b3838",
+ "d69c84": "ad4c4c",
+ "efce42": "eac2bd",
+ "d6cec5": "d6cec5",
+ "ffffff": "ffffff",
+ "081018": "081018",
+ "735a52": "564038",
+ "735a53": "564038",
+ "9c8473": "a08773",
+ "bda59c": "e6dbd6"
+ },
+ "2": {
+ "cebd00": "58536b",
+ "ffff00": "707488",
+ "6b6319": "39314a",
+ "081019": "081019",
+ "52423a": "5a2e2e",
+ "6b524a": "804e48",
+ "bd846b": "cec9b1",
+ "846b63": "9c7765",
+ "d69c84": "f0ead6",
+ "efce42": "9fadb9",
+ "d6cec5": "4c8c4c",
+ "ffffff": "79a962",
+ "081018": "204a29",
+ "735a52": "885011",
+ "735a53": "735555",
+ "9c8473": "c18a2c",
+ "bda59c": "efc44b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_2.json b/public/images/pokemon/variant/back/618_2.json
deleted file mode 100644
index d82c52e26e2..00000000000
--- a/public/images/pokemon/variant/back/618_2.json
+++ /dev/null
@@ -1,2750 +0,0 @@
-{
- "textures": [
- {
- "image": "618_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 221,
- "h": 221
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ed241f9d4e0679b62ab26da17057d65:739de537da7171a9caf5769b4458f68f:22e585907b89e90c4fc3ab2512d175fd$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_2.png b/public/images/pokemon/variant/back/618_2.png
deleted file mode 100644
index e74c6db3f04..00000000000
Binary files a/public/images/pokemon/variant/back/618_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/618_3.json b/public/images/pokemon/variant/back/618_3.json
deleted file mode 100644
index 17c49c5e59b..00000000000
--- a/public/images/pokemon/variant/back/618_3.json
+++ /dev/null
@@ -1,2750 +0,0 @@
-{
- "textures": [
- {
- "image": "618_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 221,
- "h": 221
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ed241f9d4e0679b62ab26da17057d65:739de537da7171a9caf5769b4458f68f:22e585907b89e90c4fc3ab2512d175fd$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_3.png b/public/images/pokemon/variant/back/618_3.png
deleted file mode 100644
index aaba24cfc58..00000000000
Binary files a/public/images/pokemon/variant/back/618_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/621.json b/public/images/pokemon/variant/back/621.json
new file mode 100644
index 00000000000..cf80562d31f
--- /dev/null
+++ b/public/images/pokemon/variant/back/621.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "8c7b5a": "73654b",
+ "940042": "1a2248",
+ "104a8c": "7e231b",
+ "635231": "605127",
+ "efc500": "5c7886",
+ "103163": "601111",
+ "521031": "0f1330",
+ "d60042": "26335d",
+ "316bad": "a13b2c",
+ "d65273": "be5b5e"
+ },
+ "2": {
+ "8c7b5a": "da8921",
+ "940042": "177297",
+ "104a8c": "c9bb9a",
+ "635231": "be6e18",
+ "efc500": "ffd437",
+ "103163": "a0896b",
+ "521031": "0f4973",
+ "d60042": "24aec0",
+ "316bad": "e3ddbd",
+ "d65273": "c583a5"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/631_2.png b/public/images/pokemon/variant/back/631_2.png
index d5d6af70546..b3cee0d8baa 100644
Binary files a/public/images/pokemon/variant/back/631_2.png and b/public/images/pokemon/variant/back/631_2.png differ
diff --git a/public/images/pokemon/variant/back/631_3.png b/public/images/pokemon/variant/back/631_3.png
index bb029fd7f3c..a052b6ea4b1 100644
Binary files a/public/images/pokemon/variant/back/631_3.png and b/public/images/pokemon/variant/back/631_3.png differ
diff --git a/public/images/pokemon/variant/back/6503.json b/public/images/pokemon/variant/back/6503.json
new file mode 100644
index 00000000000..455b06a69d6
--- /dev/null
+++ b/public/images/pokemon/variant/back/6503.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "282f62": "f7d9de",
+ "84a5a5": "563785",
+ "a82c47": "d45b9e",
+ "8aa3a3": "d3a0bb",
+ "faf9f9": "f6f4f4",
+ "494a48": "3d2439",
+ "1d3962": "28142c",
+ "474a46": "2b1838",
+ "d75063": "b73891",
+ "fbfcfa": "fafcf9",
+ "324149": "363442",
+ "1e224e": "dc95ae",
+ "6b1c34": "8f3396",
+ "181531": "a26579",
+ "5a7373": "332a59",
+ "8da8a8": "a58b90",
+ "1e5b9b": "4d244b"
+ },
+ "2": {
+ "282f62": "efdfee",
+ "84a5a5": "41857b",
+ "a82c47": "8abfb1",
+ "8aa3a3": "232d2e",
+ "faf9f9": "2c3940",
+ "494a48": "181f20",
+ "1d3962": "321e1e",
+ "474a46": "181f20",
+ "d75063": "8f65d8",
+ "fbfcfa": "fcfdfc",
+ "1e224e": "ba9bc1",
+ "6b1c34": "6d9d9a",
+ "181531": "715b72",
+ "5a7373": "2a5c57",
+ "1e5b9b": "5e3e38"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/656.json b/public/images/pokemon/variant/back/656.json
new file mode 100644
index 00000000000..f41398f3154
--- /dev/null
+++ b/public/images/pokemon/variant/back/656.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "848496": "4d7dc5",
+ "7bcdff": "9c75c2",
+ "62ace6": "8363af",
+ "ffffff": "b1e5ff",
+ "396a83": "362864",
+ "9c9cc5": "5385c7",
+ "cdcde6": "7eb7e8",
+ "174592": "37408c",
+ "5a94cd": "7054a4"
+ },
+ "2": {
+ "848496": "cc6845",
+ "7bcdff": "dd6155",
+ "62ace6": "c44848",
+ "ffffff": "fff4bd",
+ "396a83": "5c0d33",
+ "9c9cc5": "c96a48",
+ "cdcde6": "f7b785",
+ "174592": "198158",
+ "5a94cd": "a92f3f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/657.json b/public/images/pokemon/variant/back/657.json
new file mode 100644
index 00000000000..083a9dba0a6
--- /dev/null
+++ b/public/images/pokemon/variant/back/657.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "f8f8f8": "8dcfff",
+ "737373": "0f3f82",
+ "0b566a": "281f52",
+ "002c58": "1c0726",
+ "bfbfbf": "4386df",
+ "006ba6": "4e1852",
+ "0b4a7a": "340f3d",
+ "41ccf5": "7755a7",
+ "2896b5": "4b3578"
+ },
+ "2": {
+ "f8f8f8": "fff6c7",
+ "737373": "df6a50",
+ "0b566a": "7e1628",
+ "002c58": "0c3b54",
+ "bfbfbf": "ffc996",
+ "006ba6": "239c91",
+ "0b4a7a": "156f78",
+ "41ccf5": "dd7355",
+ "2896b5": "a92f3a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/658-ash.json b/public/images/pokemon/variant/back/658-ash.json
new file mode 100644
index 00000000000..370d5df8081
--- /dev/null
+++ b/public/images/pokemon/variant/back/658-ash.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "265595": "432b6c",
+ "de3431": "3fca9f",
+ "f8f8f8": "a1e9f0",
+ "7b282e": "0e3e81",
+ "6b1d1d": "206d74",
+ "134e52": "062e3c",
+ "bfb169": "165e78",
+ "ffb2bf": "b7e9ff",
+ "bf4c60": "4386df",
+ "282c35": "271f4c",
+ "f2798d": "8dcfff",
+ "268794": "1c3e58",
+ "3e7acc": "6b4592",
+ "7ddeff": "7ddcd6",
+ "4ebdd9": "41a7b0",
+ "18335c": "170738"
+ },
+ "2": {
+ "265595": "cc7251",
+ "de3431": "9ceec6",
+ "f8f8f8": "89d2b8",
+ "7b282e": "152a5c",
+ "6b1d1d": "356e8d",
+ "134e52": "0d1e3e",
+ "bfb169": "4d2637",
+ "ffb2bf": "86d6b6",
+ "bf4c60": "32738b",
+ "282c35": "4d2637",
+ "f2798d": "5eb4a9",
+ "268794": "1c3e58",
+ "3e7acc": "ecbb7a",
+ "7ddeff": "46988d",
+ "4ebdd9": "2f6e74",
+ "18335c": "9f2727"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/658.json b/public/images/pokemon/variant/back/658.json
new file mode 100644
index 00000000000..c1bb4222ce4
--- /dev/null
+++ b/public/images/pokemon/variant/back/658.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "ffb2bf": "b7e9ff",
+ "bf4c60": "4386df",
+ "3d61cc": "6b4592",
+ "fff0a6": "208698",
+ "2e4999": "432b6c",
+ "f2798d": "8dcfff",
+ "803340": "0e3e81",
+ "1b2a59": "170738",
+ "66d9ff": "7ddcd6",
+ "bfb169": "165e78"
+ },
+ "2": {
+ "ffb2bf": "86d6b6",
+ "bf4c60": "32738b",
+ "3d61cc": "ecbb7a",
+ "fff0a6": "652240",
+ "2e4999": "cc7251",
+ "f2798d": "5eb4a9",
+ "803340": "152a5c",
+ "1b2a59": "9f2727",
+ "66d9ff": "48968c",
+ "bfb169": "431022"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy.json b/public/images/pokemon/variant/back/666-fancy.json
new file mode 100644
index 00000000000..5d368667ae3
--- /dev/null
+++ b/public/images/pokemon/variant/back/666-fancy.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "6f9f42",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_2.json b/public/images/pokemon/variant/back/666-fancy_2.json
deleted file mode 100644
index 49478186fd7..00000000000
--- a/public/images/pokemon/variant/back/666-fancy_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c0935d72f3dd919dfad1f00ce1550c3c:4c9a4c435b13a6c8dbd3fa6eacd260d8:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_2.png b/public/images/pokemon/variant/back/666-fancy_2.png
deleted file mode 100644
index d51a6403f3b..00000000000
Binary files a/public/images/pokemon/variant/back/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/666-fancy_3.json b/public/images/pokemon/variant/back/666-fancy_3.json
deleted file mode 100644
index f060b4b02c6..00000000000
--- a/public/images/pokemon/variant/back/666-fancy_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c0935d72f3dd919dfad1f00ce1550c3c:4c9a4c435b13a6c8dbd3fa6eacd260d8:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_3.png b/public/images/pokemon/variant/back/666-fancy_3.png
deleted file mode 100644
index aeca21cbeb5..00000000000
Binary files a/public/images/pokemon/variant/back/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/666-high-plains.json b/public/images/pokemon/variant/back/666-high-plains.json
index acd62e863c1..6ee5c78e6ca 100644
--- a/public/images/pokemon/variant/back/666-high-plains.json
+++ b/public/images/pokemon/variant/back/666-high-plains.json
@@ -13,7 +13,8 @@
"504a4a": "7f6991",
"c3c3c3": "c3c3c3",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -29,6 +30,7 @@
"504a4a": "c97034",
"c3c3c3": "edc67c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-monsoon.json b/public/images/pokemon/variant/back/666-monsoon.json
index afb60e0f5ae..915d471b2b1 100644
--- a/public/images/pokemon/variant/back/666-monsoon.json
+++ b/public/images/pokemon/variant/back/666-monsoon.json
@@ -1,34 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "ceab62": "d9edd4",
- "675220": "958c8a",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "a97cbc",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "4eccd6": "4eccd6",
- "504a4a": "7f6991",
- "c3c3c3": "c3c3c3"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "ceab62": "5857bc",
- "675220": "2c3593",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "5857bc",
- "5676de": "5676de",
- "4eccd6": "4eccd6",
- "504a4a": "2c3593",
- "c3c3c3": "b8f9f9"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-ocean.json b/public/images/pokemon/variant/back/666-ocean.json
index 51a99de1ea8..8b62b4a8072 100644
--- a/public/images/pokemon/variant/back/666-ocean.json
+++ b/public/images/pokemon/variant/back/666-ocean.json
@@ -21,7 +21,7 @@
"e1384d": "e1384d",
"f4ad61": "f4ad61",
"f8ef6a": "f8ef6a",
- "303030": "b56208",
+ "303030": "b54908",
"ceb362": "ea8742",
"675220": "bc601c",
"ebcf3f": "ebcf3f",
diff --git a/public/images/pokemon/variant/back/666-river.json b/public/images/pokemon/variant/back/666-river.json
index b3b9671ee75..c7e5e288d05 100644
--- a/public/images/pokemon/variant/back/666-river.json
+++ b/public/images/pokemon/variant/back/666-river.json
@@ -1,18 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "625841": "625841",
- "303030": "7b2800",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "707068": "d9a666",
- "504a4a": "ae7f41",
- "c3c3c3": "e3c384",
- "279ec2": "279ec2",
- "59c9d3": "59c9d3",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-river_2.json b/public/images/pokemon/variant/back/666-river_2.json
deleted file mode 100644
index 710513e4626..00000000000
--- a/public/images/pokemon/variant/back/666-river_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c5c96b8025cde94330c424121707d6d1:0eb4b25134091aa2435bee846468e099:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-river_2.png b/public/images/pokemon/variant/back/666-river_2.png
deleted file mode 100644
index 06c1b09d749..00000000000
Binary files a/public/images/pokemon/variant/back/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/676-dandy.json b/public/images/pokemon/variant/back/676-dandy.json
new file mode 100644
index 00000000000..f73bd90f690
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-dandy.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "594d46": "788087",
+ "376277": "4f8fe3",
+ "9c9f94": "42090e",
+ "30552b": "423839",
+ "b8bcaf": "5e0f16",
+ "508a3c": "aa9999",
+ "f1f2ee": "8a1d1d",
+ "816e64": "a6afb3",
+ "6eb92b": "eddddd",
+ "4b4b46": "2b040f"
+ },
+ "2": {
+ "594d46": "9c7aca",
+ "376277": "314173",
+ "fe3c31": "8362b4",
+ "9c9f94": "ad76bc",
+ "30552b": "6a102e",
+ "b8bcaf": "ce9ede",
+ "508a3c": "ac254b",
+ "f1f2ee": "e6c3f8",
+ "a83c31": "473085",
+ "816e64": "ae95dc",
+ "6eb92b": "e44a62",
+ "4b4b46": "6b3f77"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676-debutante.json b/public/images/pokemon/variant/back/676-debutante.json
new file mode 100644
index 00000000000..cad1f7792f0
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-debutante.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "594d46": "788087",
+ "376277": "4f8fe3",
+ "9c9f94": "42090e",
+ "dfb76a": "aa9999",
+ "4b4b46": "2b040f",
+ "bcc0b3": "5e0f16",
+ "816e64": "a6afb3",
+ "ac6d40": "423839",
+ "f8f9f7": "8a1d1d",
+ "fbf588": "eddddd"
+ },
+ "2": {
+ "594d46": "48a7d0",
+ "376277": "717171",
+ "fe3c31": "762ea8",
+ "9c9f94": "0b374f",
+ "dfb76a": "c6a65c",
+ "4b4b46": "021a2f",
+ "bcc0b3": "0b4b68",
+ "a83c31": "521073",
+ "816e64": "74ccec",
+ "ac6d40": "684d24",
+ "f8f9f7": "0e728e",
+ "fbf588": "ffe998"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676-diamond.json b/public/images/pokemon/variant/back/676-diamond.json
new file mode 100644
index 00000000000..35876619287
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-diamond.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "594d46": "788087",
+ "aa3e2b": "423839",
+ "b8bcaf": "5e0f16",
+ "f1f2ee": "8a1d1d",
+ "376277": "4f8fe3",
+ "645e55": "2b040f",
+ "d95b37": "aa9999",
+ "e68a4d": "eddddd",
+ "453434": "313439",
+ "816e64": "a6afb3",
+ "9c9f94": "42090e"
+ },
+ "2": {
+ "594d46": "bd9462",
+ "aa3e2b": "642c0a",
+ "b8bcaf": "319c6a",
+ "f1f2ee": "6abd81",
+ "376277": "c56e34",
+ "fe3c31": "b37e47",
+ "645e55": "10573c",
+ "d95b37": "935927",
+ "e68a4d": "b37e47",
+ "453434": "6c4b2d",
+ "a83c31": "642c0a",
+ "816e64": "eed59c",
+ "9c9f94": "288c66"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676-heart.json b/public/images/pokemon/variant/back/676-heart.json
new file mode 100644
index 00000000000..abb8ed1a9b3
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-heart.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "594d46": "788087",
+ "f18598": "48474c",
+ "b8bcaf": "5e0f16",
+ "f1f2ee": "8a1d1d",
+ "e0546c": "2a2a2f",
+ "376277": "4f8fe3",
+ "645e55": "2b040f",
+ "453434": "313439",
+ "816e64": "a6afb3",
+ "a73f4f": "19181f",
+ "9c9f94": "42090e"
+ },
+ "2": {
+ "594d46": "aca49c",
+ "f18598": "5f5953",
+ "b8bcaf": "bfc7e8",
+ "f1f2ee": "e4eafc",
+ "e0546c": "4c413c",
+ "376277": "1b1c21",
+ "fe3c31": "9475de",
+ "645e55": "7a81b7",
+ "453434": "837373",
+ "a83c31": "7249b7",
+ "816e64": "dadace",
+ "a73f4f": "2c2320",
+ "9c9f94": "9fa7c8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676-kabuki.json b/public/images/pokemon/variant/back/676-kabuki.json
new file mode 100644
index 00000000000..54e87ca19b2
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-kabuki.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "811d1d": "240b12",
+ "8f2121": "19181f",
+ "b01a1a": "17161c",
+ "d02f2e": "2a2a2f",
+ "594d46": "a6afb3",
+ "f66559": "fe3c31",
+ "f44b3d": "313439",
+ "376277": "436ca1",
+ "8a7d79": "788087",
+ "68675c": "2b040f",
+ "9c9f94": "42090e",
+ "534343": "360513",
+ "bcc0b3": "5e0f16",
+ "f1f2ee": "8a1d1d",
+ "b32524": "a83c31"
+ },
+ "2": {
+ "811d1d": "181a38",
+ "8f2121": "191b38",
+ "b01a1a": "48578e",
+ "d02f2e": "305d9e",
+ "594d46": "3e5368",
+ "f66559": "9890ec",
+ "f44b3d": "4c89d9",
+ "376277": "436ca1",
+ "8a7d79": "233342",
+ "68675c": "1b1d39",
+ "9c9f94": "468197",
+ "534343": "192b42",
+ "bcc0b3": "549ab8",
+ "f1f2ee": "6bcfd9",
+ "b32524": "8067c6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676-la-reine.json b/public/images/pokemon/variant/back/676-la-reine.json
new file mode 100644
index 00000000000..a464639a025
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-la-reine.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "8a7d79": "788087",
+ "376277": "4f8fe3",
+ "31a7bb": "aa9999",
+ "594d46": "a6afb3",
+ "4b4b46": "2b040f",
+ "9c9f94": "42090e",
+ "56d1d8": "eddddd",
+ "bcc0b3": "5e0f16",
+ "2f7387": "423839",
+ "f1f2ee": "8a1d1d"
+ },
+ "2": {
+ "a83c31": "3041b7",
+ "8a7d79": "a11e24",
+ "376277": "221755",
+ "31a7bb": "e3b876",
+ "594d46": "973721",
+ "4b4b46": "550b0c",
+ "9c9f94": "c63b31",
+ "56d1d8": "ffec9b",
+ "bcc0b3": "d9533c",
+ "2f7387": "8e673e",
+ "f1f2ee": "ee724b",
+ "fe3c31": "4b77e1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676-matron.json b/public/images/pokemon/variant/back/676-matron.json
new file mode 100644
index 00000000000..70a32e09a19
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-matron.json
@@ -0,0 +1,29 @@
+{
+ "1": {
+ "873a5b": "19181f",
+ "376277": "4f8fe3",
+ "9c9f94": "42090e",
+ "594d46": "788087",
+ "b8bcaf": "5e0f16",
+ "5f5951": "2b040f",
+ "121212": "101010",
+ "b95b83": "2a2a2f",
+ "816e64": "a6afb3",
+ "f8f9f7": "8a1d1d",
+ "d07da9": "313439"
+ },
+ "2": {
+ "873a5b": "1b447b",
+ "376277": "2246aa",
+ "fe3c31": "64edf3",
+ "9c9f94": "bd4d6a",
+ "594d46": "d0b5b5",
+ "b8bcaf": "d95e7e",
+ "5f5951": "8a2843",
+ "b95b83": "528fcc",
+ "816e64": "e3d6d6",
+ "a83c31": "45a6d0",
+ "f8f9f7": "fa8c9f",
+ "d07da9": "64c8f3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676-pharaoh.json b/public/images/pokemon/variant/back/676-pharaoh.json
new file mode 100644
index 00000000000..fa9c60533b6
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-pharaoh.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "594d46": "788087",
+ "376277": "4f8fe3",
+ "9c9f94": "42090e",
+ "bcc0b3": "5e0f16",
+ "25559c": "2a2a2f",
+ "484640": "2b040f",
+ "217fc4": "313439",
+ "68675c": "2b040f",
+ "816e64": "42090e",
+ "243a6f": "19181f",
+ "f1f2ee": "8a1d1d"
+ },
+ "2": {
+ "594d46": "22172f",
+ "376277": "5e0808",
+ "fe3c31": "ec4d3e",
+ "9c9f94": "332b42",
+ "bcc0b3": "3b3955",
+ "25559c": "d0902d",
+ "484640": "17122f",
+ "217fc4": "eed552",
+ "68675c": "17122f",
+ "a83c31": "a11717",
+ "816e64": "332b42",
+ "243a6f": "a15317",
+ "f1f2ee": "5a5a71"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676-star.json b/public/images/pokemon/variant/back/676-star.json
new file mode 100644
index 00000000000..f6bdec0ca9e
--- /dev/null
+++ b/public/images/pokemon/variant/back/676-star.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "594d46": "788087",
+ "b8bcaf": "5e0f16",
+ "f1f2ee": "8a1d1d",
+ "3a5078": "19181f",
+ "376277": "4f8fe3",
+ "645e55": "2b040f",
+ "3e8ebf": "2a2a2f",
+ "9c9f94": "42090e",
+ "453434": "48474c",
+ "816e64": "a6afb3",
+ "7dc2e8": "313439"
+ },
+ "2": {
+ "594d46": "d7bc4d",
+ "b8bcaf": "d6dec2",
+ "f1f2ee": "fcfef5",
+ "3a5078": "613d11",
+ "376277": "647bb1",
+ "fe3c31": "b5e0f3",
+ "645e55": "848e75",
+ "3e8ebf": "ac802f",
+ "9c9f94": "c3cdab",
+ "453434": "836329",
+ "a83c31": "6192aa",
+ "816e64": "f7e784",
+ "7dc2e8": "cdac4a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/676.json b/public/images/pokemon/variant/back/676.json
new file mode 100644
index 00000000000..9a8ab0f7aa3
--- /dev/null
+++ b/public/images/pokemon/variant/back/676.json
@@ -0,0 +1,23 @@
+{
+ "1": {
+ "bcbca8": "5e0f16",
+ "606056": "2b040f",
+ "8e8e7b": "42090e",
+ "f2f2da": "8a1d1d",
+ "3f6273": "2b040f",
+ "736b67": "a6afb3",
+ "494340": "788087",
+ "3f6274": "4f8fe3"
+ },
+ "2": {
+ "bcbca8": "a4624a",
+ "cc2929": "3a240e",
+ "606056": "4a281b",
+ "8e8e7b": "805145",
+ "f2f2da": "c18960",
+ "3f6273": "4a281b",
+ "736b67": "ffe6ac",
+ "494340": "e6c594",
+ "3f6274": "4a2e23"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/682.json b/public/images/pokemon/variant/back/682.json
new file mode 100644
index 00000000000..5b3a6821f1f
--- /dev/null
+++ b/public/images/pokemon/variant/back/682.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "6b3962": "30185d",
+ "cc7087": "318759",
+ "993d80": "4f297e",
+ "ff99b3": "48ab61",
+ "7f4d59": "20644e"
+ },
+ "2": {
+ "6b3962": "b89477",
+ "cc7087": "c3561a",
+ "993d80": "d2bfa1",
+ "ff99b3": "da7e29",
+ "7f4d59": "a23812",
+ "a6a6a6": "503851",
+ "737373": "422f46",
+ "4d4d4d": "332539",
+ "e5e5e5": "6b4767"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/683.json b/public/images/pokemon/variant/back/683.json
new file mode 100644
index 00000000000..9d7f4682b9a
--- /dev/null
+++ b/public/images/pokemon/variant/back/683.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "6b3962": "30185d",
+ "cc7087": "318759",
+ "993d80": "4f297e",
+ "ff99b3": "48ab61",
+ "404040": "2c283b",
+ "7f4d59": "20644e",
+ "bf5f9f": "7c48a1"
+ },
+ "2": {
+ "6b3962": "b89477",
+ "cc7087": "c3561a",
+ "993d80": "d2bfa1",
+ "ff99b3": "da7e29",
+ "404040": "2a2234",
+ "7f4d59": "a23812",
+ "bf5f9f": "f0ebdd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/684.json b/public/images/pokemon/variant/back/684.json
new file mode 100644
index 00000000000..18afd91b4a2
--- /dev/null
+++ b/public/images/pokemon/variant/back/684.json
@@ -0,0 +1,18 @@
+{
+ "1": {
+ "805963": "3c195b",
+ "7b5760": "8f1d15",
+ "cc99a6": "814db1",
+ "ffccd9": "8961c6",
+ "fff2f2": "f39f62",
+ "ccadad": "e6774a"
+ },
+ "2": {
+ "805963": "679baa",
+ "7b5760": "3c2f51",
+ "cc99a6": "93d6ce",
+ "ffccd9": "cbf6da",
+ "fff2f2": "746998",
+ "ccadad": "4b4876"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/685.json b/public/images/pokemon/variant/back/685.json
new file mode 100644
index 00000000000..87b0bad9422
--- /dev/null
+++ b/public/images/pokemon/variant/back/685.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "f8f8f8": "caff90",
+ "661a2d": "13391c",
+ "805963": "2d0c42",
+ "7b5760": "b13924",
+ "ffccd9": "8961c6",
+ "ff8ca9": "8dbe6d",
+ "cc99a6": "613b84",
+ "e53964": "689b52",
+ "fff2f2": "f39f62",
+ "ccadad": "df6b40",
+ "a62949": "26592b"
+ },
+ "2": {
+ "f8f8f8": "e4819d",
+ "661a2d": "26061b",
+ "805963": "679baa",
+ "7b5760": "3c2f51",
+ "ffccd9": "cbf6da",
+ "ff8ca9": "8c4264",
+ "cc99a6": "93d6ce",
+ "e53964": "612747",
+ "fff2f2": "746998",
+ "ccadad": "4b4876",
+ "a62949": "441838"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/688.json b/public/images/pokemon/variant/back/688.json
new file mode 100644
index 00000000000..ac388cd384e
--- /dev/null
+++ b/public/images/pokemon/variant/back/688.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "b7653f": "459aac",
+ "385860": "70240f",
+ "6b503b": "373295",
+ "372e27": "220a56",
+ "c0e0e8": "e8d37b",
+ "8a6d45": "4557b5",
+ "808080": "7c582e",
+ "5890b0": "a9582e",
+ "fcffff": "e8e5c6",
+ "d0d0d0": "d3bc8c",
+ "88c0c8": "cd8a50",
+ "ef8955": "70cccf"
+ },
+ "2": {
+ "b7653f": "332149",
+ "385860": "2c052a",
+ "6b503b": "ba9fba",
+ "372e27": "1e1324",
+ "c0e0e8": "a74083",
+ "8a6d45": "f6eefc",
+ "808080": "4d6a09",
+ "5890b0": "4b0038",
+ "fcffff": "d1ec8c",
+ "d0d0d0": "94c268",
+ "88c0c8": "731f5c",
+ "ef8955": "4a376e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/689.json b/public/images/pokemon/variant/back/689.json
new file mode 100644
index 00000000000..6c47b57f35b
--- /dev/null
+++ b/public/images/pokemon/variant/back/689.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "cc7f70": "459aac",
+ "f2f2f2": "e8e5c6",
+ "5b8da6": "8d5030",
+ "595959": "7c582e",
+ "403410": "220a56",
+ "3f6273": "672e1e",
+ "b3b3b3": "d3bc8c",
+ "bfeaff": "e8d37b",
+ "85b4cc": "cd8a50",
+ "ff9f8c": "70cccf",
+ "66541f": "373295",
+ "997e2e": "4557b5"
+ },
+ "2": {
+ "cc7f70": "332149",
+ "f2f2f2": "caea77",
+ "5b8da6": "4b0038",
+ "595959": "2a5524",
+ "403410": "3f2a4b",
+ "3f6273": "3e073b",
+ "b3b3b3": "7eac4e",
+ "bfeaff": "a74083",
+ "85b4cc": "731f5c",
+ "f8f8f8": "dbaf67",
+ "ff9f8c": "4a376e",
+ "66541f": "ccb6cc",
+ "997e2e": "f6eefc"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/696_3.png b/public/images/pokemon/variant/back/696_3.png
index 87dc6ff576c..76bced189af 100644
Binary files a/public/images/pokemon/variant/back/696_3.png and b/public/images/pokemon/variant/back/696_3.png differ
diff --git a/public/images/pokemon/variant/back/697_3.png b/public/images/pokemon/variant/back/697_3.png
index 430bde3ae6d..cea5cfb6830 100644
Binary files a/public/images/pokemon/variant/back/697_3.png and b/public/images/pokemon/variant/back/697_3.png differ
diff --git a/public/images/pokemon/variant/back/715.json b/public/images/pokemon/variant/back/715.json
new file mode 100644
index 00000000000..7ca4d81e5dc
--- /dev/null
+++ b/public/images/pokemon/variant/back/715.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "287366": "731338",
+ "3aa694": "a42c54",
+ "404040": "542f98",
+ "343434": "3e107b",
+ "252525": "260447",
+ "4cd9c1": "d04b6c",
+ "595959": "7a5ccc",
+ "6a3f73": "0f103c",
+ "737373": "563d8f",
+ "801a1a": "801a1a",
+ "8e5499": "202558",
+ "bd70cc": "2f386b",
+ "bfbfbf": "ab83dd",
+ "e52e2e": "e52e2e",
+ "f8f8f8": "d5bdec"
+ },
+ "2": {
+ "101010": "101010",
+ "287366": "832714",
+ "3aa694": "b8552c",
+ "404040": "b18373",
+ "343434": "906152",
+ "252525": "6c3f39",
+ "4cd9c1": "dd834c",
+ "595959": "e2c7b5",
+ "6a3f73": "3b0c18",
+ "737373": "280911",
+ "801a1a": "801a1a",
+ "8e5499": "5b1922",
+ "bd70cc": "7c2928",
+ "bfbfbf": "43191e",
+ "e52e2e": "e52e2e",
+ "f8f8f8": "5a2a2b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/715_2.png b/public/images/pokemon/variant/back/715_2.png
index 91bebbc7e58..d9e04847334 100644
Binary files a/public/images/pokemon/variant/back/715_2.png and b/public/images/pokemon/variant/back/715_2.png differ
diff --git a/public/images/pokemon/variant/back/715_3.png b/public/images/pokemon/variant/back/715_3.png
index 123e9a7fa1d..11069652972 100644
Binary files a/public/images/pokemon/variant/back/715_3.png and b/public/images/pokemon/variant/back/715_3.png differ
diff --git a/public/images/pokemon/variant/back/742_2.png b/public/images/pokemon/variant/back/742_2.png
index 955cd3514ae..cfcc6c31f20 100644
Binary files a/public/images/pokemon/variant/back/742_2.png and b/public/images/pokemon/variant/back/742_2.png differ
diff --git a/public/images/pokemon/variant/back/742_3.png b/public/images/pokemon/variant/back/742_3.png
index a42604a6b56..a8157351738 100644
Binary files a/public/images/pokemon/variant/back/742_3.png and b/public/images/pokemon/variant/back/742_3.png differ
diff --git a/public/images/pokemon/variant/back/743_2.png b/public/images/pokemon/variant/back/743_2.png
index 983addac875..3e90381dcc1 100644
Binary files a/public/images/pokemon/variant/back/743_2.png and b/public/images/pokemon/variant/back/743_2.png differ
diff --git a/public/images/pokemon/variant/back/743_3.png b/public/images/pokemon/variant/back/743_3.png
index b892f735a5b..03d5b2719ff 100644
Binary files a/public/images/pokemon/variant/back/743_3.png and b/public/images/pokemon/variant/back/743_3.png differ
diff --git a/public/images/pokemon/variant/back/754_2.png b/public/images/pokemon/variant/back/754_2.png
index 234f96b9f45..af52b9c5f44 100644
Binary files a/public/images/pokemon/variant/back/754_2.png and b/public/images/pokemon/variant/back/754_2.png differ
diff --git a/public/images/pokemon/variant/back/754_3.png b/public/images/pokemon/variant/back/754_3.png
index 7a99986e40e..e00a2353a60 100644
Binary files a/public/images/pokemon/variant/back/754_3.png and b/public/images/pokemon/variant/back/754_3.png differ
diff --git a/public/images/pokemon/variant/back/791_1.png b/public/images/pokemon/variant/back/791_1.png
index 9d5da99ce5c..647884de128 100644
Binary files a/public/images/pokemon/variant/back/791_1.png and b/public/images/pokemon/variant/back/791_1.png differ
diff --git a/public/images/pokemon/variant/back/7_2.png b/public/images/pokemon/variant/back/7_2.png
index 7f0970f95bc..1deb4d30f61 100644
Binary files a/public/images/pokemon/variant/back/7_2.png and b/public/images/pokemon/variant/back/7_2.png differ
diff --git a/public/images/pokemon/variant/back/7_3.png b/public/images/pokemon/variant/back/7_3.png
index 2758617eea9..8111d99023e 100644
Binary files a/public/images/pokemon/variant/back/7_3.png and b/public/images/pokemon/variant/back/7_3.png differ
diff --git a/public/images/pokemon/variant/back/807.json b/public/images/pokemon/variant/back/807.json
new file mode 100644
index 00000000000..4471a1b5b50
--- /dev/null
+++ b/public/images/pokemon/variant/back/807.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "484f57": "243058",
+ "5bd0f2": "ebceff",
+ "2759a5": "736599",
+ "727678": "3f5277",
+ "daa936": "5c96b4",
+ "ef8a4e": "517bb5",
+ "f9e455": "80c7d7",
+ "9d682d": "3d648c",
+ "000000": "ffffff",
+ "2394d8": "b298d8",
+ "31343e": "14193f"
+ },
+ "2": {
+ "484f57": "cba3ca",
+ "5bd0f2": "df7298",
+ "2759a5": "a3378a",
+ "727678": "e7c9e2",
+ "daa936": "351d53",
+ "ef8a4e": "844c94",
+ "f9e455": "58326f",
+ "9d682d": "1f1144",
+ "000000": "ffffff",
+ "2394d8": "be5293",
+ "31343e": "a880b0"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/823-gigantamax_2.png b/public/images/pokemon/variant/back/823-gigantamax_2.png
index 7ccc99014a6..d37529893d9 100644
Binary files a/public/images/pokemon/variant/back/823-gigantamax_2.png and b/public/images/pokemon/variant/back/823-gigantamax_2.png differ
diff --git a/public/images/pokemon/variant/back/823-gigantamax_3.png b/public/images/pokemon/variant/back/823-gigantamax_3.png
index a85e9813268..9b329a4d6f6 100644
Binary files a/public/images/pokemon/variant/back/823-gigantamax_3.png and b/public/images/pokemon/variant/back/823-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/back/83_2.png b/public/images/pokemon/variant/back/83_2.png
index 3dda813cf92..103155eb387 100644
Binary files a/public/images/pokemon/variant/back/83_2.png and b/public/images/pokemon/variant/back/83_2.png differ
diff --git a/public/images/pokemon/variant/back/83_3.png b/public/images/pokemon/variant/back/83_3.png
index b8de9d82cc7..e06e48e577f 100644
Binary files a/public/images/pokemon/variant/back/83_3.png and b/public/images/pokemon/variant/back/83_3.png differ
diff --git a/public/images/pokemon/variant/back/857_2.png b/public/images/pokemon/variant/back/857_2.png
index bbc09762342..2481e0b825f 100644
Binary files a/public/images/pokemon/variant/back/857_2.png and b/public/images/pokemon/variant/back/857_2.png differ
diff --git a/public/images/pokemon/variant/back/857_3.png b/public/images/pokemon/variant/back/857_3.png
index 9f77ff938c6..0b14194a26f 100644
Binary files a/public/images/pokemon/variant/back/857_3.png and b/public/images/pokemon/variant/back/857_3.png differ
diff --git a/public/images/pokemon/variant/back/862_2.png b/public/images/pokemon/variant/back/862_2.png
index 705898eb9a7..1a79d39d63f 100644
Binary files a/public/images/pokemon/variant/back/862_2.png and b/public/images/pokemon/variant/back/862_2.png differ
diff --git a/public/images/pokemon/variant/back/862_3.png b/public/images/pokemon/variant/back/862_3.png
index 92f81bfe220..d8e6d2b5639 100644
Binary files a/public/images/pokemon/variant/back/862_3.png and b/public/images/pokemon/variant/back/862_3.png differ
diff --git a/public/images/pokemon/variant/back/881.json b/public/images/pokemon/variant/back/881.json
new file mode 100644
index 00000000000..3efad4efe60
--- /dev/null
+++ b/public/images/pokemon/variant/back/881.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "e39e1e": "9c1430",
+ "975e17": "5b0610",
+ "ffff84": "ee8563",
+ "ead900": "c6362b",
+ "101010": "101010",
+ "2abbfc": "ceb16f",
+ "09354d": "271014",
+ "9ab8ba": "cea5b9",
+ "edf3f2": "faebc8",
+ "5c7996": "a57185",
+ "07305f": "4d254a",
+ "085d94": "714363",
+ "0981ae": "45242e",
+ "27aed6": "6e4145",
+ "072241": "301636",
+ "097da8": "43222c",
+ "0a3463": "492146",
+ "23abd3": "b59795"
+ },
+ "2": {
+ "e39e1e": "35365e",
+ "975e17": "211b3d",
+ "ffff84": "dceeeb",
+ "ead900": "636287",
+ "101010": "101010",
+ "2abbfc": "26c248",
+ "09354d": "09354d",
+ "9ab8ba": "a3c465",
+ "edf3f2": "fcffe4",
+ "5c7996": "50a751",
+ "07305f": "7b1a5e",
+ "085d94": "ad3b6c",
+ "0981ae": "205e5d",
+ "27aed6": "2d7b65",
+ "072241": "5d0e54",
+ "097da8": "185453",
+ "0a3463": "721957",
+ "23abd3": "d49da9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_2.json b/public/images/pokemon/variant/back/881_2.json
deleted file mode 100644
index 568946ee9f9..00000000000
--- a/public/images/pokemon/variant/back/881_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "881_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 80,
- "h": 80
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:08f9e60b28adb0f1c25487a3423af005:e78d63b8a44825ae516935d669e48f61:1f7350865753535cbb572c579820f817$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_2.png b/public/images/pokemon/variant/back/881_2.png
deleted file mode 100644
index 76176d7d5fe..00000000000
Binary files a/public/images/pokemon/variant/back/881_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/881_3.json b/public/images/pokemon/variant/back/881_3.json
deleted file mode 100644
index b9101d9b13f..00000000000
--- a/public/images/pokemon/variant/back/881_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "881_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 80,
- "h": 80
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:08f9e60b28adb0f1c25487a3423af005:e78d63b8a44825ae516935d669e48f61:1f7350865753535cbb572c579820f817$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_3.png b/public/images/pokemon/variant/back/881_3.png
deleted file mode 100644
index c255e83cc16..00000000000
Binary files a/public/images/pokemon/variant/back/881_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/894.json b/public/images/pokemon/variant/back/894.json
new file mode 100644
index 00000000000..d213b87dcf4
--- /dev/null
+++ b/public/images/pokemon/variant/back/894.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "e5ee1a": "6ad7f3",
+ "7d542a": "2769aa",
+ "bc8b2f": "124b78",
+ "fefac7": "dffff6",
+ "2e3967": "357b84",
+ "8eacdd": "caffd1",
+ "375395": "5fcaad",
+ "4e7cc9": "9bf1c4",
+ "d7ad0d": "45a3d6"
+ },
+ "2": {
+ "e5ee1a": "d4ffd0",
+ "7d542a": "429877",
+ "bc8b2f": "2a6f5d",
+ "fefac7": "ffffff",
+ "2e3967": "514199",
+ "8eacdd": "c693d8",
+ "375395": "815bad",
+ "4e7cc9": "b67cd6",
+ "d7ad0d": "7cd395"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/895.json b/public/images/pokemon/variant/back/895.json
new file mode 100644
index 00000000000..d9a7f49ae44
--- /dev/null
+++ b/public/images/pokemon/variant/back/895.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "641e2c": "722123",
+ "b63650": "bc623e",
+ "608d99": "fae5bf",
+ "2b3d40": "754f47",
+ "4b6f78": "f1d4b6",
+ "e05276": "ef8429",
+ "f27a99": "efb55a",
+ "3f545f": "ad8473",
+ "872c3c": "93372d",
+ "242e35": "512c25"
+ },
+ "2": {
+ "641e2c": "15553b",
+ "b63650": "3bb349",
+ "608d99": "9b7ebc",
+ "2b3d40": "241951",
+ "4b6f78": "5a4382",
+ "e05276": "8aea41",
+ "f27a99": "dfff75",
+ "3f545f": "3a2a67",
+ "872c3c": "227843",
+ "242e35": "0f0c1e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/8_2.png b/public/images/pokemon/variant/back/8_2.png
index d0171dd1bdc..8c3605eb75b 100644
Binary files a/public/images/pokemon/variant/back/8_2.png and b/public/images/pokemon/variant/back/8_2.png differ
diff --git a/public/images/pokemon/variant/back/8_3.png b/public/images/pokemon/variant/back/8_3.png
index ea7724838db..c74f82777ce 100644
Binary files a/public/images/pokemon/variant/back/8_3.png and b/public/images/pokemon/variant/back/8_3.png differ
diff --git a/public/images/pokemon/variant/back/9-gigantamax_3.png b/public/images/pokemon/variant/back/9-gigantamax_3.png
index c98249e14d5..444264fa4fd 100644
Binary files a/public/images/pokemon/variant/back/9-gigantamax_3.png and b/public/images/pokemon/variant/back/9-gigantamax_3.png differ
diff --git a/public/images/pokemon/variant/back/9-mega_2.png b/public/images/pokemon/variant/back/9-mega_2.png
index e961ace2e5c..02987564bea 100644
Binary files a/public/images/pokemon/variant/back/9-mega_2.png and b/public/images/pokemon/variant/back/9-mega_2.png differ
diff --git a/public/images/pokemon/variant/back/9-mega_3.png b/public/images/pokemon/variant/back/9-mega_3.png
index 95a7babe58b..00150d4dd46 100644
Binary files a/public/images/pokemon/variant/back/9-mega_3.png and b/public/images/pokemon/variant/back/9-mega_3.png differ
diff --git a/public/images/pokemon/variant/back/910_2.png b/public/images/pokemon/variant/back/910_2.png
index 4efa5be2565..8c4dd643574 100644
Binary files a/public/images/pokemon/variant/back/910_2.png and b/public/images/pokemon/variant/back/910_2.png differ
diff --git a/public/images/pokemon/variant/back/910_3.png b/public/images/pokemon/variant/back/910_3.png
index c5f4b605dcb..ad622de11a4 100644
Binary files a/public/images/pokemon/variant/back/910_3.png and b/public/images/pokemon/variant/back/910_3.png differ
diff --git a/public/images/pokemon/variant/back/92_1.png b/public/images/pokemon/variant/back/92_1.png
index 20faf4213ca..96a70ecbf7b 100644
Binary files a/public/images/pokemon/variant/back/92_1.png and b/public/images/pokemon/variant/back/92_1.png differ
diff --git a/public/images/pokemon/variant/back/92_2.png b/public/images/pokemon/variant/back/92_2.png
index 6a7e13cc25e..711ece9d98b 100644
Binary files a/public/images/pokemon/variant/back/92_2.png and b/public/images/pokemon/variant/back/92_2.png differ
diff --git a/public/images/pokemon/variant/back/92_3.png b/public/images/pokemon/variant/back/92_3.png
index df995a87d55..918e0ee35f8 100644
Binary files a/public/images/pokemon/variant/back/92_3.png and b/public/images/pokemon/variant/back/92_3.png differ
diff --git a/public/images/pokemon/variant/back/944.json b/public/images/pokemon/variant/back/944.json
new file mode 100644
index 00000000000..6f41f91c4d6
--- /dev/null
+++ b/public/images/pokemon/variant/back/944.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "b5eab2": "75a0d0",
+ "d4eac7": "8bcfe5",
+ "bdb2bd": "53a164",
+ "ceceb7": "3ec295",
+ "726766": "4f985c",
+ "4a4860": "372869",
+ "8ce1b2": "6383c4",
+ "564a49": "286943",
+ "000000": "ffffff",
+ "4ca391": "3a4a8a",
+ "97859b": "3f8d59",
+ "a571e6": "ffe269",
+ "774d9b": "d09139",
+ "efeee1": "88eeab",
+ "afc6d8": "8056a7",
+ "c9e1f4": "b782cd",
+ "918772": "1c9b8d",
+ "869fad": "5e4090",
+ "3a2b2f": "18493f"
+ },
+ "2": {
+ "b5eab2": "a9c6dc",
+ "d4eac7": "e2f8ff",
+ "bdb2bd": "78b0c2",
+ "ceceb7": "abc1df",
+ "726766": "5386b9",
+ "4a4860": "4f133f",
+ "8ce1b2": "8397c4",
+ "564a49": "2c4f8a",
+ "000000": "ffffff",
+ "4ca391": "6974ad",
+ "97859b": "5582a4",
+ "a571e6": "4c5372",
+ "774d9b": "2c2c46",
+ "efeee1": "e2f3ff",
+ "afc6d8": "c23f4f",
+ "c9e1f4": "f98381",
+ "918772": "6777aa",
+ "869fad": "902a4b",
+ "3a2b2f": "1e3072"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/945.json b/public/images/pokemon/variant/back/945.json
new file mode 100644
index 00000000000..500e68e3812
--- /dev/null
+++ b/public/images/pokemon/variant/back/945.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "403f4f": "357747",
+ "1f2635": "1c193d",
+ "dcdcc3": "5ddcb2",
+ "d6d3ca": "499833",
+ "e0ebf1": "7ddfee",
+ "e6e2e1": "fffbf3",
+ "8d2151": "4676aa",
+ "4f483f": "1b727b",
+ "323d4a": "2e2452",
+ "000000": "ffffff",
+ "d73875": "68adca",
+ "aebec7": "62b0d0",
+ "38bdda": "494e64",
+ "282434": "14463f",
+ "aca699": "2db3a4",
+ "a4988b": "16613d",
+ "4b616b": "473869"
+ },
+ "2": {
+ "403f4f": "3b6b9e",
+ "1f2635": "3b091c",
+ "dcdcc3": "edf0f1",
+ "e6e2e1": "ebf4f9",
+ "8d2151": "4676aa",
+ "4f483f": "5d7487",
+ "323d4a": "580f1d",
+ "000000": "ffffff",
+ "a599a8": "bf888f",
+ "d73875": "68adca",
+ "7c6a84": "965b6f",
+ "38bdda": "494e64",
+ "282434": "2d427e",
+ "aca699": "acbfc7",
+ "4b616b": "8a2029"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/970_2.png b/public/images/pokemon/variant/back/970_2.png
index 2e07eb2fb07..4f3a7eb76ef 100644
Binary files a/public/images/pokemon/variant/back/970_2.png and b/public/images/pokemon/variant/back/970_2.png differ
diff --git a/public/images/pokemon/variant/back/978-curly_2.png b/public/images/pokemon/variant/back/978-curly_2.png
index 4a5ede3e81a..70bde1acb2f 100644
Binary files a/public/images/pokemon/variant/back/978-curly_2.png and b/public/images/pokemon/variant/back/978-curly_2.png differ
diff --git a/public/images/pokemon/variant/back/978-curly_3.png b/public/images/pokemon/variant/back/978-curly_3.png
index af6d8a8aa33..877dbbaee6f 100644
Binary files a/public/images/pokemon/variant/back/978-curly_3.png and b/public/images/pokemon/variant/back/978-curly_3.png differ
diff --git a/public/images/pokemon/variant/back/978-droopy_2.png b/public/images/pokemon/variant/back/978-droopy_2.png
index 23e1b955d4d..7259f4e5635 100644
Binary files a/public/images/pokemon/variant/back/978-droopy_2.png and b/public/images/pokemon/variant/back/978-droopy_2.png differ
diff --git a/public/images/pokemon/variant/back/978-droopy_3.png b/public/images/pokemon/variant/back/978-droopy_3.png
index 6255349f590..9ba70e6d395 100644
Binary files a/public/images/pokemon/variant/back/978-droopy_3.png and b/public/images/pokemon/variant/back/978-droopy_3.png differ
diff --git a/public/images/pokemon/variant/back/982-three-segment_3.png b/public/images/pokemon/variant/back/982-three-segment_3.png
index 3286d3331a5..ed5d835ab16 100644
Binary files a/public/images/pokemon/variant/back/982-three-segment_3.png and b/public/images/pokemon/variant/back/982-three-segment_3.png differ
diff --git a/public/images/pokemon/variant/back/982_3.png b/public/images/pokemon/variant/back/982_3.png
index b6b0ef0c2f4..0c8766b59cb 100644
Binary files a/public/images/pokemon/variant/back/982_3.png and b/public/images/pokemon/variant/back/982_3.png differ
diff --git a/public/images/pokemon/variant/back/987.json b/public/images/pokemon/variant/back/987.json
index 1773ba70c36..e28a34d5435 100644
--- a/public/images/pokemon/variant/back/987.json
+++ b/public/images/pokemon/variant/back/987.json
@@ -9,7 +9,7 @@
"de62a4": "ffc668",
"4a83a4": "387fa7",
"314a62": "244260",
- "70bbb4": "f8d371",
+ "548e88": "2d60bb",
"a4295a": "cc762f"
},
"1": {
@@ -22,7 +22,7 @@
"de62a4": "ffdf90",
"4a83a4": "a1c8db",
"314a62": "7396b4",
- "70bbb4": "70bbb4",
+ "548e88": "a9c0c6",
"a4295a": "e28c27"
},
"2": {
@@ -35,7 +35,7 @@
"de62a4": "e25038",
"4a83a4": "e6aa47",
"314a62": "b56f2a",
- "70bbb4": "f8d371",
+ "548e88": "e0b544",
"a4295a": "a62a21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/9_2.png b/public/images/pokemon/variant/back/9_2.png
index a55c0c139fb..409472b2e52 100644
Binary files a/public/images/pokemon/variant/back/9_2.png and b/public/images/pokemon/variant/back/9_2.png differ
diff --git a/public/images/pokemon/variant/back/9_3.png b/public/images/pokemon/variant/back/9_3.png
index edae3f66b71..2cb0b1a3917 100644
Binary files a/public/images/pokemon/variant/back/9_3.png and b/public/images/pokemon/variant/back/9_3.png differ
diff --git a/public/images/pokemon/variant/back/female/154.json b/public/images/pokemon/variant/back/female/154.json
new file mode 100644
index 00000000000..d7463ebee9d
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/154.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "634a00": "6da0df",
+ "ff3a5a": "234d81",
+ "e6ad00": "90c6f8",
+ "ce213a": "192e5e",
+ "63bd42": "9d86d9",
+ "f7a59c": "78d38b",
+ "7b103a": "111c44",
+ "107b31": "8057b2",
+ "ffde21": "b9e2ff",
+ "9ce652": "b7afee"
+ },
+ "2": {
+ "634a00": "144627",
+ "ff3a5a": "9ed662",
+ "e6ad00": "1e632b",
+ "ce213a": "81c65c",
+ "63bd42": "a31f60",
+ "f7a59c": "ddf2b5",
+ "7b103a": "59ac45",
+ "107b31": "761858",
+ "ffde21": "288028",
+ "9ce652": "cd3b6b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/194.json b/public/images/pokemon/variant/back/female/194.json
new file mode 100644
index 00000000000..db649381d14
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/194.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "529ce6": "e8983d",
+ "9463a5": "2ea380",
+ "633a6b": "09484f",
+ "3a7bc5": "d5682e",
+ "73bdff": "ffc355",
+ "d65ad6": "44d77f",
+ "104a84": "7a150a"
+ },
+ "2": {
+ "529ce6": "564daa",
+ "9463a5": "aeccdf",
+ "633a6b": "444c7e",
+ "3a7bc5": "3f377e",
+ "73bdff": "5c66c4",
+ "d65ad6": "e8faff",
+ "104a84": "180d42"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/195.json b/public/images/pokemon/variant/back/female/195.json
new file mode 100644
index 00000000000..a097ea3eac4
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/195.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "ade6ff": "f6dfa8",
+ "84d6f7": "ed9e4f",
+ "637ba5": "816251",
+ "639cbd": "dc6a4d",
+ "3194a5": "44d77f",
+ "6b5a8c": "1b5a55",
+ "425284": "b03844",
+ "426b84": "b8453b",
+ "195a6b": "2ea380"
+ },
+ "2": {
+ "ade6ff": "9864c2",
+ "84d6f7": "724ba7",
+ "637ba5": "504a8a",
+ "639cbd": "493a8d",
+ "3194a5": "ebf5ff",
+ "6b5a8c": "5e649b",
+ "425284": "240830",
+ "195a6b": "aebbdf",
+ "19423a": "747aae"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/198.json b/public/images/pokemon/variant/back/female/198.json
new file mode 100644
index 00000000000..eed8404265c
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/198.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "d94352": "8c1b23",
+ "314263": "462b20",
+ "efd684": "a6a6b3",
+ "d64252": "b3986b",
+ "42639c": "694c30",
+ "5a4a21": "25253b",
+ "292942": "2a1512",
+ "b59c21": "57566f",
+ "73293a": "755237",
+ "d6bd52": "838098"
+ },
+ "2": {
+ "d94352": "8c1b23",
+ "314263": "0e4333",
+ "efd684": "c2723a",
+ "d64252": "bc4b84",
+ "42639c": "1d6e47",
+ "5a4a21": "4e1915",
+ "292942": "091e16",
+ "b59c21": "85412d",
+ "73293a": "7b2363",
+ "d6bd52": "9a5524"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/212.json b/public/images/pokemon/variant/back/female/212.json
new file mode 100644
index 00000000000..84f12bf1434
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/212.json
@@ -0,0 +1,41 @@
+{
+ "0": {
+ "632929": "215a2d",
+ "f76b6b": "8cce73",
+ "a52929": "2f794e",
+ "101010": "101010",
+ "d63a3a": "4a9c53",
+ "9494a5": "9494a5",
+ "ffffff": "ffffff",
+ "b5b5ce": "b5b5ce",
+ "3a3a4a": "3a3a4a",
+ "9c6b21": "9c6b21",
+ "dec510": "dec510"
+ },
+ "1": {
+ "632929": "2f2962",
+ "f76b6b": "639cf7",
+ "a52929": "29429c",
+ "101010": "101010",
+ "d63a3a": "4263ef",
+ "9494a5": "6262a4",
+ "ffffff": "ffffff",
+ "b5b5ce": "b5b5ce",
+ "3a3a4a": "3c3c50",
+ "9c6b21": "131387",
+ "dec510": "10bdde"
+ },
+ "2": {
+ "632929": "645117",
+ "f76b6b": "c59f29",
+ "a52929": "b88619",
+ "101010": "101010",
+ "d63a3a": "ffca2a",
+ "9494a5": "3c4543",
+ "ffffff": "ffffff",
+ "b5b5ce": "b5b5ce",
+ "3a3a4a": "282d2c",
+ "9c6b21": "9c6b21",
+ "dec510": "dec510"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/25-beauty-cosplay.json b/public/images/pokemon/variant/back/female/25-beauty-cosplay.json
new file mode 100644
index 00000000000..34a087f71cd
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/25-beauty-cosplay.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "f7cc2f": "d5ac44",
+ "9c5200": "315c75",
+ "f7e860": "eddc78",
+ "cecab9": "b84084",
+ "2d276d": "454a61",
+ "4d88c4": "e4f6f1",
+ "39509d": "9ec4cd",
+ "fffdea": "ea82a6",
+ "f7e652": "a3d1a8",
+ "f7bd21": "79b5a5",
+ "5e5e6b": "8a2554"
+ },
+ "2": {
+ "4f454c": "f1b571",
+ "f7cc2f": "d5ac44",
+ "fffabf": "f5efd1",
+ "9c5200": "283361",
+ "f7e860": "eddc78",
+ "965b0e": "96500e",
+ "cecab9": "b84084",
+ "2d276d": "454a61",
+ "4d88c4": "e4f6f1",
+ "39509d": "9ec4cd",
+ "fffdea": "ea82a6",
+ "1e1526": "a45233",
+ "f7e652": "577b98",
+ "f7bd21": "486689",
+ "5e5e6b": "8a2554"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/25-cool-cosplay.json b/public/images/pokemon/variant/back/female/25-cool-cosplay.json
new file mode 100644
index 00000000000..278feb070bd
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/25-cool-cosplay.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "171717": "2a1d36",
+ "c52119": "ad4e76",
+ "842222": "7b1f18",
+ "f7e652": "a3d1a8",
+ "fff7a5": "c4e3c3",
+ "f7bd21": "79b5a5",
+ "ba2b23": "b73850",
+ "9c5200": "1c4f75",
+ "d95b45": "cf6887",
+ "3b3b40": "4a3e46"
+ },
+ "2": {
+ "171717": "a45233",
+ "656f86": "cf752b",
+ "a5b0b6": "f0b541",
+ "c52119": "ebc67c",
+ "842222": "1e1e43",
+ "f7e652": "577b98",
+ "fff7a5": "7b96aa",
+ "f7bd21": "445f8a",
+ "ba2b23": "2c2c47",
+ "55555e": "8f4b32",
+ "9c5200": "22325c",
+ "f4f7ab": "eadbb3",
+ "d95b45": "3a3f5e",
+ "3b3b40": "f1b571",
+ "272b2b": "7d3833"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/25-cosplay.json b/public/images/pokemon/variant/back/female/25-cosplay.json
new file mode 100644
index 00000000000..c574d63d743
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/25-cosplay.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "f7e652": "a3d1a8",
+ "fff7a5": "c4e3c3",
+ "c52119": "ad4e76",
+ "f7bd21": "79b5a5",
+ "52525a": "4f454c",
+ "9c5200": "315c75",
+ "292929": "1e1526",
+ "633108": "09406b",
+ "e65a42": "cf6182",
+ "de9400": "338087"
+ },
+ "2": {
+ "f7e652": "577b98",
+ "fff7a5": "7b96aa",
+ "c52119": "ebc67c",
+ "f7bd21": "445f8a",
+ "52525a": "f1b571",
+ "9c5200": "23345e",
+ "292929": "a45233",
+ "633108": "22244f",
+ "e65a42": "eedd9c",
+ "de9400": "324472"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/25-cute-cosplay.json b/public/images/pokemon/variant/back/female/25-cute-cosplay.json
new file mode 100644
index 00000000000..7b26b79d08f
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/25-cute-cosplay.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "752bd0": "5452b7",
+ "baa998": "bab699",
+ "fff7a5": "c4e3c3",
+ "f7e652": "a3d1a8",
+ "ea82a6": "e8848e",
+ "cf4770": "cf4a59",
+ "f3bace": "f2bbbb",
+ "853247": "85323c",
+ "f7ef97": "f0eaa8",
+ "52525a": "4f454c",
+ "292929": "30263b",
+ "f7bd21": "79b5a5",
+ "9c5200": "255e8a"
+ },
+ "2": {
+ "752bd0": "7751c2",
+ "baa998": "d3ab5a",
+ "fff7a5": "7b96aa",
+ "f7e652": "577b98",
+ "ea82a6": "a4b95f",
+ "cf4770": "739b55",
+ "f3bace": "c5cc85",
+ "853247": "254b30",
+ "f7ef97": "ebe7b7",
+ "52525a": "f1b571",
+ "292929": "a45233",
+ "f7bd21": "445f8a",
+ "9c5200": "23345e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/25-partner.json b/public/images/pokemon/variant/back/female/25-partner.json
new file mode 100644
index 00000000000..affebee3c8b
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/25-partner.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "9c5200": "315c75",
+ "171717": "1e1526",
+ "fff7a5": "c4e3c3",
+ "f7bd21": "79b5a5",
+ "f7e652": "a3d1a8",
+ "c52119": "ad4e76",
+ "e65a42": "cf6182",
+ "633108": "09406b",
+ "45454a": "4f454c",
+ "de9400": "338087"
+ },
+ "2": {
+ "9c5200": "23345e",
+ "171717": "a45233",
+ "fff7a5": "7b96aa",
+ "f7bd21": "445f8a",
+ "f7e652": "577b98",
+ "c52119": "ebc67c",
+ "e65a42": "eedd9c",
+ "633108": "22244f",
+ "45454a": "f1b571",
+ "de9400": "324472"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/25-smart-cosplay.json b/public/images/pokemon/variant/back/female/25-smart-cosplay.json
new file mode 100644
index 00000000000..50749b31d8b
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/25-smart-cosplay.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "fffdea": "f8ffe3",
+ "b7a599": "bab699",
+ "60b553": "76a848",
+ "f7e652": "a3d1a8",
+ "366635": "3e5b2f",
+ "95635b": "91685f",
+ "171717": "1e1526",
+ "5f3434": "573b38",
+ "54545c": "55555e",
+ "52525a": "4f454c",
+ "292929": "272b2b",
+ "f7bd21": "79b5a5",
+ "9c5200": "315c75"
+ },
+ "2": {
+ "fffdea": "f2f0df",
+ "b7a599": "a7b6b9",
+ "60b553": "dfb053",
+ "f7e652": "577b98",
+ "366635": "ab5130",
+ "95635b": "a09ea3",
+ "171717": "a45233",
+ "5f3434": "666060",
+ "54545c": "45525c",
+ "52525a": "f1b571",
+ "292929": "202937",
+ "f7bd21": "445f8a",
+ "9c5200": "23345e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/25-tough-cosplay.json b/public/images/pokemon/variant/back/female/25-tough-cosplay.json
new file mode 100644
index 00000000000..49c50d17ad2
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/25-tough-cosplay.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "e37511": "d1694f",
+ "bf2629": "cf6a59",
+ "8d2b1d": "bf3638",
+ "c52119": "ad4e76",
+ "46464d": "2b3340",
+ "292929": "1e1526",
+ "f7bd21": "79b5a5",
+ "fbab33": "de9764",
+ "e65a42": "cf6182",
+ "cecab9": "cfc8aa",
+ "52525a": "4f454c",
+ "f7e652": "a3d1a8",
+ "9c5200": "315c75"
+ },
+ "2": {
+ "e37511": "60448d",
+ "bf2629": "826694",
+ "f8ffe3": "e8e3e4",
+ "8d2b1d": "3d3f7d",
+ "c52119": "ebc67c",
+ "46464d": "2b3340",
+ "292929": "a45233",
+ "f7bd21": "445f8a",
+ "fbab33": "845ea1",
+ "e65a42": "eedd9c",
+ "cecab9": "beb1b4",
+ "8e2525": "242866",
+ "52525a": "f1b571",
+ "f7e652": "577b98",
+ "272b2b": "162231",
+ "9c5200": "23345e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/25.json b/public/images/pokemon/variant/back/female/25.json
new file mode 100644
index 00000000000..affebee3c8b
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/25.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "9c5200": "315c75",
+ "171717": "1e1526",
+ "fff7a5": "c4e3c3",
+ "f7bd21": "79b5a5",
+ "f7e652": "a3d1a8",
+ "c52119": "ad4e76",
+ "e65a42": "cf6182",
+ "633108": "09406b",
+ "45454a": "4f454c",
+ "de9400": "338087"
+ },
+ "2": {
+ "9c5200": "23345e",
+ "171717": "a45233",
+ "fff7a5": "7b96aa",
+ "f7bd21": "445f8a",
+ "f7e652": "577b98",
+ "c52119": "ebc67c",
+ "e65a42": "eedd9c",
+ "633108": "22244f",
+ "45454a": "f1b571",
+ "de9400": "324472"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/26.json b/public/images/pokemon/variant/back/female/26.json
new file mode 100644
index 00000000000..6a29870fc8b
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/26.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "63636b": "4f454c",
+ "944242": "395a80",
+ "bd5a31": "386d82",
+ "e6bd84": "a4bda7",
+ "ffbd00": "b3596b",
+ "5a2929": "293059",
+ "3a3a42": "30263b",
+ "8c6310": "8c3c4c",
+ "ffde5a": "cf7878",
+ "f7ad29": "76a68b",
+ "734231": "6e2f33",
+ "ffefd6": "c8d4ba",
+ "de7b31": "539190"
+ },
+ "2": {
+ "101010": "000000",
+ "542127": "905331",
+ "944242": "2d3b80",
+ "bd5a31": "375681",
+ "e6bd84": "a6b5ab",
+ "ffbd00": "f3cf91",
+ "5a2929": "202a60",
+ "8c6310": "c79b5a",
+ "ffde5a": "f2e4b6",
+ "f7ad29": "6385ab",
+ "734231": "bf8445",
+ "ffefd6": "cfc4b5",
+ "de7b31": "4d6f98",
+ "643034": "2e4685"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/3.json b/public/images/pokemon/variant/back/female/3.json
index 567479d58d0..49fe726b084 100644
--- a/public/images/pokemon/variant/back/female/3.json
+++ b/public/images/pokemon/variant/back/female/3.json
@@ -1,6 +1,7 @@
{
"1": {
"843100": "033b22",
+ "830009": "23033b",
"ffbdbd": "a266b0",
"ffef52": "37d6de",
"debd29": "078a8f",
@@ -10,6 +11,7 @@
"101010": "101010",
"105242": "190038",
"107b6b": "9e1976",
+ "2e5519": "38001c",
"5a9c3a": "b34952",
"5ad6c5": "f062a4",
"21b59c": "de3592",
@@ -18,6 +20,7 @@
},
"2": {
"843100": "420514",
+ "830009": "154205",
"ffbdbd": "e7e385",
"ffef52": "f75ea8",
"debd29": "a30a66",
@@ -27,6 +30,7 @@
"101010": "101010",
"105242": "381601",
"107b6b": "d15d04",
+ "2e5519": "011c38",
"5a9c3a": "446b94",
"5ad6c5": "faa405",
"21b59c": "fa8405",
diff --git a/public/images/pokemon/variant/back/female/399_2.png b/public/images/pokemon/variant/back/female/399_2.png
index fcd948a0ef9..b71497f9ccf 100644
Binary files a/public/images/pokemon/variant/back/female/399_2.png and b/public/images/pokemon/variant/back/female/399_2.png differ
diff --git a/public/images/pokemon/variant/back/female/418_2.png b/public/images/pokemon/variant/back/female/418_2.png
index fc6ad0362df..03a1b2b7dd4 100644
Binary files a/public/images/pokemon/variant/back/female/418_2.png and b/public/images/pokemon/variant/back/female/418_2.png differ
diff --git a/public/images/pokemon/variant/back/female/418_3.png b/public/images/pokemon/variant/back/female/418_3.png
index a9051456db9..faf166b7184 100644
Binary files a/public/images/pokemon/variant/back/female/418_3.png and b/public/images/pokemon/variant/back/female/418_3.png differ
diff --git a/public/images/pokemon/variant/back/female/41_2.png b/public/images/pokemon/variant/back/female/41_2.png
index bd1e22238cc..4fdb671c61a 100644
Binary files a/public/images/pokemon/variant/back/female/41_2.png and b/public/images/pokemon/variant/back/female/41_2.png differ
diff --git a/public/images/pokemon/variant/back/female/41_3.png b/public/images/pokemon/variant/back/female/41_3.png
index fec4f49c599..f494bd5b07e 100644
Binary files a/public/images/pokemon/variant/back/female/41_3.png and b/public/images/pokemon/variant/back/female/41_3.png differ
diff --git a/public/images/pokemon/variant/back/female/42_2.png b/public/images/pokemon/variant/back/female/42_2.png
index 61360275ca1..2fa196d973a 100644
Binary files a/public/images/pokemon/variant/back/female/42_2.png and b/public/images/pokemon/variant/back/female/42_2.png differ
diff --git a/public/images/pokemon/variant/back/female/42_3.png b/public/images/pokemon/variant/back/female/42_3.png
index bd86c83f3c0..4e88627d6b6 100644
Binary files a/public/images/pokemon/variant/back/female/42_3.png and b/public/images/pokemon/variant/back/female/42_3.png differ
diff --git a/public/images/pokemon/variant/exp/181-mega_3.png b/public/images/pokemon/variant/exp/181-mega_3.png
index 2e88beea872..7172bc45244 100644
Binary files a/public/images/pokemon/variant/exp/181-mega_3.png and b/public/images/pokemon/variant/exp/181-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/2026.json b/public/images/pokemon/variant/exp/2026.json
new file mode 100644
index 00000000000..287b16fb52b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/2026.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "ecd8b7": "b4c2a5",
+ "646124": "492652",
+ "602c24": "162f4b",
+ "fef652": "eb999a",
+ "846b5b": "467f85",
+ "1a73cc": "b85346",
+ "9c5430": "1d3a57",
+ "174680": "2b1307",
+ "fef443": "c48081",
+ "b45f25": "2d5261",
+ "fffdfb": "d6d9ca",
+ "e9be14": "945c7b",
+ "e3882d": "3d7375",
+ "965821": "2f4e6b",
+ "552720": "142c48"
+ },
+ "2": {
+ "ecd8b7": "5a6f90",
+ "646124": "122140",
+ "fef652": "faee9e",
+ "846b5b": "202746",
+ "1a73cc": "c26400",
+ "174680": "2b0606",
+ "fef443": "3a5873",
+ "b45f25": "bd8551",
+ "fffdfb": "6d8297",
+ "e9be14": "1a3551",
+ "e3882d": "d3b06f",
+ "965821": "9cb3ca",
+ "552720": "43617f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/2103.json b/public/images/pokemon/variant/exp/2103.json
new file mode 100644
index 00000000000..2e97727835a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/2103.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "2f9934": "dea44c",
+ "9f6b41": "426378",
+ "70442e": "283f5b",
+ "e6ac5a": "869fdc",
+ "522f16": "131d33",
+ "9cbd4a": "9977dd",
+ "fff68b": "a3c4ed",
+ "36cc36": "f4e774",
+ "2d5826": "c8592a",
+ "7b5210": "373e85",
+ "ffffcd": "d3efff"
+ },
+ "2": {
+ "2f9934": "3d324b",
+ "9f6b41": "ffdbe7",
+ "70442e": "d59cba",
+ "e6ac5a": "c84e7f",
+ "522f16": "925b81",
+ "9cbd4a": "824a96",
+ "fff68b": "eb748d",
+ "36cc36": "6a5b73",
+ "2d5826": "1f1a31",
+ "7b5210": "4e1044",
+ "ffffcd": "ffa29d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/212-mega_2.png b/public/images/pokemon/variant/exp/212-mega_2.png
index d08116555cd..2665dfbc253 100644
Binary files a/public/images/pokemon/variant/exp/212-mega_2.png and b/public/images/pokemon/variant/exp/212-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/212-mega_3.png b/public/images/pokemon/variant/exp/212-mega_3.png
index c93db623fda..75226e68010 100644
Binary files a/public/images/pokemon/variant/exp/212-mega_3.png and b/public/images/pokemon/variant/exp/212-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/248-mega.json b/public/images/pokemon/variant/exp/248-mega.json
index f6a6d5bf7ed..0a46ac40a4a 100644
--- a/public/images/pokemon/variant/exp/248-mega.json
+++ b/public/images/pokemon/variant/exp/248-mega.json
@@ -1,32 +1,34 @@
{
"1": {
- "4a5a39": "533334",
- "dee6cd": "dbb1b5",
- "101010": "101010",
- "accd9c": "c78482",
- "ffffff": "ffffff",
- "c5c5c5": "c5c5c5",
- "739c62": "915957",
- "d55200": "006fbe",
- "942900": "004194",
- "ee5229": "0098fc",
- "bd3920": "006fbe",
- "737373": "737373",
- "6a2000": "004194"
+"4a5a39": "533334",
+"821610": "004194",
+"942900": "004194",
+"d0243b": "006fb3",
+"d55200": "0098fc",
+"ff3e40": "0098fc",
+"f24159": "088a72",
+"f55e72": "18b8a0",
+"ff6668": "1cd9ff",
+"739c62": "915957",
+"ff8385": "00e0fc",
+"ffa3a4": "00ffc8",
+"accd9c": "c78482",
+"dee6cd": "dbb1b5"
},
"2": {
- "4a5a39": "06092f",
- "dee6cd": "7068b2",
- "101010": "101010",
- "accd9c": "625695",
- "ffffff": "ffffff",
- "c5c5c5": "c5c5c5",
- "739c62": "2c3071",
- "d55200": "ffa904",
- "942900": "ee7b06",
- "ee5229": "ffef76",
- "bd3920": "ffa904",
- "737373": "737373",
- "6a2000": "ee7b06"
+"4a5a39": "06092f",
+"821610": "ee7b06",
+"942900": "ee7b06",
+"d0243b": "ffa904",
+"d55200": "ffa904",
+"ff3e40": "ffef76",
+"f24159": "ffbf44",
+"f55e72": "ffd380",
+"ff6668": "fef3a1",
+"739c62": "2c3071",
+"ff8385": "fff8c1",
+"ffa3a4": "fffbdd",
+"accd9c": "625695",
+"dee6cd": "7068b2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/3-mega_2.png b/public/images/pokemon/variant/exp/3-mega_2.png
index 97dce2ae673..b9cb20aba0a 100644
Binary files a/public/images/pokemon/variant/exp/3-mega_2.png and b/public/images/pokemon/variant/exp/3-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/3-mega_3.png b/public/images/pokemon/variant/exp/3-mega_3.png
index 277b3c82082..ddd1e998130 100644
Binary files a/public/images/pokemon/variant/exp/3-mega_3.png and b/public/images/pokemon/variant/exp/3-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/334-mega_2.png b/public/images/pokemon/variant/exp/334-mega_2.png
index 7a6fdb20cf2..9588df214d0 100644
Binary files a/public/images/pokemon/variant/exp/334-mega_2.png and b/public/images/pokemon/variant/exp/334-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/359-mega.json b/public/images/pokemon/variant/exp/359-mega.json
new file mode 100644
index 00000000000..084ba24477b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/359-mega.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "ffffff": "61a8ab",
+ "253334": "27122b",
+ "253333": "2b3266",
+ "273636": "101f30",
+ "7b2931": "c9824b",
+ "414a6a": "421e4a",
+ "b4b4d5": "458196",
+ "cd2920": "f7c26d",
+ "293939": "27122b",
+ "525a7b": "59274e",
+ "d5deee": "589aa6",
+ "737bac": "874267",
+ "8b8bac": "3b6987",
+ "626283": "2a3163"
+ },
+ "2": {
+ "ffffff": "9e363b",
+ "253334": "996e5f",
+ "253333": "420b26",
+ "273636": "420918",
+ "7b2931": "0f4391",
+ "414a6a": "b39279",
+ "b4b4d5": "752f40",
+ "cd2920": "2a96ce",
+ "293939": "996e5f",
+ "525a7b": "e0c79f",
+ "d5deee": "8f2f41",
+ "737bac": "f5f1cb",
+ "8b8bac": "59213b",
+ "626283": "42122d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/362-mega.json b/public/images/pokemon/variant/exp/362-mega.json
index 27f5d6f5afc..3b6e39436e6 100644
--- a/public/images/pokemon/variant/exp/362-mega.json
+++ b/public/images/pokemon/variant/exp/362-mega.json
@@ -1,38 +1,35 @@
-{
- "1": {
- "000000": "000000",
+{"1": {
+ "010101": "000000",
"2b74a8": "84073c",
- "a4deff": "ffd287",
- "7b7b83": "151a57",
- "62bdee": "fd9b44",
- "58585f": "0d1146",
- "faf9fb": "ff937b",
+ "bbeeff": "f9383e",
"393941": "0d1146",
+ "7dbbee": "b7113a",
+ "fefefe": "ff937b",
"e6e6f6": "a2b7e5",
"7b7b94": "151a57",
"c5cde6": "6076c6",
"acaccd": "2f3c84",
- "52526a": "0d1146",
+ "2983bd": "d54f14",
+ "62bdee": "fd9b44",
"a82f37": "f9ff3d",
- "324c67": "460025",
- "ffffff": "ff937b"
+ "afe3f8": "ffd287",
+ "20315e": "460025"
},
"2": {
- "000000": "010101",
+ "010101": "010101",
"2b74a8": "0c4b3a",
- "a4deff": "f2ff87",
- "7b7b83": "4a282a",
- "62bdee": "c0ee46",
- "58585f": "221315",
- "faf9fb": "c8ff9c",
+ "bbeeff": "5ce11a",
"393941": "221315",
+ "7dbbee": "009325",
+ "fefefe": "c8ff9c",
"e6e6f6": "9b6146",
"7b7b94": "4a282a",
"c5cde6": "7e4a3f",
"acaccd": "613735",
- "52526a": "221315",
+ "2983bd": "6bb61a",
+ "62bdee": "c0ee46",
"a82f37": "ff36b3",
- "324c67": "0a2a2e",
- "ffffff": "c8ff9c"
+ "afe3f8": "f2ff87",
+ "20315e": "0a2a2e"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/384-mega_2.png b/public/images/pokemon/variant/exp/384-mega_2.png
index dc03a7ba8e2..57ed787e8da 100644
Binary files a/public/images/pokemon/variant/exp/384-mega_2.png and b/public/images/pokemon/variant/exp/384-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/4080_1.png b/public/images/pokemon/variant/exp/4080_1.png
index a7e6de6cff7..aad11f1dd4a 100644
Binary files a/public/images/pokemon/variant/exp/4080_1.png and b/public/images/pokemon/variant/exp/4080_1.png differ
diff --git a/public/images/pokemon/variant/exp/4199_1.png b/public/images/pokemon/variant/exp/4199_1.png
index 4ad5b00b4c7..0a22d90da05 100644
Binary files a/public/images/pokemon/variant/exp/4199_1.png and b/public/images/pokemon/variant/exp/4199_1.png differ
diff --git a/public/images/pokemon/variant/exp/6503.json b/public/images/pokemon/variant/exp/6503.json
new file mode 100644
index 00000000000..62c6cb628b2
--- /dev/null
+++ b/public/images/pokemon/variant/exp/6503.json
@@ -0,0 +1,37 @@
+{
+ "1": {
+ "282f62": "f7d9de",
+ "c4c5cf": "e3c2ca",
+ "84a4a7": "563785",
+ "a82c47": "d45b9e",
+ "8aa3a3": "6b415b",
+ "8da8a8": "a58b90",
+ "1d3962": "28142c",
+ "d75063": "b73891",
+ "d9cacd": "f7d9de",
+ "808280": "020501",
+ "1e224e": "dc95ae",
+ "1e5b9b": "4d244b",
+ "181531": "a26579",
+ "6b1c34": "8f3396",
+ "597471": "332a59",
+ "494a48": "3d2439"
+ },
+ "2": {
+ "282f62": "efdfee",
+ "c4c5cf": "232d2e",
+ "84a4a7": "41857b",
+ "a82c47": "8abfb1",
+ "8aa3a3": "181f20",
+ "faf9f9": "2c3940",
+ "8da8a8": "bdbdbd",
+ "1d3962": "321e1e",
+ "d75063": "8f65d8",
+ "1e224e": "ba9bc1",
+ "1e5b9b": "5e3e38",
+ "181531": "715b72",
+ "6b1c34": "6d9d9a",
+ "597471": "2a5c57",
+ "494a48": "0b0f18"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/653.json b/public/images/pokemon/variant/exp/653.json
index aa8c032d4e3..be967d6c9c2 100644
--- a/public/images/pokemon/variant/exp/653.json
+++ b/public/images/pokemon/variant/exp/653.json
@@ -1,28 +1,28 @@
{
"1": {
- "796934": "9f398a",
- "fee772": "e190c3",
"101010": "101010",
- "cfb458": "c35ba3",
- "7f2d1b": "3c195c",
- "ec5631": "794cb7",
- "b64126": "502c81",
- "736a65": "68326b",
- "ffffff": "fbecff",
- "c5c5ce": "c093c3",
- "524e4e": "404040"
+ "736028": "9f398a",
+ "ffd659": "e190c3",
+ "ccab47": "c35ba3",
+ "732e17": "3c195c",
+ "f26130": "794cb7",
+ "b34724": "502c81",
+ "737373": "68326b",
+ "f8f8f8": "fbecff",
+ "bfbfbf": "c093c3",
+ "404040": "404040"
},
"2": {
- "796934": "172547",
- "fee772": "3a6a93",
"101010": "101010",
- "cfb458": "264166",
- "7f2d1b": "005646",
- "ec5631": "21d170",
- "b64126": "0aaa77",
- "736a65": "75553c",
- "ffffff": "fff8ec",
- "c5c5ce": "d4b996",
- "524e4e": "404040"
+ "736028": "172547",
+ "ffd659": "3a6a93",
+ "ccab47": "264166",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
+ "737373": "75553c",
+ "f8f8f8": "fff8ec",
+ "bfbfbf": "d4b996",
+ "404040": "404040"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/654.json b/public/images/pokemon/variant/exp/654.json
index a413295bc6c..0f3b2bf3d4e 100644
--- a/public/images/pokemon/variant/exp/654.json
+++ b/public/images/pokemon/variant/exp/654.json
@@ -1,38 +1,38 @@
{
"1": {
- "983a29": "6231a5",
- "f07944": "ab6ce0",
"101010": "101010",
- "bf5633": "6231a5",
- "987028": "061530",
- "f7e77a": "b55390",
- "e8b848": "872b59",
- "56301f": "471b70",
- "af7045": "6231a5",
- "8d452e": "c5b3ca",
- "969696": "262424",
- "414141": "404040",
+ "736028": "061530",
+ "ffd659": "b55390",
+ "ccab47": "872b59",
+ "732e17": "471b70",
+ "f26130": "ab6ce0",
+ "b34724": "6231a5",
"f8f8f8": "f7e4fc",
- "d8d8c8": "c093c3",
- "5c5c5c": "262424",
- "000000": "101010"
+ "737373": "5c255f",
+ "bfbfbf": "c093c3",
+ "804913": "c5b3ca",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "80f37b",
+ "ffc000": "4fcb61",
+ "ff8700": "207d4e"
},
"2": {
- "983a29": "0aaa77",
- "f07944": "21d170",
"101010": "101010",
- "bf5633": "0aaa77",
- "987028": "061530",
- "f7e77a": "2b5f8a",
- "e8b848": "173864",
- "56301f": "005646",
- "af7045": "0aaa77",
- "8d452e": "098794",
- "969696": "1a1a22",
- "414141": "404040",
+ "736028": "061530",
+ "ffd659": "2b5f8a",
+ "ccab47": "173864",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
"f8f8f8": "fff2dd",
- "d8d8c8": "d4b996",
- "5c5c5c": "1a1a22",
- "000000": "101010"
+ "737373": "75553c",
+ "bfbfbf": "d4b996",
+ "804913": "098794",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "c858a4",
+ "ffc000": "75308e",
+ "ff8700": "521364"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/656.json b/public/images/pokemon/variant/exp/656.json
new file mode 100644
index 00000000000..1d1003f739c
--- /dev/null
+++ b/public/images/pokemon/variant/exp/656.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "838394": "4d7dc5",
+ "62ace6": "8363af",
+ "7bcdff": "9c75c2",
+ "fdea88": "ddfff9",
+ "a1a1c4": "7ab7ec",
+ "c9b241": "97d6e2",
+ "dfcf77": "bae7e8",
+ "174592": "37408c",
+ "ffffff": "b1e5ff",
+ "9c9cc5": "5385c7",
+ "cdcde6": "7eb7e8",
+ "396a83": "362864",
+ "5a94cd": "7054a4"
+ },
+ "2": {
+ "838394": "cc6845",
+ "62ace6": "c44848",
+ "7bcdff": "dd6155",
+ "fdea88": "ddfff9",
+ "a1a1c4": "f7c685",
+ "c9b241": "97d6e2",
+ "dfcf77": "bae7e8",
+ "174592": "198158",
+ "ffffff": "fff4bd",
+ "9c9cc5": "c96a48",
+ "cdcde6": "f7b785",
+ "396a83": "5c0d33",
+ "5a94cd": "a92f3f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/657.json b/public/images/pokemon/variant/exp/657.json
new file mode 100644
index 00000000000..773b4d2efc1
--- /dev/null
+++ b/public/images/pokemon/variant/exp/657.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "f8f8f8": "8dcfff",
+ "efc653": "abd7db",
+ "737373": "0f3f82",
+ "0b566a": "281f52",
+ "ffec72": "c9fff5",
+ "002c58": "1c0726",
+ "bfbfbf": "4386df",
+ "006ba6": "4e1852",
+ "009dd5": "61255e",
+ "0b4a7a": "340f3d",
+ "e1a03a": "78c7c7",
+ "41ccf5": "7755a7",
+ "2896b5": "4b3578"
+ },
+ "2": {
+ "f8f8f8": "fff6c7",
+ "efc653": "abd7db",
+ "737373": "df6a50",
+ "0b566a": "7e1628",
+ "ffec72": "ddfff9",
+ "002c58": "0c3b54",
+ "bfbfbf": "ffc996",
+ "006ba6": "239c91",
+ "009dd5": "37b8ac",
+ "0b4a7a": "156f78",
+ "e1a03a": "86abbb",
+ "41ccf5": "dd7355",
+ "2896b5": "a92f3a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/658-ash.json b/public/images/pokemon/variant/exp/658-ash.json
new file mode 100644
index 00000000000..79cad7ea42d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/658-ash.json
@@ -0,0 +1,46 @@
+{
+ "1": {
+ "265595": "432b6c",
+ "3f4447": "466698",
+ "de3431": "3fca9f",
+ "f8f8f8": "a1e9f0",
+ "f4f4f4": "d7effa",
+ "7b282e": "0e3e81",
+ "6b1d1d": "206d74",
+ "4ebdd9": "41a7b0",
+ "bfb169": "165e78",
+ "bfbfbf": "8cc7d4",
+ "ffb2bf": "b7e9ff",
+ "bf4c60": "4386df",
+ "fff0a6": "208698",
+ "3e7acc": "6b4592",
+ "18335c": "170738",
+ "f2798d": "8dcfff",
+ "f01818": "39b88f",
+ "7ddeff": "7ddcd6",
+ "268794": "1c3e58",
+ "282c35": "271f4c"
+ },
+ "2": {
+ "265595": "cc7251",
+ "3f4447": "466698",
+ "de3431": "9ceec6",
+ "f8f8f8": "89d2b8",
+ "f4f4f4": "d7effa",
+ "7b282e": "152a5c",
+ "6b1d1d": "356e8d",
+ "4ebdd9": "2f6e74",
+ "bfb169": "431022",
+ "bfbfbf": "8cc7d4",
+ "ffb2bf": "86d6b6",
+ "bf4c60": "32738b",
+ "fff0a6": "472333",
+ "3e7acc": "ecbb7a",
+ "18335c": "9f2727",
+ "f2798d": "5eb4a9",
+ "f01818": "ffe88d",
+ "7ddeff": "46988d",
+ "268794": "1c3e58",
+ "282c35": "4d2637"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/658.json b/public/images/pokemon/variant/exp/658.json
new file mode 100644
index 00000000000..826e31b4e21
--- /dev/null
+++ b/public/images/pokemon/variant/exp/658.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "ffb2bf": "b7e9ff",
+ "bf4c60": "4386df",
+ "66d9ff": "7ddcd6",
+ "3d61cc": "6b4592",
+ "fff0a6": "208698",
+ "c92e2e": "73c5ff",
+ "937f69": "406695",
+ "c2c1bc": "89b0d7",
+ "f2798d": "8dcfff",
+ "f7f7f7": "d8ffff",
+ "bfb169": "165e78",
+ "1b2a59": "170738",
+ "803340": "0e3e81",
+ "2e4999": "432b6c"
+ },
+ "2": {
+ "ffb2bf": "86d6b6",
+ "bf4c60": "32738b",
+ "66d9ff": "48968c",
+ "3d61cc": "ecbb7a",
+ "fff0a6": "652240",
+ "c92e2e": "63bf9b",
+ "937f69": "466698",
+ "c2c1bc": "8cc7d4",
+ "f2798d": "5eb4a9",
+ "f7f7f7": "d7eff4",
+ "bfb169": "431022",
+ "1b2a59": "9f2727",
+ "803340": "152a5c",
+ "2e4999": "cc7251"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/664.json b/public/images/pokemon/variant/exp/664.json
index 02633098521..bd4164ca7db 100644
--- a/public/images/pokemon/variant/exp/664.json
+++ b/public/images/pokemon/variant/exp/664.json
@@ -1,30 +1,30 @@
{
"1": {
- "797987": "9d6260",
- "f9f8fa": "ffffff",
- "000000": "000000",
- "cdcdcd": "e9c7c4",
- "54544e": "895a9f",
- "383830": "4c2855",
- "727272": "a97dbb",
- "8e5136": "838b53",
- "f0d5b9": "a0c896",
- "d8a465": "838b53",
- "653925": "626649",
- "383834": "383834"
+ "4d4d4d": "9d6260",
+ "f8f8f8": "ffffff",
+ "101010": "101010",
+ "b3b3b3": "e9c7c4",
+ "363636": "4c2855",
+ "747474": "a97dbb",
+ "4e4e4e": "895a9f",
+ "9d7247": "838b53",
+ "d1bf6b": "a0c896",
+ "b2b2b2": "b2b2b2",
+ "f7f7f7": "f7f7f7",
+ "855d31": "626649"
},
"2": {
- "797987": "590015",
- "f9f8fa": "c83e4c",
- "000000": "000000",
- "cdcdcd": "a70d37",
- "54544e": "377772",
- "383830": "05312f",
- "727272": "73bdae",
- "8e5136": "bf8961",
- "f0d5b9": "ffe0ba",
- "d8a465": "dda476",
- "653925": "05312f",
- "383834": "383834"
+ "4d4d4d": "590015",
+ "f8f8f8": "c83e4c",
+ "101010": "101010",
+ "b3b3b3": "a70d37",
+ "363636": "05312f",
+ "747474": "73bdae",
+ "4e4e4e": "377772",
+ "9d7247": "dda476",
+ "d1bf6b": "ffe0ba",
+ "b2b2b2": "b2b2b2",
+ "f7f7f7": "f7f7f7",
+ "855d31": "bf8961"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/665.json b/public/images/pokemon/variant/exp/665.json
index 02e88015c15..6d828dadb5d 100644
--- a/public/images/pokemon/variant/exp/665.json
+++ b/public/images/pokemon/variant/exp/665.json
@@ -1,36 +1,36 @@
{
"1": {
- "8e5136": "838b53",
- "653925": "626649",
- "52524b": "4c2855",
- "f0d5b9": "a0c896",
- "d8a465": "838b53",
- "838392": "9c615f",
- "8b8b8b": "a97dbb",
- "000000": "000000",
- "cdcdcd": "e9c7c4",
- "6a6a6a": "895a9f",
- "ffffff": "ffffff",
- "f9f8fa": "f9f8fa",
- "94416a": "005361",
- "ff94b4": "008aac",
- "ee5a62": "00aacd"
+ "363636": "4c2855",
+ "d1bf6b": "a0c896",
+ "9d7247": "838b53",
+ "4e4e4e": "895a9f",
+ "747474": "a97dbb",
+ "bfbfbf": "b294be",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "8c8c8c": "895a9f",
+ "4d4d4d": "9c615f",
+ "f8f8f8": "ffffff",
+ "b3b3b3": "e9c7c4",
+ "802626": "005361",
+ "ff4c4c": "00aacd",
+ "eed83e": "cae2c3"
},
"2": {
- "8e5136": "bf8961",
- "653925": "bf8961",
- "52524b": "05312f",
- "f0d5b9": "ffe0ba",
- "d8a465": "dda476",
- "838392": "590015",
- "8b8b8b": "73bdae",
- "000000": "000000",
- "cdcdcd": "a70d37",
- "6a6a6a": "377772",
- "ffffff": "c83e4c",
- "f9f8fa": "c83e4c",
- "94416a": "004270",
- "ff94b4": "0092dd",
- "ee5a62": "0092dd"
+ "363636": "05312f",
+ "d1bf6b": "ffe0ba",
+ "9d7247": "dda476",
+ "4e4e4e": "377772",
+ "747474": "73bdae",
+ "bfbfbf": "a70d37",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "8c8c8c": "590015",
+ "4d4d4d": "590015",
+ "f8f8f8": "c83e4c",
+ "b3b3b3": "a70d37",
+ "802626": "004270",
+ "ff4c4c": "0092dd",
+ "eed83e": "ffe0ba"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy.json b/public/images/pokemon/variant/exp/666-fancy.json
new file mode 100644
index 00000000000..1f31ac6983d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/666-fancy.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "e3e982",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_2.json b/public/images/pokemon/variant/exp/666-fancy_2.json
deleted file mode 100644
index bcfde0b3dd4..00000000000
--- a/public/images/pokemon/variant/exp/666-fancy_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:370e4a87d9d988b8133d25e0b97db22c:d173344c5e41aaa90de937ec3e1b167f:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_2.png b/public/images/pokemon/variant/exp/666-fancy_2.png
deleted file mode 100644
index df1343095d0..00000000000
Binary files a/public/images/pokemon/variant/exp/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-fancy_3.json b/public/images/pokemon/variant/exp/666-fancy_3.json
deleted file mode 100644
index 60fd0634e79..00000000000
--- a/public/images/pokemon/variant/exp/666-fancy_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:370e4a87d9d988b8133d25e0b97db22c:d173344c5e41aaa90de937ec3e1b167f:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_3.png b/public/images/pokemon/variant/exp/666-fancy_3.png
deleted file mode 100644
index 4a48c5cc236..00000000000
Binary files a/public/images/pokemon/variant/exp/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-high-plains.json b/public/images/pokemon/variant/exp/666-high-plains.json
index 330d1c39772..f63bb4f81f3 100644
--- a/public/images/pokemon/variant/exp/666-high-plains.json
+++ b/public/images/pokemon/variant/exp/666-high-plains.json
@@ -14,7 +14,8 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -31,6 +32,7 @@
"c3c3c3": "edc67c",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-icy-snow.json b/public/images/pokemon/variant/exp/666-icy-snow.json
index 9cae71418ce..d69d48d89e9 100644
--- a/public/images/pokemon/variant/exp/666-icy-snow.json
+++ b/public/images/pokemon/variant/exp/666-icy-snow.json
@@ -6,12 +6,13 @@
"303030": "402746",
"cfd9cf": "cfd9cf",
"c5c5da": "c5c5da",
- "ceab62": "d9edd4",
"675220": "958c8a",
- "504a4a": "7f6991",
+ "ceab62": "d9edd4",
"707068": "a97cbc",
+ "504a4a": "7f6991",
"c3c3c3": "ffeaff",
"acacc2": "acacc2",
+ "95a1a1": "95a1a1",
"811c1c": "811c1c"
},
"2": {
@@ -21,12 +22,13 @@
"303030": "364051",
"cfd9cf": "cfd9cf",
"c5c5da": "c5c5da",
- "ceab62": "8c91a4",
"675220": "666b7d",
- "504a4a": "666b7d",
+ "ceab62": "8c91a4",
"707068": "8c91a4",
+ "504a4a": "666b7d",
"c3c3c3": "fefeff",
"acacc2": "acacc2",
+ "95a1a1": "95a1a1",
"811c1c": "811c1c"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-meadow.json b/public/images/pokemon/variant/exp/666-meadow.json
new file mode 100644
index 00000000000..c766325427b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/666-meadow.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "b4295a": "b4295a",
+ "da6b7e": "da6b7e",
+ "ceab62": "d9edd4",
+ "e66fad": "e66fad",
+ "2d9b9b": "2d9b9b",
+ "f3a0ca": "f3a0ca",
+ "c3c3c3": "ffeaff",
+ "f2f2f2": "f2f2f2"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "770921",
+ "675220": "a2275e",
+ "504a4a": "a2275e",
+ "595959": "9e3941",
+ "707068": "ce5283",
+ "811c1c": "811c1c",
+ "b4295a": "b4295a",
+ "da6b7e": "da6b7e",
+ "ceab62": "ce5283",
+ "e66fad": "e66fad",
+ "2d9b9b": "2d9b9b",
+ "f3a0ca": "f3a0ca",
+ "c3c3c3": "f4c2ec",
+ "f2f2f2": "f2f2f2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-meadow_2.json b/public/images/pokemon/variant/exp/666-meadow_2.json
deleted file mode 100644
index 4d4d4d16147..00000000000
--- a/public/images/pokemon/variant/exp/666-meadow_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
diff --git a/public/images/pokemon/variant/exp/666-meadow_2.png b/public/images/pokemon/variant/exp/666-meadow_2.png
deleted file mode 100644
index 5ada6bb51be..00000000000
Binary files a/public/images/pokemon/variant/exp/666-meadow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-meadow_3.json b/public/images/pokemon/variant/exp/666-meadow_3.json
deleted file mode 100644
index 8af56626a35..00000000000
--- a/public/images/pokemon/variant/exp/666-meadow_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
diff --git a/public/images/pokemon/variant/exp/666-meadow_3.png b/public/images/pokemon/variant/exp/666-meadow_3.png
deleted file mode 100644
index 2acb4732409..00000000000
Binary files a/public/images/pokemon/variant/exp/666-meadow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-monsoon.json b/public/images/pokemon/variant/exp/666-monsoon.json
index edc2e86427e..915d471b2b1 100644
--- a/public/images/pokemon/variant/exp/666-monsoon.json
+++ b/public/images/pokemon/variant/exp/666-monsoon.json
@@ -1,36 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "ceab62": "d9edd4",
- "675220": "958c8a",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "504a4a": "7f6991",
- "707068": "a97cbc",
- "4eccd6": "4eccd6",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "c3c3c3": "ffeaff",
- "811c1c": "811c1c"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "ceab62": "5857bc",
- "675220": "2c3593",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "504a4a": "2c3593",
- "707068": "5857bc",
- "4eccd6": "4eccd6",
- "5676de": "5676de",
- "c3c3c3": "b8f9f9",
- "811c1c": "811c1c"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-ocean.json b/public/images/pokemon/variant/exp/666-ocean.json
index 26a38bad7a8..c468bbcbf1e 100644
--- a/public/images/pokemon/variant/exp/666-ocean.json
+++ b/public/images/pokemon/variant/exp/666-ocean.json
@@ -22,7 +22,7 @@
"e1384d": "e1384d",
"f3a861": "f3a861",
"fcf372": "fcf372",
- "303030": "b56208",
+ "303030": "b54908",
"ceab62": "ea8742",
"675220": "bc601c",
"504a4a": "bc601c",
diff --git a/public/images/pokemon/variant/exp/666-poke-ball.json b/public/images/pokemon/variant/exp/666-poke-ball.json
index 36cd38b95f0..fe6b42f6ef3 100644
--- a/public/images/pokemon/variant/exp/666-poke-ball.json
+++ b/public/images/pokemon/variant/exp/666-poke-ball.json
@@ -3,17 +3,36 @@
"101010": "101010",
"595959": "724b7a",
"b72c2c": "b72c2c",
- "303030": "402746",
"dc4b4b": "dc4b4b",
- "ceab62": "d9edd4",
+ "303030": "402746",
"675220": "958c8a",
+ "ceab62": "d9edd4",
"e97e7e": "e97e7e",
"971d1d": "971d1d",
"f8f8f8": "f8f8f8",
- "504a4a": "7f6991",
"707068": "a97cbc",
+ "504a4a": "7f6991",
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
- "a9a99e": "a9a99e"
+ "a9a99e": "a9a99e",
+ "2c2b2b": "402746"
+ },
+ "2": {
+ "101010": "101010",
+ "f8f8f8": "00006d",
+ "303030": "ae001a",
+ "2c2b2b": "660000",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "c3c3c3": "f0a6bf",
+ "707068": "d5375a",
+ "a9a99e": "000050",
+ "811c1c": "811c1c",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "675220": "a70038",
+ "ceab62": "d5375a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-poke-ball_3.json b/public/images/pokemon/variant/exp/666-poke-ball_3.json
deleted file mode 100644
index 3d133124358..00000000000
--- a/public/images/pokemon/variant/exp/666-poke-ball_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9b0791af9130022168ad784a59e299ce:b180b141bed2ea965d6f07d9e2cd7ecc:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-poke-ball_3.png b/public/images/pokemon/variant/exp/666-poke-ball_3.png
deleted file mode 100644
index 9e821efd1eb..00000000000
Binary files a/public/images/pokemon/variant/exp/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-river.json b/public/images/pokemon/variant/exp/666-river.json
index df10a73d783..c7e5e288d05 100644
--- a/public/images/pokemon/variant/exp/666-river.json
+++ b/public/images/pokemon/variant/exp/666-river.json
@@ -1,19 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "303030": "7b2800",
- "625843": "625843",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "504a4a": "ae7f41",
- "707068": "d9a666",
- "c3c3c3": "e3c384",
- "811c1c": "811c1c",
- "59c9d3": "59c9d3",
- "279ec2": "279ec2",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-river_2.json b/public/images/pokemon/variant/exp/666-river_2.json
deleted file mode 100644
index f840b39ccfd..00000000000
--- a/public/images/pokemon/variant/exp/666-river_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3ecaf6e3ae563f3da9598e7b18b87b05:e4ece90a3e9880c6499c363b000de8dd:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-river_2.png b/public/images/pokemon/variant/exp/666-river_2.png
deleted file mode 100644
index 7dc96690328..00000000000
Binary files a/public/images/pokemon/variant/exp/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/676.json b/public/images/pokemon/variant/exp/676.json
new file mode 100644
index 00000000000..d5ec3013e8e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/676.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "a8a592": "42090e",
+ "376277": "2b040f",
+ "ccc8b1": "5e0f16",
+ "59463c": "aaaec1",
+ "97362c": "a83c31",
+ "68675c": "2b040f",
+ "fc362c": "cc2929",
+ "efeeda": "8a1d1d"
+ },
+ "2": {
+ "a8a592": "805145",
+ "376277": "4a281b",
+ "ccc8b1": "a4624a",
+ "59463c": "ffe6ac",
+ "97362c": "3a240e",
+ "68675c": "4a281b",
+ "fc362c": "50351b",
+ "efeeda": "c18960"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/682.json b/public/images/pokemon/variant/exp/682.json
new file mode 100644
index 00000000000..a8a7caf46b1
--- /dev/null
+++ b/public/images/pokemon/variant/exp/682.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "661f1f": "cd6132",
+ "bf5f9f": "7c48a1",
+ "ff99b3": "48ab61",
+ "f24949": "ffa24f",
+ "6b3962": "30185d",
+ "993d80": "4f297e",
+ "ffb6c2": "62c45f",
+ "7f4d59": "20644e",
+ "cc7087": "318759"
+ },
+ "2": {
+ "661f1f": "daa235",
+ "bf5f9f": "f0ebdd",
+ "ff99b3": "da7e29",
+ "a6a6a6": "503851",
+ "737373": "422f46",
+ "f24949": "ffe664",
+ "6b3962": "b89477",
+ "993d80": "d2bfa1",
+ "ffb6c2": "ed9f3a",
+ "e5e5e5": "6b4767",
+ "7f4d59": "a23812",
+ "4d4d4d": "332539",
+ "cc7087": "c3561a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/683.json b/public/images/pokemon/variant/exp/683.json
new file mode 100644
index 00000000000..f9485702936
--- /dev/null
+++ b/public/images/pokemon/variant/exp/683.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "661f1f": "b64d29",
+ "cc7087": "318759",
+ "ff99b3": "48ab61",
+ "fff0a6": "fec04b",
+ "f24949": "ffa24f",
+ "6b3962": "30185d",
+ "e5c37e": "d6872c",
+ "993d80": "4f297e",
+ "7f4d59": "20644e",
+ "404040": "2c283b",
+ "b33636": "f4863f",
+ "bf5f9f": "7c48a1"
+ },
+ "2": {
+ "661f1f": "c78925",
+ "cc7087": "c3561a",
+ "ff99b3": "da7e29",
+ "fff0a6": "6d8719",
+ "e5e5e5": "6b4767",
+ "f24949": "ffe664",
+ "6b3962": "b89477",
+ "e5c37e": "376d11",
+ "993d80": "d2bfa1",
+ "7f4d59": "a23812",
+ "a6a6a6": "503851",
+ "404040": "2a2234",
+ "b33636": "f0c150",
+ "bf5f9f": "f0ebdd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/684.json b/public/images/pokemon/variant/exp/684.json
new file mode 100644
index 00000000000..fb88bb28c70
--- /dev/null
+++ b/public/images/pokemon/variant/exp/684.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "805963": "2d0c42",
+ "553a41": "8f1d15",
+ "661a2d": "13391c",
+ "e53964": "8dbe6d",
+ "ffccd9": "8961c6",
+ "5e4048": "260b37",
+ "cc99a6": "613b84",
+ "f8f8f8": "caff90",
+ "fff2f2": "f39f62",
+ "a62949": "689b52",
+ "7b5760": "b13924",
+ "ccadad": "df6b40"
+ },
+ "2": {
+ "805963": "6796aa",
+ "553a41": "1d1426",
+ "661a2d": "26061b",
+ "e53964": "8c4264",
+ "ffccd9": "cbf6da",
+ "5e4048": "52718e",
+ "cc99a6": "93d6ce",
+ "f8f8f8": "ffe5ec",
+ "fff2f2": "746998",
+ "a62949": "612747",
+ "7b5760": "3c2f51",
+ "ccadad": "4b4876"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/685.json b/public/images/pokemon/variant/exp/685.json
new file mode 100644
index 00000000000..24ead59428a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/685.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "f8f8f8": "caff90",
+ "661a2d": "13391c",
+ "7b5760": "b13924",
+ "ffccd9": "8961c6",
+ "ff8ca9": "8dbe6d",
+ "cc99a6": "613b84",
+ "e53964": "689b52",
+ "fff2f2": "f39f62",
+ "a62949": "26592b",
+ "ccadad": "df6b40",
+ "805963": "2d0c42"
+ },
+ "2": {
+ "f8f8f8": "e4819d",
+ "661a2d": "26061b",
+ "7b5760": "3c2f51",
+ "ffccd9": "cbf6da",
+ "ff8ca9": "8c4264",
+ "cc99a6": "93d6ce",
+ "e53964": "612747",
+ "fff2f2": "746998",
+ "a62949": "441838",
+ "ccadad": "4b4876",
+ "805963": "52718e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/688.json b/public/images/pokemon/variant/exp/688.json
new file mode 100644
index 00000000000..e5749f6bb3f
--- /dev/null
+++ b/public/images/pokemon/variant/exp/688.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "5890b0": "a9582e",
+ "385860": "70240f",
+ "372e27": "220a56",
+ "6b503b": "373295",
+ "d0d0d0": "d3bc8c",
+ "c0e0e8": "e8d37b",
+ "8a6d45": "4557b5",
+ "101010": "37160a",
+ "b7653f": "459aac",
+ "fcffff": "e8e5c6",
+ "808080": "7c582e",
+ "88c0c8": "cd8a50",
+ "ef8955": "70cccf"
+ },
+ "2": {
+ "5890b0": "4b0038",
+ "385860": "2c052a",
+ "372e27": "1e1324",
+ "6b503b": "ba9fba",
+ "d0d0d0": "7eac4e",
+ "c0e0e8": "a74083",
+ "8a6d45": "f6eefc",
+ "101010": "0a391b",
+ "b7653f": "332149",
+ "fcffff": "caea77",
+ "f8f8f8": "ffffff",
+ "808080": "2a5524",
+ "88c0c8": "731f5c",
+ "ef8955": "4a376e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/689.json b/public/images/pokemon/variant/exp/689.json
new file mode 100644
index 00000000000..cd6db09c8d2
--- /dev/null
+++ b/public/images/pokemon/variant/exp/689.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "bfeaff": "e8d37b",
+ "f2f2f2": "e8e5c6",
+ "5b8da6": "8d5030",
+ "595959": "7c582e",
+ "403410": "220a56",
+ "3f6273": "672e1e",
+ "b3b3b3": "d3bc8c",
+ "cc7f70": "459aac",
+ "85b4cc": "cd8a50",
+ "ff9f8c": "70cccf",
+ "66541f": "373295",
+ "997e2e": "4557b5"
+ },
+ "2": {
+ "bfeaff": "a74083",
+ "f2f2f2": "caea77",
+ "5b8da6": "4b0038",
+ "595959": "2a5524",
+ "403410": "3f2a4b",
+ "3f6273": "3e073b",
+ "b3b3b3": "7eac4e",
+ "cc7f70": "332149",
+ "85b4cc": "731f5c",
+ "f8f8f8": "dbaf67",
+ "ff9f8c": "4a376e",
+ "66541f": "ccb6cc",
+ "997e2e": "f6eefc"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/696.json b/public/images/pokemon/variant/exp/696.json
index 3a4b4480673..677f5d98578 100644
--- a/public/images/pokemon/variant/exp/696.json
+++ b/public/images/pokemon/variant/exp/696.json
@@ -1,40 +1,38 @@
{
"1": {
- "774411":"5e0b0b",
- "101010":"101010",
- "ff8f1f":"a50d0d",
- "4f2e1d":"023425",
- "5f4f4f":"0b4c29",
- "af8f7f":"478136",
- "3f3f44":"4c3216",
- "8f6f5f":"1b6430",
- "f8f7f9":"dfdea7",
- "bfbfcc":"cbbe8c",
- "121212":"121212",
- "8f8f99":"ad8c63",
- "c2c2cf":"c9bc87",
- "fbfafc":"dddca1",
- "772d34":"77452d",
- "ff9bd5":"c98c68"
- },
- "2": {
- "774411":"395cb7",
- "101010":"101010",
- "ff8f1f":"d2e9ff",
- "4f2e1d":"3e1f18",
- "5f4f4f":"644943",
- "af8f7f":"a59e9a",
- "3f3f44":"250860",
- "8f6f5f":"83726e",
- "f8f7f9":"6e46a7",
- "bfbfcc":"593097",
- "121212":"decaff",
- "8f8f99":"411684",
- "c2c2cf":"7ccad5",
- "fbfafc":"fbfafc",
- "772d34":"375ab3",
- "ff9bd5":"79c8d3"
- }
+"734517": "5e0b0b",
+"ffa64c": "a50d0d",
+"4a322c": "023425",
+"404040": "4c3216",
+"101010": "101010",
+"65483a": "0b4c29",
+"966858": "1b6430",
+"f8f8f8": "dfdea7",
+"8c8c8c": "ad8c63",
+"bfbfbf": "cbbe8c",
+"000000": "000000",
+"b73b6b": "4c3216",
+"ff949e": "c98c68",
+"b3b9b9": "cbbe8c",
+"3f3d3d": "4c3216"
+},
+"2": {
+"734517": "395cb7",
+"ffa64c": "d2e9ff",
+"4a322c": "3e1f18",
+"404040": "250860",
+"101010": "101010",
+"65483a": "644943",
+"966858": "83726e",
+"f8f8f8": "6e46a7",
+"8c8c8c": "411684",
+"bfbfbf": "593097",
+"000000": "decaff",
+"b73b6b": "395cb7",
+"ff949e": "79c8d3",
+"b3b9b9": "79c8d3",
+"3f3d3d": "395cb7"
+}
}
diff --git a/public/images/pokemon/variant/exp/696_2.png b/public/images/pokemon/variant/exp/696_2.png
index 031589b4c30..cfc40b59d39 100644
Binary files a/public/images/pokemon/variant/exp/696_2.png and b/public/images/pokemon/variant/exp/696_2.png differ
diff --git a/public/images/pokemon/variant/exp/696_3.png b/public/images/pokemon/variant/exp/696_3.png
index 8ec6baa4724..647aba679f6 100644
Binary files a/public/images/pokemon/variant/exp/696_3.png and b/public/images/pokemon/variant/exp/696_3.png differ
diff --git a/public/images/pokemon/variant/exp/697.json b/public/images/pokemon/variant/exp/697.json
index dae4554a1b7..b8d305022f5 100644
--- a/public/images/pokemon/variant/exp/697.json
+++ b/public/images/pokemon/variant/exp/697.json
@@ -1,42 +1,42 @@
{
- "1": {
- "1f0a0a":"1f0a0a",
- "471515":"0a1b17",
- "621e1d":"0b241e",
- "902e2c":"153626",
- "b45250":"285234",
- "d16c6b":"416a45",
- "653510":"5e0b0b",
- "b56726":"971c1c",
- "e39f33":"b52424",
- "756b66":"ad8c63",
- "b1b0b5":"cbbe8c",
- "f0f0f2":"dfdea7",
- "573b43":"4c3216",
- "736964":"ab885f",
- "ac628a":"9d5d18",
- "aeadb3":"a88860",
- "ededf0":"dbdaa4"
- },
- "2": {
- "1f0a0a":"1f0a0a",
- "471515":"191124",
- "621e1d":"52352f",
- "902e2c":"83726e",
- "b45250":"ab9b97",
- "d16c6b":"c7bcb9",
- "653510":"9d5390",
- "b56726":"ce7ecc",
- "e39f33":"f4dbf6",
- "756b66":"26173b",
- "b1b0b5":"33214f",
- "f0f0f2":"4b2e64",
- "573b43":"cc7cc9",
- "736964":"f6dcf7",
- "ac628a":"eed5f0",
- "aeadb3":"c779c4",
- "ededf0":"f8defa"
- }
+"1": {
+"080808": "080808",
+"32252c": "3e1e17",
+"50131e": "0b241e",
+"722533": "153626",
+"54434c": "4c3216",
+"964b1c": "5e0b0b",
+"963e4e": "285234",
+"bf7545": "971c1c",
+"f19d5a": "b52424",
+"9f9d98": "ad8c63",
+"cccccc": "cbbe8c",
+"fafafa": "dfdea7",
+"cac2c2": "cbbe8c",
+"f7eeee": "dfdea7",
+"53414b": "4c3216",
+"30222a": "3e1e17",
+"53454d": "4c3216"
+},
+"2": {
+"080808": "080808",
+"32252c": "0d0124",
+"50131e": "573b36",
+"722533": "83726e",
+"54434c": "170c25",
+"964b1c": "9d5390",
+"963e4e": "ab9b97",
+"bf7545": "ce7ecc",
+"f19d5a": "f4dbf6",
+"9f9d98": "26173b",
+"cccccc": "33214f",
+"fafafa": "4b2e64",
+"cac2c2": "ce7ecc",
+"f7eeee": "f4dbf6",
+"53414b": "dea5dd",
+"30222a": "ce7ecc",
+"53454d": "f4dbf6"
+}
}
diff --git a/public/images/pokemon/variant/exp/697_3.png b/public/images/pokemon/variant/exp/697_3.png
index f58c494a094..b18579c9494 100644
Binary files a/public/images/pokemon/variant/exp/697_3.png and b/public/images/pokemon/variant/exp/697_3.png differ
diff --git a/public/images/pokemon/variant/exp/700.json b/public/images/pokemon/variant/exp/700.json
index 0b6071ad765..1189d463f2b 100644
--- a/public/images/pokemon/variant/exp/700.json
+++ b/public/images/pokemon/variant/exp/700.json
@@ -1,34 +1,32 @@
{
- "1": {
- "9a4557": "452f89",
- "19657b": "a63071",
- "fb9cc3": "c7a6ee",
- "52cbee": "e974db",
- "000000": "000000",
- "cb628d": "996cd2",
- "f7bbd4": "e1cff3",
- "0d146e": "0d146e",
- "3744e5": "d648b7",
- "584f4f": "5c6889",
- "ffffff": "f7f5ff",
- "1f337b": "a63071",
- "cbc0c0": "c3c5d9",
- "2999b9": "d648b7"
- },
- "2": {
- "9a4557": "197d46",
- "19657b": "c72537",
- "fb9cc3": "7dec9d",
- "52cbee": "ff9a68",
- "000000": "000000",
- "cb628d": "5dae7d",
- "f7bbd4": "f7bbd4",
- "0d146e": "0d146e",
- "3744e5": "eb5244",
- "584f4f": "7f5c89",
- "ffffff": "fff5fc",
- "1f337b": "c72537",
- "cbc0c0": "d9c3d6",
- "2999b9": "eb5244"
- }
+"1": {
+"101010": "101010",
+"8a2843": "452f89",
+"235a99": "a63071",
+"895c72": "5c6889",
+"d85a7a": "996cd2",
+"528fcc": "d648b7",
+"a88d8c": "8c8fa8",
+"f18a78": "b52d27",
+"fa8caa": "c7a6ee",
+"64c8f3": "e974db",
+"d9c3c3": "c3c5d9",
+"fff5f5": "f7f5ff",
+"65798c": "65798c"
+},
+"2": {
+"101010": "101010",
+"8a2843": "0e6134",
+"235a99": "900d1b",
+"895c72": "7f5c89",
+"d85a7a": "5dae7d",
+"528fcc": "dd3d4f",
+"a88d8c": "7f5c89",
+"f18a78": "d14ea4",
+"fa8caa": "7dec9d",
+"64c8f3": "ff9a68",
+"d9c3c3": "d9c3d6",
+"fff5f5": "fff5fc",
+"65798c": "65798c"
+}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/702.json b/public/images/pokemon/variant/exp/702.json
index 1edd126264e..12feb29a0fd 100644
--- a/public/images/pokemon/variant/exp/702.json
+++ b/public/images/pokemon/variant/exp/702.json
@@ -3,30 +3,30 @@
"101010": "101010",
"262626": "2a3b5e",
"4d4d4d": "6789b3",
- "ccbb99": "a3d1cc",
- "efefcf": "ddfff5",
- "704030": "a53c42",
- "906030": "c9685f",
- "efbf5f": "ffd3b6",
- "cf8f4f": "e49f84",
+ "bfbf86": "a3d1cc",
+ "f2f2aa": "ddfff5",
+ "735c2e": "a53c42",
+ "997a3d": "c9685f",
+ "f2c261": "ffd3b6",
+ "bf994c": "e49f84",
"1d1d1d": "1a1c45",
- "fefefe": "fefefe",
+ "f8f8f8": "f8f8f8",
"464646": "424b8f",
- "df7f5f": "7cd6a1"
+ "d97d21": "7cd6a1"
},
"2": {
"101010": "101010",
"262626": "072d38",
"4d4d4d": "197870",
- "ccbb99": "aaa8d6",
- "efefcf": "ece5ff",
- "704030": "1e0e27",
- "906030": "2d1533",
- "efbf5f": "5f3662",
- "cf8f4f": "432249",
+ "bfbf86": "aaa8d6",
+ "f2f2aa": "ece5ff",
+ "735c2e": "1e0e27",
+ "997a3d": "2d1533",
+ "f2c261": "5f3662",
+ "bf994c": "432249",
"1d1d1d": "02172d",
- "fefefe": "fefefe",
+ "f8f8f8": "f8f8f8",
"464646": "17646c",
- "df7f5f": "d2fff1"
+ "d97d21": "d2fff1"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/704.json b/public/images/pokemon/variant/exp/704.json
index 38e5cdaf70d..e292d6fb41f 100644
--- a/public/images/pokemon/variant/exp/704.json
+++ b/public/images/pokemon/variant/exp/704.json
@@ -1,30 +1,30 @@
{
"1": {
- "6f5e80": "4e4094",
- "e0d3e0": "fbb3d2",
- "010202": "101010",
- "bbafc4": "c7a1e5",
- "2f6b38": "4e4094",
- "74d457": "3aa8c4",
- "3da84d": "197497",
- "3f3d5e": "4e4094",
- "a497c2": "c7a1e5",
- "766fa6": "8b69c3",
- "4c3143": "4e4094",
- "cc93ab": "c7a1e5"
+ "807380": "b93f84",
+ "f2daf2": "fbb3d2",
+ "bfacbf": "e56ca6",
+ "4d454d": "8a2166",
+ "101010": "101010",
+ "4d993d": "197497",
+ "66cc52": "3aa8c4",
+ "b8a1e5": "c7a1e5",
+ "8f7db3": "8b69c3",
+ "665980": "4e4094",
+ "c25054": "c68260",
+ "de817e": "e5e1a1"
},
"2": {
- "6f5e80": "274159",
- "e0d3e0": "92d8c8",
- "010202": "101010",
- "bbafc4": "63a99e",
- "2f6b38": "134557",
- "74d457": "d27e26",
- "3da84d": "a34205",
- "3f3d5e": "134557",
- "a497c2": "63a99e",
- "766fa6": "2f667c",
- "4c3143": "134557",
- "cc93ab": "63a99e"
+ "807380": "237e7f",
+ "f2daf2": "92d8c8",
+ "bfacbf": "63a99e",
+ "4d454d": "134557",
+ "101010": "101010",
+ "4d993d": "a34205",
+ "66cc52": "d27e26",
+ "b8a1e5": "4a9699",
+ "8f7db3": "2f667c",
+ "665980": "274159",
+ "c25054": "9268a4",
+ "de817e": "f2daf2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/705.json b/public/images/pokemon/variant/exp/705.json
index a29b8f124dc..bf9aa91eb4b 100644
--- a/public/images/pokemon/variant/exp/705.json
+++ b/public/images/pokemon/variant/exp/705.json
@@ -1,33 +1,34 @@
{
"1": {
- "101010":"101010",
- "4d454d":"8a2166",
- "807380":"b93f84",
- "bfacbf":"e56ca6",
- "f2daf2":"fbb3d2",
- "665980":"4e4094",
- "8f7db3":"8b69c3",
- "b8a1e5":"c7a1e5",
- "4d993d":"aa6a00",
- "66cc52":"ffd047",
- "4e9c3e":"0c5474",
- "67cf53":"3aa8c4",
- "b6f2aa":"63cee1"
+ "807380": "b93f84",
+ "bfacbf": "e56ca6",
+ "f2daf2": "fbb3d2",
+ "4d454d": "8a2166",
+ "307922": "aa6a00",
+ "46b030": "ffd047",
+ "101010": "101010",
+ "98bd51": "197497",
+ "d2e79e": "3aa8c4",
+ "647543": "0c5474",
+ "b8a1e5": "c7a1e5",
+ "665980": "4e4094",
+ "8f7db3": "8b69c3",
+ "ef6f8f": "b93f84"
},
"2": {
- "101010":"101010",
- "4d454d":"194f51",
- "807380":"2b736f",
- "bfacbf":"5db6a9",
- "f2daf2":"9cead8",
- "665980":"274159",
- "8f7db3":"2f667c",
- "b8a1e5":"4a9699",
- "4d993d":"007d61",
- "66cc52":"49ffbf",
- "4e9c3e":"842401",
- "67cf53":"a34205",
- "b6f2aa":"d27e26"
+ "807380": "2b736f",
+ "bfacbf": "5db6a9",
+ "f2daf2": "9cead8",
+ "4d454d": "194f51",
+ "307922": "007d61",
+ "46b030": "49ffbf",
+ "101010": "101010",
+ "98bd51": "a34205",
+ "d2e79e": "d27e26",
+ "647543": "842401",
+ "b8a1e5": "4a9699",
+ "665980": "274159",
+ "8f7db3": "2f667c",
+ "3f6f8f": "9268a4"
}
-}
-
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/713.json b/public/images/pokemon/variant/exp/713.json
index d18009819f4..ca45360ecea 100644
--- a/public/images/pokemon/variant/exp/713.json
+++ b/public/images/pokemon/variant/exp/713.json
@@ -1,26 +1,32 @@
{
"1": {
- "42575f": "994255",
- "bbeef9": "ffbfda",
- "ffffff": "ffebf2",
- "473552": "4c131f",
- "9e7ac1": "994255",
- "6a4e7a": "732334",
- "8db7c7": "d97389",
- "000000": "000000",
- "698e9c": "bf566d",
- "e6c81e": "9dcc3e"
+ "608cba": "bf566d",
+ "bff4ff": "ffbfda",
+ "85d7f2": "f29eb3",
+ "967acc": "732334",
+ "77b8d9": "d97389",
+ "335980": "994255",
+ "f2ffff": "ffebf2",
+ "101010": "101010",
+ "737373": "737373",
+ "bfbfbf": "bfbfbf",
+ "efab34": "9dcc3e",
+ "ffe46a": "cbe696",
+ "f8f8f8": "f8f8f8"
},
"2": {
- "42575f": "42575f",
- "bbeef9": "fcc95c",
- "ffffff": "fff2ad",
- "473552": "473552",
- "9e7ac1": "6cb3ae",
- "6a4e7a": "006761",
- "8db7c7": "cc7b1e",
- "000000": "000000",
- "698e9c": "a8632a",
- "e6c81e": "8dd9d4"
+ "608cba": "a8632a",
+ "bff4ff": "fcc95c",
+ "85d7f2": "e69e2b",
+ "967acc": "2c7a75",
+ "77b8d9": "cc7b1e",
+ "335980": "824628",
+ "f2ffff": "fff2ad",
+ "101010": "101010",
+ "737373": "737373",
+ "bfbfbf": "6cb3ae",
+ "efab34": "6cb3ae",
+ "ffe46a": "b9f2ee",
+ "f8f8f8": "b9f2ee"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/715.json b/public/images/pokemon/variant/exp/715.json
index 4ca2bcad56a..0e97862f10b 100644
--- a/public/images/pokemon/variant/exp/715.json
+++ b/public/images/pokemon/variant/exp/715.json
@@ -1,20 +1,38 @@
{
+ "1": {
+ "101010": "101010",
+ "404040": "5f32b1",
+ "6a3f73": "0f103c",
+ "287366": "731338",
+ "3aa694": "a42c54",
+ "8e5499": "202558",
+ "bfbfbf": "bb9adc",
+ "595959": "7a5ccc",
+ "801a1a": "5d173d",
+ "4cd9c1": "d04b6c",
+ "bd70cc": "2f386b",
+ "737373": "563d8f",
+ "f8f8f8": "d6c8f1",
+ "e52e2e": "903b78",
+ "000000": "000000",
+ "ffe14c": "ff8a58"
+ },
"2": {
- "404040": "c29484",
- "595959": "ecd3c3",
"101010": "101010",
- "287366": "832714",
- "4cd9c1": "dd834c",
- "3aa694": "b8552c",
- "801a1a": "7c0907",
- "e52e2e": "ad3419",
- "bd70cc": "5b1922",
- "6a3f73": "3b0c18",
- "737373": "1d060c",
- "8e5499": "7c2928",
- "bfbfbf": "43191e",
- "f8f8f8": "5a2a2b",
- "ffe14c": "49ffcd",
- "000000": "000000"
+ "404040": "c29484",
+ "6a3f73": "3b0c18",
+ "287366": "832714",
+ "3aa694": "b8552c",
+ "8e5499": "7c2928",
+ "bfbfbf": "43191e",
+ "595959": "ecd3c3",
+ "801a1a": "7c0907",
+ "4cd9c1": "dd834c",
+ "bd70cc": "5b1922",
+ "737373": "1d060c",
+ "f8f8f8": "5a2a2b",
+ "e52e2e": "ad3419",
+ "000000": "000000",
+ "ffe14c": "49ffcd"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/715_2.png b/public/images/pokemon/variant/exp/715_2.png
index 4383b8917ae..22fb386440a 100644
Binary files a/public/images/pokemon/variant/exp/715_2.png and b/public/images/pokemon/variant/exp/715_2.png differ
diff --git a/public/images/pokemon/variant/exp/717_2.png b/public/images/pokemon/variant/exp/717_2.png
index 30b5a9863de..3e11dfa8837 100644
Binary files a/public/images/pokemon/variant/exp/717_2.png and b/public/images/pokemon/variant/exp/717_2.png differ
diff --git a/public/images/pokemon/variant/exp/717_3.png b/public/images/pokemon/variant/exp/717_3.png
index ad17cdd305f..e39ddfc55d0 100644
Binary files a/public/images/pokemon/variant/exp/717_3.png and b/public/images/pokemon/variant/exp/717_3.png differ
diff --git a/public/images/pokemon/variant/exp/729_2.png b/public/images/pokemon/variant/exp/729_2.png
index c5c309dbaee..8349e63c91a 100644
Binary files a/public/images/pokemon/variant/exp/729_2.png and b/public/images/pokemon/variant/exp/729_2.png differ
diff --git a/public/images/pokemon/variant/exp/729_3.png b/public/images/pokemon/variant/exp/729_3.png
index 75a11c74cdc..a4b4197f18a 100644
Binary files a/public/images/pokemon/variant/exp/729_3.png and b/public/images/pokemon/variant/exp/729_3.png differ
diff --git a/public/images/pokemon/variant/exp/730_2.png b/public/images/pokemon/variant/exp/730_2.png
index f2ef5220ea9..f7a1b20a9be 100644
Binary files a/public/images/pokemon/variant/exp/730_2.png and b/public/images/pokemon/variant/exp/730_2.png differ
diff --git a/public/images/pokemon/variant/exp/742_2.png b/public/images/pokemon/variant/exp/742_2.png
index a2a238353ea..d4495c7b805 100644
Binary files a/public/images/pokemon/variant/exp/742_2.png and b/public/images/pokemon/variant/exp/742_2.png differ
diff --git a/public/images/pokemon/variant/exp/742_3.png b/public/images/pokemon/variant/exp/742_3.png
index a4c4f372972..8d55c3263b0 100644
Binary files a/public/images/pokemon/variant/exp/742_3.png and b/public/images/pokemon/variant/exp/742_3.png differ
diff --git a/public/images/pokemon/variant/exp/743_2.png b/public/images/pokemon/variant/exp/743_2.png
index dae1418901d..6236408f2ca 100644
Binary files a/public/images/pokemon/variant/exp/743_2.png and b/public/images/pokemon/variant/exp/743_2.png differ
diff --git a/public/images/pokemon/variant/exp/743_3.png b/public/images/pokemon/variant/exp/743_3.png
index 99d6ae3763e..2759946a0fd 100644
Binary files a/public/images/pokemon/variant/exp/743_3.png and b/public/images/pokemon/variant/exp/743_3.png differ
diff --git a/public/images/pokemon/variant/exp/747_2.png b/public/images/pokemon/variant/exp/747_2.png
index cf3832c9236..5afb5dbe45e 100644
Binary files a/public/images/pokemon/variant/exp/747_2.png and b/public/images/pokemon/variant/exp/747_2.png differ
diff --git a/public/images/pokemon/variant/exp/747_3.png b/public/images/pokemon/variant/exp/747_3.png
index 9fd3b92aa3e..ceb750efe0c 100644
Binary files a/public/images/pokemon/variant/exp/747_3.png and b/public/images/pokemon/variant/exp/747_3.png differ
diff --git a/public/images/pokemon/variant/exp/754_2.png b/public/images/pokemon/variant/exp/754_2.png
index fc7e9eadac6..c1c55966656 100644
Binary files a/public/images/pokemon/variant/exp/754_2.png and b/public/images/pokemon/variant/exp/754_2.png differ
diff --git a/public/images/pokemon/variant/exp/754_3.png b/public/images/pokemon/variant/exp/754_3.png
index c9ad7c5d4ca..dca99a4eb83 100644
Binary files a/public/images/pokemon/variant/exp/754_3.png and b/public/images/pokemon/variant/exp/754_3.png differ
diff --git a/public/images/pokemon/variant/exp/771_2.png b/public/images/pokemon/variant/exp/771_2.png
index ec47015842d..f2059e6a8eb 100644
Binary files a/public/images/pokemon/variant/exp/771_2.png and b/public/images/pokemon/variant/exp/771_2.png differ
diff --git a/public/images/pokemon/variant/exp/771_3.png b/public/images/pokemon/variant/exp/771_3.png
index 4a0ac89ac2e..9016079d1cb 100644
Binary files a/public/images/pokemon/variant/exp/771_3.png and b/public/images/pokemon/variant/exp/771_3.png differ
diff --git a/public/images/pokemon/variant/exp/791_1.png b/public/images/pokemon/variant/exp/791_1.png
index 6c337194ec3..4d5f210ec9f 100644
Binary files a/public/images/pokemon/variant/exp/791_1.png and b/public/images/pokemon/variant/exp/791_1.png differ
diff --git a/public/images/pokemon/variant/exp/793_2.png b/public/images/pokemon/variant/exp/793_2.png
index 9c70c5a94ee..13f22cffdda 100644
Binary files a/public/images/pokemon/variant/exp/793_2.png and b/public/images/pokemon/variant/exp/793_2.png differ
diff --git a/public/images/pokemon/variant/exp/793_3.png b/public/images/pokemon/variant/exp/793_3.png
index a758fcb28a4..137cdd97d6d 100644
Binary files a/public/images/pokemon/variant/exp/793_3.png and b/public/images/pokemon/variant/exp/793_3.png differ
diff --git a/public/images/pokemon/variant/exp/807.json b/public/images/pokemon/variant/exp/807.json
new file mode 100644
index 00000000000..8344e88090b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/807.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "53e4f9": "d7a7de",
+ "ef8a4e": "4f7bb6",
+ "2759a5": "736599",
+ "14bdea": "c987e3",
+ "2394d8": "b298d8",
+ "31343e": "14193f",
+ "1f73b4": "995fc0",
+ "4cf4fe": "f4a7ff",
+ "484f57": "243058",
+ "000000": "ffffff",
+ "727678": "3e5277",
+ "9d682d": "3c648d",
+ "f9e455": "7fc7d9",
+ "daa936": "5a96b6",
+ "5bd0f2": "ebceff"
+ },
+ "2": {
+ "53e4f9": "d967a2",
+ "ef8a4e": "834b95",
+ "2759a5": "a4378a",
+ "14bdea": "c02f8d",
+ "2394d8": "c05192",
+ "31343e": "a981b1",
+ "1f73b4": "9a1d82",
+ "4cf4fe": "e3418f",
+ "484f57": "cda4cb",
+ "000000": "ffffff",
+ "727678": "e8cae3",
+ "9d682d": "1d1044",
+ "f9e455": "56306f",
+ "daa936": "331b53",
+ "5bd0f2": "e17197"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/821_2.png b/public/images/pokemon/variant/exp/821_2.png
index 5de24ec92a2..84bb53c19ff 100644
Binary files a/public/images/pokemon/variant/exp/821_2.png and b/public/images/pokemon/variant/exp/821_2.png differ
diff --git a/public/images/pokemon/variant/exp/821_3.png b/public/images/pokemon/variant/exp/821_3.png
index 7c2bd32a288..eab0bca889f 100644
Binary files a/public/images/pokemon/variant/exp/821_3.png and b/public/images/pokemon/variant/exp/821_3.png differ
diff --git a/public/images/pokemon/variant/exp/836_2.png b/public/images/pokemon/variant/exp/836_2.png
index 9729f1dd4cf..2961e1015a9 100644
Binary files a/public/images/pokemon/variant/exp/836_2.png and b/public/images/pokemon/variant/exp/836_2.png differ
diff --git a/public/images/pokemon/variant/exp/836_3.png b/public/images/pokemon/variant/exp/836_3.png
index 76caf187b4d..a48d218ed98 100644
Binary files a/public/images/pokemon/variant/exp/836_3.png and b/public/images/pokemon/variant/exp/836_3.png differ
diff --git a/public/images/pokemon/variant/exp/857_2.png b/public/images/pokemon/variant/exp/857_2.png
index 2a60b21cef0..c98f602a8e5 100644
Binary files a/public/images/pokemon/variant/exp/857_2.png and b/public/images/pokemon/variant/exp/857_2.png differ
diff --git a/public/images/pokemon/variant/exp/857_3.png b/public/images/pokemon/variant/exp/857_3.png
index f9e25f22cc4..1b5f73c35de 100644
Binary files a/public/images/pokemon/variant/exp/857_3.png and b/public/images/pokemon/variant/exp/857_3.png differ
diff --git a/public/images/pokemon/variant/exp/862_2.png b/public/images/pokemon/variant/exp/862_2.png
index 1ed022bfdf7..d97613e5e89 100644
Binary files a/public/images/pokemon/variant/exp/862_2.png and b/public/images/pokemon/variant/exp/862_2.png differ
diff --git a/public/images/pokemon/variant/exp/862_3.png b/public/images/pokemon/variant/exp/862_3.png
index 79fb464d72f..9f6857d961a 100644
Binary files a/public/images/pokemon/variant/exp/862_3.png and b/public/images/pokemon/variant/exp/862_3.png differ
diff --git a/public/images/pokemon/variant/exp/882_2.png b/public/images/pokemon/variant/exp/882_2.png
index a702a507f22..fa0c3825cc1 100644
Binary files a/public/images/pokemon/variant/exp/882_2.png and b/public/images/pokemon/variant/exp/882_2.png differ
diff --git a/public/images/pokemon/variant/exp/890-eternamax_2.png b/public/images/pokemon/variant/exp/890-eternamax_2.png
index b234ec88e16..2327900b971 100644
Binary files a/public/images/pokemon/variant/exp/890-eternamax_2.png and b/public/images/pokemon/variant/exp/890-eternamax_2.png differ
diff --git a/public/images/pokemon/variant/exp/890-eternamax_3.png b/public/images/pokemon/variant/exp/890-eternamax_3.png
index f24e74283c5..140837cfbd0 100644
Binary files a/public/images/pokemon/variant/exp/890-eternamax_3.png and b/public/images/pokemon/variant/exp/890-eternamax_3.png differ
diff --git a/public/images/pokemon/variant/exp/890_2.png b/public/images/pokemon/variant/exp/890_2.png
index 036ee01f676..2412e5f95d9 100644
Binary files a/public/images/pokemon/variant/exp/890_2.png and b/public/images/pokemon/variant/exp/890_2.png differ
diff --git a/public/images/pokemon/variant/exp/890_3.png b/public/images/pokemon/variant/exp/890_3.png
index fb757ecc5cd..855b646e514 100644
Binary files a/public/images/pokemon/variant/exp/890_3.png and b/public/images/pokemon/variant/exp/890_3.png differ
diff --git a/public/images/pokemon/variant/exp/894.json b/public/images/pokemon/variant/exp/894.json
new file mode 100644
index 00000000000..dd270f3bc0e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/894.json
@@ -0,0 +1,27 @@
+{
+ "1": {
+ "e5ee1a": "6ad7f3",
+ "ff9dc2": "2c3072",
+ "7d542a": "2769aa",
+ "8eacdd": "caffd1",
+ "bc8b2f": "124b78",
+ "fffbfb": "dffff6",
+ "2e3967": "357b84",
+ "fefac7": "dffff6",
+ "375395": "5fcaad",
+ "4e7cc9": "9bf1c4",
+ "d7ad0d": "45a3d6"
+ },
+ "2": {
+ "e5ee1a": "d4ffd0",
+ "ff9dc2": "382875",
+ "7d542a": "429877",
+ "8eacdd": "c693d8",
+ "bc8b2f": "2a6f5d",
+ "2e3967": "514199",
+ "fefac7": "ffffff",
+ "375395": "815bad",
+ "4e7cc9": "b67cd6",
+ "d7ad0d": "7cd395"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/895.json b/public/images/pokemon/variant/exp/895.json
new file mode 100644
index 00000000000..7c37283fee7
--- /dev/null
+++ b/public/images/pokemon/variant/exp/895.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "2261ca": "561a5b",
+ "641e2c": "722123",
+ "ff92ae": "edca71",
+ "242e35": "512c25",
+ "608d99": "fae5bf",
+ "2b3d40": "754f47",
+ "76dff5": "ffe8f7",
+ "4b6f78": "f1d4b6",
+ "e05276": "ef8429",
+ "b63650": "bc623e",
+ "f27a99": "efb55a",
+ "872c3c": "93372d",
+ "3f545f": "ad8473",
+ "139ee1": "9b407f"
+ },
+ "2": {
+ "2261ca": "640e0b",
+ "641e2c": "15553b",
+ "ff92ae": "f1ff8d",
+ "242e35": "0f0c1e",
+ "608d99": "9b7ebc",
+ "2b3d40": "241951",
+ "76dff5": "fffcdf",
+ "4b6f78": "5a4382",
+ "e05276": "8aea41",
+ "b63650": "3bb349",
+ "f27a99": "dfff75",
+ "872c3c": "227843",
+ "3f545f": "3a2a67",
+ "139ee1": "98301c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/9-mega_2.png b/public/images/pokemon/variant/exp/9-mega_2.png
index c3c06c1eca7..0a56f1a3a68 100644
Binary files a/public/images/pokemon/variant/exp/9-mega_2.png and b/public/images/pokemon/variant/exp/9-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/9-mega_3.png b/public/images/pokemon/variant/exp/9-mega_3.png
index d7a4b6f9140..606f18d6337 100644
Binary files a/public/images/pokemon/variant/exp/9-mega_3.png and b/public/images/pokemon/variant/exp/9-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/910_2.png b/public/images/pokemon/variant/exp/910_2.png
index 47dfe4ac7b0..751585f5b0b 100644
Binary files a/public/images/pokemon/variant/exp/910_2.png and b/public/images/pokemon/variant/exp/910_2.png differ
diff --git a/public/images/pokemon/variant/exp/910_3.png b/public/images/pokemon/variant/exp/910_3.png
index 3206742c7d8..39b728c4350 100644
Binary files a/public/images/pokemon/variant/exp/910_3.png and b/public/images/pokemon/variant/exp/910_3.png differ
diff --git a/public/images/pokemon/variant/exp/911_2.png b/public/images/pokemon/variant/exp/911_2.png
index 78cf3658061..af9f0237ccf 100644
Binary files a/public/images/pokemon/variant/exp/911_2.png and b/public/images/pokemon/variant/exp/911_2.png differ
diff --git a/public/images/pokemon/variant/exp/911_3.png b/public/images/pokemon/variant/exp/911_3.png
index d4c2e86b7d7..4280cbdc4a3 100644
Binary files a/public/images/pokemon/variant/exp/911_3.png and b/public/images/pokemon/variant/exp/911_3.png differ
diff --git a/public/images/pokemon/variant/exp/912_3.png b/public/images/pokemon/variant/exp/912_3.png
index 846915f851e..211af0da412 100644
Binary files a/public/images/pokemon/variant/exp/912_3.png and b/public/images/pokemon/variant/exp/912_3.png differ
diff --git a/public/images/pokemon/variant/exp/913_3.png b/public/images/pokemon/variant/exp/913_3.png
index acb749c995d..f18a8e917eb 100644
Binary files a/public/images/pokemon/variant/exp/913_3.png and b/public/images/pokemon/variant/exp/913_3.png differ
diff --git a/public/images/pokemon/variant/exp/914_2.png b/public/images/pokemon/variant/exp/914_2.png
index 08093e2b50b..66aa120f002 100644
Binary files a/public/images/pokemon/variant/exp/914_2.png and b/public/images/pokemon/variant/exp/914_2.png differ
diff --git a/public/images/pokemon/variant/exp/925-four_2.png b/public/images/pokemon/variant/exp/925-four_2.png
index 1a6403a6673..3a2f00f0606 100644
Binary files a/public/images/pokemon/variant/exp/925-four_2.png and b/public/images/pokemon/variant/exp/925-four_2.png differ
diff --git a/public/images/pokemon/variant/exp/925-four_3.png b/public/images/pokemon/variant/exp/925-four_3.png
index 41972571610..51496f55c18 100644
Binary files a/public/images/pokemon/variant/exp/925-four_3.png and b/public/images/pokemon/variant/exp/925-four_3.png differ
diff --git a/public/images/pokemon/variant/exp/925-three_2.png b/public/images/pokemon/variant/exp/925-three_2.png
index 2bfb7863223..f571d24f033 100644
Binary files a/public/images/pokemon/variant/exp/925-three_2.png and b/public/images/pokemon/variant/exp/925-three_2.png differ
diff --git a/public/images/pokemon/variant/exp/925-three_3.png b/public/images/pokemon/variant/exp/925-three_3.png
index 0b9a4ae7fc5..e6c54ceb519 100644
Binary files a/public/images/pokemon/variant/exp/925-three_3.png and b/public/images/pokemon/variant/exp/925-three_3.png differ
diff --git a/public/images/pokemon/variant/exp/936_1.png b/public/images/pokemon/variant/exp/936_1.png
index 980f82162ec..cdc333ab841 100644
Binary files a/public/images/pokemon/variant/exp/936_1.png and b/public/images/pokemon/variant/exp/936_1.png differ
diff --git a/public/images/pokemon/variant/exp/936_3.png b/public/images/pokemon/variant/exp/936_3.png
index 9a9b984a6ab..27874a25886 100644
Binary files a/public/images/pokemon/variant/exp/936_3.png and b/public/images/pokemon/variant/exp/936_3.png differ
diff --git a/public/images/pokemon/variant/exp/937_1.png b/public/images/pokemon/variant/exp/937_1.png
index 53fff3c074b..82fa70b0c5b 100644
Binary files a/public/images/pokemon/variant/exp/937_1.png and b/public/images/pokemon/variant/exp/937_1.png differ
diff --git a/public/images/pokemon/variant/exp/937_2.png b/public/images/pokemon/variant/exp/937_2.png
index af4a9c79eee..43e2b060319 100644
Binary files a/public/images/pokemon/variant/exp/937_2.png and b/public/images/pokemon/variant/exp/937_2.png differ
diff --git a/public/images/pokemon/variant/exp/937_3.png b/public/images/pokemon/variant/exp/937_3.png
index 5917cc01076..9a208ba1457 100644
Binary files a/public/images/pokemon/variant/exp/937_3.png and b/public/images/pokemon/variant/exp/937_3.png differ
diff --git a/public/images/pokemon/variant/exp/94-mega_1.png b/public/images/pokemon/variant/exp/94-mega_1.png
index f37635c0c8b..78787902b23 100644
Binary files a/public/images/pokemon/variant/exp/94-mega_1.png and b/public/images/pokemon/variant/exp/94-mega_1.png differ
diff --git a/public/images/pokemon/variant/exp/94-mega_2.png b/public/images/pokemon/variant/exp/94-mega_2.png
index 264672eb70b..c4ac996ff52 100644
Binary files a/public/images/pokemon/variant/exp/94-mega_2.png and b/public/images/pokemon/variant/exp/94-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/94-mega_3.png b/public/images/pokemon/variant/exp/94-mega_3.png
index 89965a8a68f..f63c504e903 100644
Binary files a/public/images/pokemon/variant/exp/94-mega_3.png and b/public/images/pokemon/variant/exp/94-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/944.json b/public/images/pokemon/variant/exp/944.json
new file mode 100644
index 00000000000..4f1707ae85c
--- /dev/null
+++ b/public/images/pokemon/variant/exp/944.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "b5eab2": "75a0d0",
+ "d4eac7": "8bcfe5",
+ "bdb2bd": "53a164",
+ "ceceb7": "3ec295",
+ "726766": "4f985c",
+ "4a4860": "372869",
+ "8ce1b2": "6383c4",
+ "564a49": "286943",
+ "000000": "ffffff",
+ "4ca391": "3a4a8a",
+ "a571e6": "ffe269",
+ "774d9b": "d09139",
+ "97859b": "3f8d59",
+ "afc6d8": "8056a7",
+ "efeee1": "88eeab",
+ "869fad": "5e4090",
+ "918772": "1c9b8d",
+ "3a2b2f": "18493f"
+ },
+ "2": {
+ "b5eab2": "a9c6dc",
+ "d4eac7": "e2f8ff",
+ "bdb2bd": "78b0c2",
+ "ceceb7": "abc1df",
+ "726766": "5386b9",
+ "4a4860": "4f133f",
+ "8ce1b2": "8397c4",
+ "564a49": "2c4f8a",
+ "000000": "ffffff",
+ "4ca391": "3a4a8a",
+ "a571e6": "4c5372",
+ "774d9b": "2c2c46",
+ "97859b": "5582a4",
+ "afc6d8": "c23f4f",
+ "efeee1": "e2f3ff",
+ "869fad": "902a4b",
+ "918772": "6777aa",
+ "3a2b2f": "1e3072"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/945.json b/public/images/pokemon/variant/exp/945.json
new file mode 100644
index 00000000000..e22743030f9
--- /dev/null
+++ b/public/images/pokemon/variant/exp/945.json
@@ -0,0 +1,53 @@
+{
+ "1": {
+ "403f4f": "357747",
+ "1f2635": "1c193d",
+ "dcdcc3": "5ddcb2",
+ "282434": "14463f",
+ "ebe4e2": "ade273",
+ "a491a4": "499833",
+ "e6e2e1": "fffbf3",
+ "671544": "0f4e67",
+ "584698": "18153d",
+ "134175": "a74d2a",
+ "4f483f": "1b727b",
+ "323d4a": "2e2452",
+ "000000": "ffffff",
+ "8ac2a2": "1a355d",
+ "d73875": "29ad89",
+ "e0ebf1": "7ddfee",
+ "2481b0": "d09139",
+ "4b616b": "473869",
+ "38bdda": "ffe269",
+ "695575": "16613d",
+ "aca699": "2db3a4",
+ "8d2151": "157375",
+ "cedaaa": "2f5b7b"
+ },
+ "2": {
+ "403f4f": "3b6b9e",
+ "1f2635": "3b091c",
+ "dcdcc3": "edf0f1",
+ "282434": "2d427e",
+ "ebe4e2": "c23f4f",
+ "a491a4": "902a4b",
+ "e6e2e1": "ebf4f9",
+ "671544": "223969",
+ "584698": "1f1e43",
+ "134175": "1c182f",
+ "4f483f": "5d7487",
+ "323d4a": "580f1d",
+ "000000": "ffffff",
+ "a599a8": "bf888f",
+ "8ac2a2": "8397c4",
+ "7c6a84": "965b6f",
+ "d73875": "68adca",
+ "2481b0": "2c2c46",
+ "4b616b": "8a2029",
+ "38bdda": "494e64",
+ "695575": "4f133f",
+ "aca699": "acbfc7",
+ "8d2151": "4676aa",
+ "cedaaa": "bad4e8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/970_2.png b/public/images/pokemon/variant/exp/970_2.png
index 23b7304a188..e7a046c2d7f 100644
Binary files a/public/images/pokemon/variant/exp/970_2.png and b/public/images/pokemon/variant/exp/970_2.png differ
diff --git a/public/images/pokemon/variant/exp/970_3.png b/public/images/pokemon/variant/exp/970_3.png
index 4513e32e924..213268b4d44 100644
Binary files a/public/images/pokemon/variant/exp/970_3.png and b/public/images/pokemon/variant/exp/970_3.png differ
diff --git a/public/images/pokemon/variant/exp/978-curly_2.png b/public/images/pokemon/variant/exp/978-curly_2.png
index 7fde5dc7ff4..800d4b3ee48 100644
Binary files a/public/images/pokemon/variant/exp/978-curly_2.png and b/public/images/pokemon/variant/exp/978-curly_2.png differ
diff --git a/public/images/pokemon/variant/exp/978-curly_3.png b/public/images/pokemon/variant/exp/978-curly_3.png
index 61f28cd014c..0625741b052 100644
Binary files a/public/images/pokemon/variant/exp/978-curly_3.png and b/public/images/pokemon/variant/exp/978-curly_3.png differ
diff --git a/public/images/pokemon/variant/exp/978-droopy_2.png b/public/images/pokemon/variant/exp/978-droopy_2.png
index c1570d64cc4..3ece2e41e47 100644
Binary files a/public/images/pokemon/variant/exp/978-droopy_2.png and b/public/images/pokemon/variant/exp/978-droopy_2.png differ
diff --git a/public/images/pokemon/variant/exp/978-droopy_3.png b/public/images/pokemon/variant/exp/978-droopy_3.png
index d64226dfb45..f1134506f3b 100644
Binary files a/public/images/pokemon/variant/exp/978-droopy_3.png and b/public/images/pokemon/variant/exp/978-droopy_3.png differ
diff --git a/public/images/pokemon/variant/exp/978-stretchy_2.png b/public/images/pokemon/variant/exp/978-stretchy_2.png
index 38fb36d785f..62d37a3e66a 100644
Binary files a/public/images/pokemon/variant/exp/978-stretchy_2.png and b/public/images/pokemon/variant/exp/978-stretchy_2.png differ
diff --git a/public/images/pokemon/variant/exp/978-stretchy_3.png b/public/images/pokemon/variant/exp/978-stretchy_3.png
index 1a2ded1841e..608ec2697cc 100644
Binary files a/public/images/pokemon/variant/exp/978-stretchy_3.png and b/public/images/pokemon/variant/exp/978-stretchy_3.png differ
diff --git a/public/images/pokemon/variant/exp/979_1.png b/public/images/pokemon/variant/exp/979_1.png
index 9d07620bf16..89c3a37d4aa 100644
Binary files a/public/images/pokemon/variant/exp/979_1.png and b/public/images/pokemon/variant/exp/979_1.png differ
diff --git a/public/images/pokemon/variant/exp/979_2.png b/public/images/pokemon/variant/exp/979_2.png
index 07c6ece9b07..788de4b089d 100644
Binary files a/public/images/pokemon/variant/exp/979_2.png and b/public/images/pokemon/variant/exp/979_2.png differ
diff --git a/public/images/pokemon/variant/exp/979_3.png b/public/images/pokemon/variant/exp/979_3.png
index da84b866c39..b0e6826c6c1 100644
Binary files a/public/images/pokemon/variant/exp/979_3.png and b/public/images/pokemon/variant/exp/979_3.png differ
diff --git a/public/images/pokemon/variant/exp/994_3.png b/public/images/pokemon/variant/exp/994_3.png
index a9f3f7fddc2..abd17460bc7 100644
Binary files a/public/images/pokemon/variant/exp/994_3.png and b/public/images/pokemon/variant/exp/994_3.png differ
diff --git a/public/images/pokemon/variant/exp/997_2.png b/public/images/pokemon/variant/exp/997_2.png
index 42065f31cad..6c61c142d9a 100644
Binary files a/public/images/pokemon/variant/exp/997_2.png and b/public/images/pokemon/variant/exp/997_2.png differ
diff --git a/public/images/pokemon/variant/exp/997_3.png b/public/images/pokemon/variant/exp/997_3.png
index 27ccadb26f8..c25719e15c7 100644
Binary files a/public/images/pokemon/variant/exp/997_3.png and b/public/images/pokemon/variant/exp/997_3.png differ
diff --git a/public/images/pokemon/variant/exp/998_2.png b/public/images/pokemon/variant/exp/998_2.png
index e79ad7c367b..ec371e4d986 100644
Binary files a/public/images/pokemon/variant/exp/998_2.png and b/public/images/pokemon/variant/exp/998_2.png differ
diff --git a/public/images/pokemon/variant/exp/998_3.png b/public/images/pokemon/variant/exp/998_3.png
index 19d7cc76f86..92db876caad 100644
Binary files a/public/images/pokemon/variant/exp/998_3.png and b/public/images/pokemon/variant/exp/998_3.png differ
diff --git a/public/images/pokemon/variant/exp/999_1.png b/public/images/pokemon/variant/exp/999_1.png
index c5092e856ce..df33c59f607 100644
Binary files a/public/images/pokemon/variant/exp/999_1.png and b/public/images/pokemon/variant/exp/999_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/181-mega_3.png b/public/images/pokemon/variant/exp/back/181-mega_3.png
index 81856e501e1..771ce25a0da 100644
Binary files a/public/images/pokemon/variant/exp/back/181-mega_3.png and b/public/images/pokemon/variant/exp/back/181-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/2026.json b/public/images/pokemon/variant/exp/back/2026.json
new file mode 100644
index 00000000000..5758dcc8c6c
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/2026.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "552720": "162f4b",
+ "ecd8b7": "b4c2a5",
+ "dfc043": "d17577",
+ "fffdfb": "d6d9ca",
+ "993c20": "1d3a57",
+ "b45f25": "2d5261",
+ "965821": "2f4e6b",
+ "e9be14": "945c7b",
+ "846b5b": "467f85",
+ "602c24": "162f4b",
+ "f9ed9f": "eb999a",
+ "e3882d": "3d7375",
+ "646124": "492652",
+ "fef443": "c48081"
+ },
+ "2": {
+ "552720": "43617f",
+ "ecd8b7": "5a6f90",
+ "fffdfb": "6d8297",
+ "993c20": "965636",
+ "b45f25": "bd8551",
+ "965821": "9cb3ca",
+ "e9be14": "1a3551",
+ "846b5b": "202746",
+ "e3882d": "d3b06f",
+ "646124": "122140",
+ "fef443": "3a5873"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/2103.json b/public/images/pokemon/variant/exp/back/2103.json
new file mode 100644
index 00000000000..2e97727835a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/2103.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "2f9934": "dea44c",
+ "9f6b41": "426378",
+ "70442e": "283f5b",
+ "e6ac5a": "869fdc",
+ "522f16": "131d33",
+ "9cbd4a": "9977dd",
+ "fff68b": "a3c4ed",
+ "36cc36": "f4e774",
+ "2d5826": "c8592a",
+ "7b5210": "373e85",
+ "ffffcd": "d3efff"
+ },
+ "2": {
+ "2f9934": "3d324b",
+ "9f6b41": "ffdbe7",
+ "70442e": "d59cba",
+ "e6ac5a": "c84e7f",
+ "522f16": "925b81",
+ "9cbd4a": "824a96",
+ "fff68b": "eb748d",
+ "36cc36": "6a5b73",
+ "2d5826": "1f1a31",
+ "7b5210": "4e1044",
+ "ffffcd": "ffa29d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/212-mega_2.png b/public/images/pokemon/variant/exp/back/212-mega_2.png
index d4337df3477..877ede02ad4 100644
Binary files a/public/images/pokemon/variant/exp/back/212-mega_2.png and b/public/images/pokemon/variant/exp/back/212-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/212-mega_3.png b/public/images/pokemon/variant/exp/back/212-mega_3.png
index 173fb44c257..68db47ab830 100644
Binary files a/public/images/pokemon/variant/exp/back/212-mega_3.png and b/public/images/pokemon/variant/exp/back/212-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/248-mega.json b/public/images/pokemon/variant/exp/back/248-mega.json
index f1770cfc32f..f5b58bf5f10 100644
--- a/public/images/pokemon/variant/exp/back/248-mega.json
+++ b/public/images/pokemon/variant/exp/back/248-mega.json
@@ -1,13 +1,28 @@
{
+ "1": {
+ "171717": "101010",
+ "4a5a39": "533334",
+ "4b5a3b": "533334",
+ "727272": "727272",
+ "801c17": "004194",
+ "922d00": "004194",
+ "ce283d": "006fb3",
+ "d35200": "0098fc",
+ "729a62": "915957",
+ "739c62": "915957",
+ "aacb9a": "c78482"
+ },
"2": {
- "4a5a39": "06092f",
- "101010": "101010",
- "accd9c": "625695",
- "739c62": "2c3071",
- "ffffff": "ffffff",
- "6a2000": "ee7b06",
- "bd3920": "ffa904",
- "737373": "737373",
- "000000": "000000"
+ "171717": "101010",
+ "4a5a39": "06092f",
+ "4b5a3b": "06092f",
+ "727272": "727272",
+ "801c17": "ee7b06",
+ "922d00": "ee7b06",
+ "ce283d": "ffa904",
+ "d35200": "ffa904",
+ "729a62": "2c3071",
+ "739c62": "2c3071",
+ "aacb9a": "625695"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega_2.json b/public/images/pokemon/variant/exp/back/248-mega_2.json
deleted file mode 100644
index 7f236a6bb87..00000000000
--- a/public/images/pokemon/variant/exp/back/248-mega_2.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "248-mega_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:625e35ec9f8e731e89fa37587ffb4738:07d356e18baf0312a4e8a36adb76fdd5:90df97eb431b7162252516cb937a0b9e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega_2.png b/public/images/pokemon/variant/exp/back/248-mega_2.png
deleted file mode 100644
index 6dd5a1a7111..00000000000
Binary files a/public/images/pokemon/variant/exp/back/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/3-mega_2.png b/public/images/pokemon/variant/exp/back/3-mega_2.png
index 12a633ba7fa..777f4d0bca5 100644
Binary files a/public/images/pokemon/variant/exp/back/3-mega_2.png and b/public/images/pokemon/variant/exp/back/3-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/3-mega_3.png b/public/images/pokemon/variant/exp/back/3-mega_3.png
index dbca39c55e6..4684c989e3d 100644
Binary files a/public/images/pokemon/variant/exp/back/3-mega_3.png and b/public/images/pokemon/variant/exp/back/3-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/359-mega.json b/public/images/pokemon/variant/exp/back/359-mega.json
new file mode 100644
index 00000000000..5ae5a7477e7
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/359-mega.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "ffffff": "61a8ab",
+ "414a6a": "421e4a",
+ "b4b4d5": "458196",
+ "293939": "27122b",
+ "525a7b": "59274e",
+ "d5deee": "589aa6",
+ "737bac": "874267",
+ "626283": "2a3163",
+ "8b8bac": "3b6987"
+ },
+ "2": {
+ "ffffff": "9e363b",
+ "414a6a": "b39279",
+ "b4b4d5": "752f40",
+ "293939": "996e5f",
+ "525a7b": "e0c79f",
+ "d5deee": "8f2f41",
+ "737bac": "f5f1cb",
+ "626283": "42122d",
+ "8b8bac": "59213b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/362-mega.json b/public/images/pokemon/variant/exp/back/362-mega.json
index 3eddfcb3ef0..2f3d13a6944 100644
--- a/public/images/pokemon/variant/exp/back/362-mega.json
+++ b/public/images/pokemon/variant/exp/back/362-mega.json
@@ -1,28 +1,26 @@
{
"1": {
- "000000": "010101",
"393941": "050832",
+ "010101": "010101",
"2b74a8": "84073c",
- "7b7b83": "1b205d",
- "ffffff": "ff937b",
- "a4deff": "f9383e",
- "62bdee": "b7113a",
- "e6e6f6": "a2b7e5",
- "c5cde6": "6076c6",
+ "bbeeff": "f9383e",
+ "7dbbee": "b7113a",
+ "fefefe": "ff937b",
"7b7b94": "1b205d",
- "acaccd": "2f3c84"
+ "e6e6f6": "a2b7e5",
+ "acaccd": "2f3c84",
+ "c5cde6": "6076c6"
},
"2": {
- "000000": "010101",
"393941": "221315",
+ "010101": "010101",
"2b74a8": "0c4b3a",
- "7b7b83": "4a282a",
- "ffffff": "c8ff9c",
- "a4deff": "5ce11a",
- "62bdee": "009325",
- "e6e6f6": "a76344",
- "c5cde6": "7e4a3f",
+ "bbeeff": "5ce11a",
+ "7dbbee": "009325",
+ "fefefe": "c8ff9c",
"7b7b94": "4a282a",
- "acaccd": "613735"
+ "e6e6f6": "a76344",
+ "acaccd": "613735",
+ "c5cde6": "7e4a3f"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/4080_1.png b/public/images/pokemon/variant/exp/back/4080_1.png
index 580548f6d3a..2bed3a5b4c1 100644
Binary files a/public/images/pokemon/variant/exp/back/4080_1.png and b/public/images/pokemon/variant/exp/back/4080_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/4080_2.png b/public/images/pokemon/variant/exp/back/4080_2.png
index 988ac3f7834..e0fa30094cf 100644
Binary files a/public/images/pokemon/variant/exp/back/4080_2.png and b/public/images/pokemon/variant/exp/back/4080_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/4080_3.png b/public/images/pokemon/variant/exp/back/4080_3.png
index 0fb239266ec..ed11f7ab90c 100644
Binary files a/public/images/pokemon/variant/exp/back/4080_3.png and b/public/images/pokemon/variant/exp/back/4080_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/4199_1.png b/public/images/pokemon/variant/exp/back/4199_1.png
index 17e691cb35b..eb658cc2171 100644
Binary files a/public/images/pokemon/variant/exp/back/4199_1.png and b/public/images/pokemon/variant/exp/back/4199_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/6503.json b/public/images/pokemon/variant/exp/back/6503.json
new file mode 100644
index 00000000000..a977e095e71
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/6503.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "181531": "a26579",
+ "fafcf9": "f6f4f4",
+ "84a4a7": "563785",
+ "a82c47": "d45b9e",
+ "8aa3a3": "d3a0bb",
+ "494a48": "3d2439",
+ "1d3962": "28142c",
+ "474a46": "2b1838",
+ "d75063": "b73891",
+ "6b1c34": "8f3396",
+ "1e224e": "dc95ae",
+ "1e5b9b": "4d244b",
+ "8da8a8": "a58b90",
+ "597471": "332a59",
+ "282f62": "f7d9de"
+ },
+ "2": {
+ "181531": "715b72",
+ "fafcf9": "2c3940",
+ "84a4a7": "41857b",
+ "a82c47": "8abfb1",
+ "8aa3a3": "232d2e",
+ "494a48": "181f20",
+ "1d3962": "321e1e",
+ "474a46": "181f20",
+ "d75063": "8f65d8",
+ "6b1c34": "6d9d9a",
+ "1e224e": "ba9bc1",
+ "1e5b9b": "5e3e38",
+ "597471": "2a5c57",
+ "282f62": "efdfee"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/654.json b/public/images/pokemon/variant/exp/back/654.json
index c7524e01b9a..0f3b2bf3d4e 100644
--- a/public/images/pokemon/variant/exp/back/654.json
+++ b/public/images/pokemon/variant/exp/back/654.json
@@ -1,34 +1,38 @@
{
"1": {
- "907020": "481332",
- "ffe060": "a85789",
- "e0ad10": "682546",
- "040404": "101010",
- "803020": "471b70",
- "f06030": "ab6ce0",
- "bf4020": "6231a5",
- "202020": "262626",
- "cccccc": "c093c3",
- "3c3c3c": "404040",
- "fdfdfd": "e7caef",
- "a4583e": "6231a5",
- "414141": "404040",
- "606060": "5c255f"
+ "101010": "101010",
+ "736028": "061530",
+ "ffd659": "b55390",
+ "ccab47": "872b59",
+ "732e17": "471b70",
+ "f26130": "ab6ce0",
+ "b34724": "6231a5",
+ "f8f8f8": "f7e4fc",
+ "737373": "5c255f",
+ "bfbfbf": "c093c3",
+ "804913": "c5b3ca",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "80f37b",
+ "ffc000": "4fcb61",
+ "ff8700": "207d4e"
},
"2": {
- "907020": "061530",
- "ffe060": "2b5f8a",
- "e0ad10": "173864",
- "040404": "101010",
- "803020": "005646",
- "f06030": "21d170",
- "bf4020": "0aaa77",
- "202020": "262626",
- "cccccc": "d4b996",
- "3c3c3c": "404040",
- "fdfdfd": "fff2dd",
- "a4583e": "0aaa77",
- "414141": "404040",
- "606060": "75553c"
+ "101010": "101010",
+ "736028": "061530",
+ "ffd659": "2b5f8a",
+ "ccab47": "173864",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
+ "f8f8f8": "fff2dd",
+ "737373": "75553c",
+ "bfbfbf": "d4b996",
+ "804913": "098794",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "c858a4",
+ "ffc000": "75308e",
+ "ff8700": "521364"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/656.json b/public/images/pokemon/variant/exp/back/656.json
new file mode 100644
index 00000000000..f41398f3154
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/656.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "848496": "4d7dc5",
+ "7bcdff": "9c75c2",
+ "62ace6": "8363af",
+ "ffffff": "b1e5ff",
+ "396a83": "362864",
+ "9c9cc5": "5385c7",
+ "cdcde6": "7eb7e8",
+ "174592": "37408c",
+ "5a94cd": "7054a4"
+ },
+ "2": {
+ "848496": "cc6845",
+ "7bcdff": "dd6155",
+ "62ace6": "c44848",
+ "ffffff": "fff4bd",
+ "396a83": "5c0d33",
+ "9c9cc5": "c96a48",
+ "cdcde6": "f7b785",
+ "174592": "198158",
+ "5a94cd": "a92f3f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/657.json b/public/images/pokemon/variant/exp/back/657.json
new file mode 100644
index 00000000000..083a9dba0a6
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/657.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "f8f8f8": "8dcfff",
+ "737373": "0f3f82",
+ "0b566a": "281f52",
+ "002c58": "1c0726",
+ "bfbfbf": "4386df",
+ "006ba6": "4e1852",
+ "0b4a7a": "340f3d",
+ "41ccf5": "7755a7",
+ "2896b5": "4b3578"
+ },
+ "2": {
+ "f8f8f8": "fff6c7",
+ "737373": "df6a50",
+ "0b566a": "7e1628",
+ "002c58": "0c3b54",
+ "bfbfbf": "ffc996",
+ "006ba6": "239c91",
+ "0b4a7a": "156f78",
+ "41ccf5": "dd7355",
+ "2896b5": "a92f3a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/658-ash.json b/public/images/pokemon/variant/exp/back/658-ash.json
new file mode 100644
index 00000000000..370d5df8081
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/658-ash.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "265595": "432b6c",
+ "de3431": "3fca9f",
+ "f8f8f8": "a1e9f0",
+ "7b282e": "0e3e81",
+ "6b1d1d": "206d74",
+ "134e52": "062e3c",
+ "bfb169": "165e78",
+ "ffb2bf": "b7e9ff",
+ "bf4c60": "4386df",
+ "282c35": "271f4c",
+ "f2798d": "8dcfff",
+ "268794": "1c3e58",
+ "3e7acc": "6b4592",
+ "7ddeff": "7ddcd6",
+ "4ebdd9": "41a7b0",
+ "18335c": "170738"
+ },
+ "2": {
+ "265595": "cc7251",
+ "de3431": "9ceec6",
+ "f8f8f8": "89d2b8",
+ "7b282e": "152a5c",
+ "6b1d1d": "356e8d",
+ "134e52": "0d1e3e",
+ "bfb169": "4d2637",
+ "ffb2bf": "86d6b6",
+ "bf4c60": "32738b",
+ "282c35": "4d2637",
+ "f2798d": "5eb4a9",
+ "268794": "1c3e58",
+ "3e7acc": "ecbb7a",
+ "7ddeff": "46988d",
+ "4ebdd9": "2f6e74",
+ "18335c": "9f2727"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/658.json b/public/images/pokemon/variant/exp/back/658.json
new file mode 100644
index 00000000000..c1bb4222ce4
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/658.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "ffb2bf": "b7e9ff",
+ "bf4c60": "4386df",
+ "3d61cc": "6b4592",
+ "fff0a6": "208698",
+ "2e4999": "432b6c",
+ "f2798d": "8dcfff",
+ "803340": "0e3e81",
+ "1b2a59": "170738",
+ "66d9ff": "7ddcd6",
+ "bfb169": "165e78"
+ },
+ "2": {
+ "ffb2bf": "86d6b6",
+ "bf4c60": "32738b",
+ "3d61cc": "ecbb7a",
+ "fff0a6": "652240",
+ "2e4999": "cc7251",
+ "f2798d": "5eb4a9",
+ "803340": "152a5c",
+ "1b2a59": "9f2727",
+ "66d9ff": "48968c",
+ "bfb169": "431022"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/664.json b/public/images/pokemon/variant/exp/back/664.json
index 65474e240f3..ae0ec9fc792 100644
--- a/public/images/pokemon/variant/exp/back/664.json
+++ b/public/images/pokemon/variant/exp/back/664.json
@@ -1,28 +1,26 @@
{
"1": {
- "797987": "9c615f",
- "f9f8fa": "f9f8fa",
- "000000": "000000",
- "ffffff": "ffffff",
- "cdcdcd": "e9c7c4",
- "383830": "4c2855",
- "54544e": "895a9f",
- "727272": "a97dbb",
- "d8a465": "838b53",
- "f0d5b9": "a0c896",
- "653925": "626649"
+ "101010": "101010",
+ "363636": "4c2855",
+ "4d4d4d": "9d6260",
+ "4e4e4e": "895a9f",
+ "747474": "a97dbb",
+ "855d31": "626649",
+ "9d7247": "838b53",
+ "d1bf6b": "a0c896",
+ "b3b3b3": "e9c7c4",
+ "f8f8f8": "ffffff"
},
"2": {
- "797987": "590015",
- "f9f8fa": "c83e4c",
- "000000": "000000",
- "ffffff": "c83e4c",
- "cdcdcd": "a70d37",
- "383830": "05312f",
- "54544e": "377772",
- "727272": "73bdae",
- "d8a465": "dda476",
- "f0d5b9": "ffe0ba",
- "653925": "bf8961"
+ "101010": "101010",
+ "363636": "05312f",
+ "4d4d4d": "590015",
+ "4e4e4e": "377772",
+ "747474": "73bdae",
+ "855d31": "bf8961",
+ "9d7247": "dda476",
+ "d1bf6b": "ffe0ba",
+ "b3b3b3": "a70d37",
+ "f8f8f8": "c83e4c"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/665.json b/public/images/pokemon/variant/exp/back/665.json
index 876adeed0ea..c5defbab5b7 100644
--- a/public/images/pokemon/variant/exp/back/665.json
+++ b/public/images/pokemon/variant/exp/back/665.json
@@ -1,16 +1,30 @@
{
+ "1": {
+ "363636": "363636",
+ "d1bf6b": "a0c896",
+ "8c8c8c": "895a9f",
+ "bfbfbf": "a97dbb",
+ "9d7247": "838b53",
+ "101010": "101010",
+ "4d4d4d": "9c615f",
+ "b3b3b3": "e9c7c4",
+ "f8f8f8": "ffffff",
+ "802626": "005361",
+ "ff4c4c": "00aacd",
+ "eed83e": "cae2c3"
+ },
"2": {
- "8e5136": "bf8961",
- "838392": "590015",
- "d8a465": "dda476",
- "f0d5b9": "ffe0ba",
- "cdcdcd": "a70d37",
- "52524b": "360000",
- "653925": "bf8961",
- "000000": "000000",
- "f9f8fa": "c83e4c",
- "94416a": "004270",
- "ee5a62": "0092dd",
- "6a6a6a": "590015"
+ "363636": "360000",
+ "d1bf6b": "ffe0ba",
+ "8c8c8c": "590015",
+ "bfbfbf": "a70d37",
+ "9d7247": "dda476",
+ "101010": "101010",
+ "4d4d4d": "590015",
+ "b3b3b3": "a70d37",
+ "f8f8f8": "c83e4c",
+ "802626": "004270",
+ "ff4c4c": "0092dd",
+ "eed83e": "ffe0ba"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/665_2.png b/public/images/pokemon/variant/exp/back/665_2.png
index bfddd085cc2..83762b9392c 100644
Binary files a/public/images/pokemon/variant/exp/back/665_2.png and b/public/images/pokemon/variant/exp/back/665_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago.json b/public/images/pokemon/variant/exp/back/666-archipelago.json
new file mode 100644
index 00000000000..6386464b74e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-archipelago.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "c8373c": "c8373c",
+ "a2523b": "a2523b",
+ "c27351": "c27351",
+ "30c171": "30c171",
+ "b28e67": "b28e67",
+ "ceab62": "d9edd4",
+ "d2bf96": "d2bf96",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "642703",
+ "675220": "741300",
+ "504a4a": "741300",
+ "595959": "824719",
+ "707068": "a22414",
+ "c8373c": "c8373c",
+ "a2523b": "a2523b",
+ "c27351": "c27351",
+ "30c171": "30c171",
+ "b28e67": "b28e67",
+ "ceab62": "a22414",
+ "d2bf96": "d2bf96",
+ "c3c3c3": "e7caa5"
+
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_2.json b/public/images/pokemon/variant/exp/back/666-archipelago_2.json
deleted file mode 100644
index 8c6fd7bcb91..00000000000
--- a/public/images/pokemon/variant/exp/back/666-archipelago_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-archipelago_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_2.png b/public/images/pokemon/variant/exp/back/666-archipelago_2.png
deleted file mode 100644
index 032fd73f5c3..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-archipelago_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_3.json b/public/images/pokemon/variant/exp/back/666-archipelago_3.json
deleted file mode 100644
index 3f9c86ecd75..00000000000
--- a/public/images/pokemon/variant/exp/back/666-archipelago_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-archipelago_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_3.png b/public/images/pokemon/variant/exp/back/666-archipelago_3.png
deleted file mode 100644
index b14fc9699cb..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-archipelago_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-continental.json b/public/images/pokemon/variant/exp/back/666-continental.json
new file mode 100644
index 00000000000..92614fb346c
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-continental.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "595959": "724b7a",
+ "555353": "724b7a",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "402746",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "958c8a",
+ "ceab62": "d9edd4",
+ "707068": "a97cbc",
+ "504a4a": "7f6991",
+ "aa5844": "aa5844",
+ "c3c3c3": "ffeaff",
+ "811c1c": "811c1c",
+ "e08528": "e08528"
+ },
+ "2": {
+ "101010": "101010",
+ "595959": "8f551e",
+ "555353": "e99b44",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "6d2d0d",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "9c5c19",
+ "ceab62": "e99b44",
+ "707068": "e99b44",
+ "504a4a": "9c5c19",
+ "aa5844": "aa5844",
+ "c3c3c3": "f8f27f",
+ "811c1c": "811c1c",
+ "308528": "308528"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_2.json b/public/images/pokemon/variant/exp/back/666-continental_2.json
deleted file mode 100644
index 371e157ff8a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-continental_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_2.png b/public/images/pokemon/variant/exp/back/666-continental_2.png
deleted file mode 100644
index df588f7c4f5..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-continental_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-continental_3.json b/public/images/pokemon/variant/exp/back/666-continental_3.json
deleted file mode 100644
index ec9c98e6312..00000000000
--- a/public/images/pokemon/variant/exp/back/666-continental_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_3.png b/public/images/pokemon/variant/exp/back/666-continental_3.png
deleted file mode 100644
index 76bb3953e51..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-continental_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-elegant.json b/public/images/pokemon/variant/exp/back/666-elegant.json
new file mode 100644
index 00000000000..1b7b9838005
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-elegant.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "f8de3f": "f8de3f",
+ "ceab62": "d9edd4",
+ "56479d": "56479d",
+ "875fb5": "875fb5",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "c3c3c3",
+ "e6ddf8": "e6ddf8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "351262",
+ "675220": "7d1083",
+ "504a4a": "7d1083",
+ "595959": "612776",
+ "707068": "a73fab",
+ "de4040": "de4040",
+ "f8de3f": "f8de3f",
+ "ceab62": "a73fab",
+ "56479d": "56479d",
+ "875fb5": "875fb5",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "f0ecff",
+ "e6ddf8": "e6ddf8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_2.json b/public/images/pokemon/variant/exp/back/666-elegant_2.json
deleted file mode 100644
index 0894ba3672b..00000000000
--- a/public/images/pokemon/variant/exp/back/666-elegant_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-elegant_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_2.png b/public/images/pokemon/variant/exp/back/666-elegant_2.png
deleted file mode 100644
index 68129e87db0..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-elegant_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_3.json b/public/images/pokemon/variant/exp/back/666-elegant_3.json
deleted file mode 100644
index 20501609416..00000000000
--- a/public/images/pokemon/variant/exp/back/666-elegant_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-elegant_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_3.png b/public/images/pokemon/variant/exp/back/666-elegant_3.png
deleted file mode 100644
index d68e8977850..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-elegant_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-fancy.json b/public/images/pokemon/variant/exp/back/666-fancy.json
new file mode 100644
index 00000000000..5d368667ae3
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-fancy.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "6f9f42",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_2.json b/public/images/pokemon/variant/exp/back/666-fancy_2.json
deleted file mode 100644
index 5f8f29308d3..00000000000
--- a/public/images/pokemon/variant/exp/back/666-fancy_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_2.png b/public/images/pokemon/variant/exp/back/666-fancy_2.png
deleted file mode 100644
index 1fce2d851f4..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_3.json b/public/images/pokemon/variant/exp/back/666-fancy_3.json
deleted file mode 100644
index c1c35bf083a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-fancy_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_3.png b/public/images/pokemon/variant/exp/back/666-fancy_3.png
deleted file mode 100644
index 8bb80556451..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-garden.json b/public/images/pokemon/variant/exp/back/666-garden.json
new file mode 100644
index 00000000000..16fec8bc537
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-garden.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "398351": "398351",
+ "ceab62": "d9edd4",
+ "88d254": "88d254",
+ "3f919a": "3f919a",
+ "3dba96": "3dba96",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "044553",
+ "675220": "055160",
+ "504a4a": "055160",
+ "595959": "006b55",
+ "707068": "227687",
+ "de4040": "de4040",
+ "398351": "398351",
+ "ceab62": "227687",
+ "88d254": "88d254",
+ "3f919a": "3f919a",
+ "3dba96": "3dba96",
+ "c3c3c3": "72d0a3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_2.json b/public/images/pokemon/variant/exp/back/666-garden_2.json
deleted file mode 100644
index 1c3840b900c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-garden_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-garden_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_2.png b/public/images/pokemon/variant/exp/back/666-garden_2.png
deleted file mode 100644
index 547bcb72245..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-garden_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-garden_3.json b/public/images/pokemon/variant/exp/back/666-garden_3.json
deleted file mode 100644
index 5fbdd2097fd..00000000000
--- a/public/images/pokemon/variant/exp/back/666-garden_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-garden_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_3.png b/public/images/pokemon/variant/exp/back/666-garden_3.png
deleted file mode 100644
index 8b0261631c3..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-garden_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains.json b/public/images/pokemon/variant/exp/back/666-high-plains.json
new file mode 100644
index 00000000000..984055b6a24
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-high-plains.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "337543": "337543",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "7d4428": "7d4428",
+ "707068": "a97cbc",
+ "9a5a3b": "9a5a3b",
+ "aa4343": "aa4343",
+ "e1764e": "e1764e",
+ "e8c815": "e8c815",
+ "ceab62": "d9edd4",
+ "f3a861": "f3a861",
+ "c3c3c3": "c3c3c3",
+ "773d21": "773d21"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "8f1d19",
+ "675220": "c97034",
+ "337543": "337543",
+ "504a4a": "c97034",
+ "595959": "a55422",
+ "7d4428": "7d4428",
+ "707068": "f2975a",
+ "9a5a3b": "9a5a3b",
+ "aa4343": "aa4343",
+ "e1764e": "e1764e",
+ "e8c815": "e8c815",
+ "ceab62": "f2975a",
+ "f3a861": "f3a861",
+ "c3c3c3": "edc67c",
+ "773d21": "773d21"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_2.json b/public/images/pokemon/variant/exp/back/666-high-plains_2.json
deleted file mode 100644
index 405f2657c8a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-high-plains_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-high-plains_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_2.png b/public/images/pokemon/variant/exp/back/666-high-plains_2.png
deleted file mode 100644
index d656a17d3cd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-high-plains_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_3.json b/public/images/pokemon/variant/exp/back/666-high-plains_3.json
deleted file mode 100644
index 4c91b8fb5a0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-high-plains_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-high-plains_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_3.png b/public/images/pokemon/variant/exp/back/666-high-plains_3.png
deleted file mode 100644
index cc4d6aa7536..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-high-plains_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow.json b/public/images/pokemon/variant/exp/back/666-icy-snow.json
new file mode 100644
index 00000000000..ec52af1302a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-icy-snow.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "95a1a1": "95a1a1",
+ "acacc2": "acacc2",
+ "c3c3c3": "c3c3c3",
+ "cfd9cf": "cfd9cf",
+ "c5c5da": "c5c5da",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "364051",
+ "675220": "666b7d",
+ "504a4a": "666b7d",
+ "595959": "60646a",
+ "707068": "8c91a4",
+ "ceab62": "8c91a4",
+ "95a1a1": "95a1a1",
+ "acacc2": "acacc2",
+ "c3c3c3": "c3c3c3",
+ "cfd9cf": "cfd9cf",
+ "c5c5da": "c5c5da",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_2.json b/public/images/pokemon/variant/exp/back/666-icy-snow_2.json
deleted file mode 100644
index a456b34be45..00000000000
--- a/public/images/pokemon/variant/exp/back/666-icy-snow_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-icy-snow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_2.png b/public/images/pokemon/variant/exp/back/666-icy-snow_2.png
deleted file mode 100644
index f5b9bff1f1a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-icy-snow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_3.json b/public/images/pokemon/variant/exp/back/666-icy-snow_3.json
deleted file mode 100644
index c1b2ff5791d..00000000000
--- a/public/images/pokemon/variant/exp/back/666-icy-snow_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-icy-snow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_3.png b/public/images/pokemon/variant/exp/back/666-icy-snow_3.png
deleted file mode 100644
index 3b9a184ff14..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-icy-snow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-jungle.json b/public/images/pokemon/variant/exp/back/666-jungle.json
new file mode 100644
index 00000000000..63b998e284e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-jungle.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "724e28": "724e28",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "567456": "567456",
+ "707068": "a97cbc",
+ "9a653e": "9a653e",
+ "638c63": "638c63",
+ "c29566": "c29566",
+ "ceab62": "d9edd4",
+ "7cc48b": "7cc48b",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "20452e",
+ "724e28": "724e28",
+ "675220": "153922",
+ "504a4a": "153922",
+ "595959": "285b3b",
+ "567456": "567456",
+ "707068": "385c43",
+ "9a653e": "9a653e",
+ "638c63": "638c63",
+ "c29566": "c29566",
+ "ceab62": "385c43",
+ "7cc48b": "7cc48b",
+ "c3c3c3": "a9d9a0"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_2.json b/public/images/pokemon/variant/exp/back/666-jungle_2.json
deleted file mode 100644
index e941cffbb5e..00000000000
--- a/public/images/pokemon/variant/exp/back/666-jungle_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-jungle_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_2.png b/public/images/pokemon/variant/exp/back/666-jungle_2.png
deleted file mode 100644
index 64465ae4644..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-jungle_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_3.json b/public/images/pokemon/variant/exp/back/666-jungle_3.json
deleted file mode 100644
index 8bbc5571373..00000000000
--- a/public/images/pokemon/variant/exp/back/666-jungle_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-jungle_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_3.png b/public/images/pokemon/variant/exp/back/666-jungle_3.png
deleted file mode 100644
index e0132ad8b7a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-jungle_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-marine.json b/public/images/pokemon/variant/exp/back/666-marine.json
new file mode 100644
index 00000000000..0bae2c2067e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-marine.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "315382": "315382",
+ "367cb9": "367cb9",
+ "2f8dc9": "2f8dc9",
+ "5acdf1": "5acdf1",
+ "c3c3c3": "c3c3c3",
+ "f2f2f2": "f2f2f2"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "16244f",
+ "675220": "264c85",
+ "504a4a": "264c85",
+ "595959": "2a5894",
+ "707068": "3070af",
+ "ceab62": "3070af",
+ "315382": "315382",
+ "367cb9": "367cb9",
+ "2f8dc9": "2f8dc9",
+ "5acdf1": "5acdf1",
+ "c3c3c3": "3070af",
+ "f2f2f2": "f2f2f2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_2.json b/public/images/pokemon/variant/exp/back/666-marine_2.json
deleted file mode 100644
index 7f85f0176f9..00000000000
--- a/public/images/pokemon/variant/exp/back/666-marine_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-marine_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_2.png b/public/images/pokemon/variant/exp/back/666-marine_2.png
deleted file mode 100644
index 11f4045e000..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-marine_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-marine_3.json b/public/images/pokemon/variant/exp/back/666-marine_3.json
deleted file mode 100644
index f61b5ed14a9..00000000000
--- a/public/images/pokemon/variant/exp/back/666-marine_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-marine_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_3.png b/public/images/pokemon/variant/exp/back/666-marine_3.png
deleted file mode 100644
index f8dbcebb2d2..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-marine_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-meadow.json b/public/images/pokemon/variant/exp/back/666-meadow.json
new file mode 100644
index 00000000000..4f567cb29ee
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-meadow.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "f2f2f2": "f2f2f2",
+ "303030": "402746",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "c3c3c3": "c3c3c3",
+ "707068": "a97cbc",
+ "675220": "958c8a",
+ "ceab62": "d9edd4",
+ "2d9b9b": "2d9b9b",
+ "e66fad": "e66fad",
+ "b4295a": "b4295a",
+ "f3a0ca": "f3a0ca",
+ "da6b7e": "da6b7e"
+ },
+ "2": {
+ "101010": "101010",
+ "f2f2f2": "f2f2f2",
+ "303030": "770921",
+ "504a4a": "a2275e",
+ "595959": "9e3941",
+ "c3c3c3": "f4c2ec",
+ "707068": "ce5283",
+ "675220": "a2275e",
+ "ceab62": "ce5283",
+ "2d9b9b": "2d9b9b",
+ "e66fad": "e66fad",
+ "b4295a": "b4295a",
+ "f3a0ca": "f3a0ca",
+ "da6b7e": "da6b7e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_2.json b/public/images/pokemon/variant/exp/back/666-meadow_2.json
deleted file mode 100644
index 7c2cbd58134..00000000000
--- a/public/images/pokemon/variant/exp/back/666-meadow_2.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_2.png b/public/images/pokemon/variant/exp/back/666-meadow_2.png
deleted file mode 100644
index 3a66918a8d2..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-meadow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_3.json b/public/images/pokemon/variant/exp/back/666-meadow_3.json
deleted file mode 100644
index 6dcce66c44e..00000000000
--- a/public/images/pokemon/variant/exp/back/666-meadow_3.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_3.png b/public/images/pokemon/variant/exp/back/666-meadow_3.png
deleted file mode 100644
index 04c790e6b2b..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-meadow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-modern.json b/public/images/pokemon/variant/exp/back/666-modern.json
new file mode 100644
index 00000000000..5572a58bfa9
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-modern.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "b83c3c": "b83c3c",
+ "f44f4f": "f44f4f",
+ "ceab62": "d9edd4",
+ "3b6cbb": "3b6cbb",
+ "405793": "405793",
+ "c3c3c3": "c3c3c3",
+ "cfc5d9": "cfc5d9"
+ },
+ "2":{
+ "101010": "101010",
+ "303030": "4e0000",
+ "675220": "801521",
+ "504a4a": "801521",
+ "595959": "830012",
+ "707068": "ad2640",
+ "b83c3c": "b83c3c",
+ "f44f4f": "f44f4f",
+ "ceab62": "ad2640",
+ "3b6cbb": "3b6cbb",
+ "405793": "405793",
+ "c3c3c3": "ffeae8",
+ "cfc5d9": "cfc5d9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_2.json b/public/images/pokemon/variant/exp/back/666-modern_2.json
deleted file mode 100644
index 4b0ef1a8a59..00000000000
--- a/public/images/pokemon/variant/exp/back/666-modern_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-modern_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_2.png b/public/images/pokemon/variant/exp/back/666-modern_2.png
deleted file mode 100644
index 1e226e6b79c..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-modern_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-modern_3.json b/public/images/pokemon/variant/exp/back/666-modern_3.json
deleted file mode 100644
index 78c496fc208..00000000000
--- a/public/images/pokemon/variant/exp/back/666-modern_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-modern_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_3.png b/public/images/pokemon/variant/exp/back/666-modern_3.png
deleted file mode 100644
index 6d7516c4620..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-modern_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon.json b/public/images/pokemon/variant/exp/back/666-monsoon.json
new file mode 100644
index 00000000000..915d471b2b1
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-monsoon.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "807676": "807676",
+ "ceab62": "d9edd4",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_2.json b/public/images/pokemon/variant/exp/back/666-monsoon_2.json
deleted file mode 100644
index 344344ec0b2..00000000000
--- a/public/images/pokemon/variant/exp/back/666-monsoon_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-monsoon_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_2.png b/public/images/pokemon/variant/exp/back/666-monsoon_2.png
deleted file mode 100644
index 7570e6a7bfe..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-monsoon_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_3.json b/public/images/pokemon/variant/exp/back/666-monsoon_3.json
deleted file mode 100644
index 4f7304f6c0c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-monsoon_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-monsoon_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_3.png b/public/images/pokemon/variant/exp/back/666-monsoon_3.png
deleted file mode 100644
index 6e9314cde1f..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-monsoon_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-ocean.json b/public/images/pokemon/variant/exp/back/666-ocean.json
new file mode 100644
index 00000000000..70e7a51c21f
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-ocean.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "e1384d": "e1384d",
+ "ebcf3f": "ebcf3f",
+ "ceab62": "d9edd4",
+ "f4ad61": "f4ad61",
+ "f8ef6a": "f8ef6a",
+ "4482c9": "4482c9",
+ "6bb2e9": "6bb2e9",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "b54908",
+ "675220": "bc601c",
+ "504a4a": "bc601c",
+ "595959": "e99a26",
+ "707068": "ea8742",
+ "e1384d": "e1384d",
+ "ebcf3f": "ebcf3f",
+ "ceab62": "ea8742",
+ "f4ad61": "f4ad61",
+ "f8ef6a": "f8ef6a",
+ "4482c9": "4482c9",
+ "6bb2e9": "6bb2e9",
+ "c3c3c3": "f3c86b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_2.json b/public/images/pokemon/variant/exp/back/666-ocean_2.json
deleted file mode 100644
index d5bb27bf592..00000000000
--- a/public/images/pokemon/variant/exp/back/666-ocean_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-ocean_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_2.png b/public/images/pokemon/variant/exp/back/666-ocean_2.png
deleted file mode 100644
index f8757bc7547..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-ocean_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_3.json b/public/images/pokemon/variant/exp/back/666-ocean_3.json
deleted file mode 100644
index 4ca1832c359..00000000000
--- a/public/images/pokemon/variant/exp/back/666-ocean_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-ocean_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-ocean_3.png b/public/images/pokemon/variant/exp/back/666-ocean_3.png
deleted file mode 100644
index 77b839e4326..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-ocean_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball.json b/public/images/pokemon/variant/exp/back/666-poke-ball.json
new file mode 100644
index 00000000000..e21ba03fc1e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-poke-ball.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "971d1d": "971d1d",
+ "b72c2c": "b72c2c",
+ "dc4b4b": "dc4b4b",
+ "e97e7e": "e97e7e",
+ "ceab62": "d9edd4",
+ "a9a99e": "a9a99e",
+ "c3c3c3": "c3c3c3",
+ "f8f8f8": "f8f8f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "ae001a",
+ "675220": "a70038",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "707068": "d5375a",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "ceab62": "d5375a",
+ "a9a99e": "000050",
+ "c3c3c3": "f0a6bf",
+ "f8f8f8": "00006d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_2.json b/public/images/pokemon/variant/exp/back/666-poke-ball_2.json
deleted file mode 100644
index 99da9b9ac29..00000000000
--- a/public/images/pokemon/variant/exp/back/666-poke-ball_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_2.png b/public/images/pokemon/variant/exp/back/666-poke-ball_2.png
deleted file mode 100644
index caaf61118bc..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-poke-ball_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_3.json b/public/images/pokemon/variant/exp/back/666-poke-ball_3.json
deleted file mode 100644
index de222894738..00000000000
--- a/public/images/pokemon/variant/exp/back/666-poke-ball_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-poke-ball_3.png b/public/images/pokemon/variant/exp/back/666-poke-ball_3.png
deleted file mode 100644
index 944f53eb4aa..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-polar.json b/public/images/pokemon/variant/exp/back/666-polar.json
new file mode 100644
index 00000000000..f86b4df3dcc
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-polar.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "2d2d61": "2d2d61",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "3b4b8a": "3b4b8a",
+ "4d6cc1": "4d6cc1",
+ "6aa2dc": "6aa2dc",
+ "bfbfbf": "bfbfbf",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "191b54",
+ "675220": "366098",
+ "2d2d61": "2d2d61",
+ "504a4a": "366098",
+ "595959": "2f3887",
+ "707068": "5f85c1",
+ "ceab62": "5f85c1",
+ "3b4b8a": "3b4b8a",
+ "4d6cc1": "4d6cc1",
+ "6aa2dc": "6aa2dc",
+ "bfbfbf": "bfbfbf",
+ "c3c3c3": "ffffff",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_2.json b/public/images/pokemon/variant/exp/back/666-polar_2.json
deleted file mode 100644
index e30095c2299..00000000000
--- a/public/images/pokemon/variant/exp/back/666-polar_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-polar_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_2.png b/public/images/pokemon/variant/exp/back/666-polar_2.png
deleted file mode 100644
index e8d5a056bb3..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-polar_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-polar_3.json b/public/images/pokemon/variant/exp/back/666-polar_3.json
deleted file mode 100644
index 76df03f7d08..00000000000
--- a/public/images/pokemon/variant/exp/back/666-polar_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-polar_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-polar_3.png b/public/images/pokemon/variant/exp/back/666-polar_3.png
deleted file mode 100644
index 131d702ddb1..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-polar_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-river.json b/public/images/pokemon/variant/exp/back/666-river.json
new file mode 100644
index 00000000000..c7e5e288d05
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-river.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_2.json b/public/images/pokemon/variant/exp/back/666-river_2.json
deleted file mode 100644
index 4edb4a188f8..00000000000
--- a/public/images/pokemon/variant/exp/back/666-river_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_2.png b/public/images/pokemon/variant/exp/back/666-river_2.png
deleted file mode 100644
index 97ce9b85139..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-river_3.json b/public/images/pokemon/variant/exp/back/666-river_3.json
deleted file mode 100644
index 69623e13034..00000000000
--- a/public/images/pokemon/variant/exp/back/666-river_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-river_3.png b/public/images/pokemon/variant/exp/back/666-river_3.png
deleted file mode 100644
index c84413aaaaf..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-river_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm.json b/public/images/pokemon/variant/exp/back/666-sandstorm.json
new file mode 100644
index 00000000000..6bc91afb34d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-sandstorm.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625843": "625843",
+ "72604d": "72604d",
+ "707068": "a97cbc",
+ "9b9148": "9b9148",
+ "ba8d68": "ba8d68",
+ "ceab62": "d9edd4",
+ "d9b674": "d9b674",
+ "f1d69e": "f1d69e",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "443123",
+ "675220": "9c703b",
+ "504a4a": "9c703b",
+ "595959": "88583e",
+ "625843": "625843",
+ "72604d": "72604d",
+ "707068": "c6975f",
+ "9b9148": "9b9148",
+ "ba8d68": "ba8d68",
+ "ceab62": "c6975f",
+ "d9b674": "d9b674",
+ "f1d69e": "f1d69e",
+ "c3c3c3": "ece1a9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_2.json b/public/images/pokemon/variant/exp/back/666-sandstorm_2.json
deleted file mode 100644
index 5651485f6d0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sandstorm_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sandstorm_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_2.png b/public/images/pokemon/variant/exp/back/666-sandstorm_2.png
deleted file mode 100644
index 541d183dc62..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sandstorm_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_3.json b/public/images/pokemon/variant/exp/back/666-sandstorm_3.json
deleted file mode 100644
index d43381578cb..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sandstorm_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sandstorm_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sandstorm_3.png b/public/images/pokemon/variant/exp/back/666-sandstorm_3.png
deleted file mode 100644
index 393e47eb747..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sandstorm_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-savanna.json b/public/images/pokemon/variant/exp/back/666-savanna.json
new file mode 100644
index 00000000000..c261f52dced
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-savanna.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "dcc433": "dcc433",
+ "ceab62": "d9edd4",
+ "3b67ac": "3b67ac",
+ "61a0f5": "61a0f5",
+ "55d3d9": "55d3d9",
+ "6cc6c6": "6cc6c6",
+ "fffd77": "fffd77",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "183576",
+ "675220": "1d828b",
+ "504a4a": "1d828b",
+ "595959": "4168bb",
+ "707068": "4faab3",
+ "dcc433": "dcc433",
+ "ceab62": "4faab3",
+ "fffd77": "fffd77",
+ "3b67ac": "3b67ac",
+ "61a0f5": "61a0f5",
+ "55d3d9": "55d3d9",
+ "6cc6c6": "6cc6c6",
+ "c3c3c3": "81e7e1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_2.json b/public/images/pokemon/variant/exp/back/666-savanna_2.json
deleted file mode 100644
index c1f73f6efc7..00000000000
--- a/public/images/pokemon/variant/exp/back/666-savanna_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-savanna_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_2.png b/public/images/pokemon/variant/exp/back/666-savanna_2.png
deleted file mode 100644
index dea05ede882..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-savanna_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_3.json b/public/images/pokemon/variant/exp/back/666-savanna_3.json
deleted file mode 100644
index 49ab66f6855..00000000000
--- a/public/images/pokemon/variant/exp/back/666-savanna_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-savanna_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-savanna_3.png b/public/images/pokemon/variant/exp/back/666-savanna_3.png
deleted file mode 100644
index bc2366e3483..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-savanna_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sun.json b/public/images/pokemon/variant/exp/back/666-sun.json
new file mode 100644
index 00000000000..21cf5787ba4
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-sun.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "c94971": "c94971",
+ "e18248": "e18248",
+ "ceab62": "d9edd4",
+ "f1a26a": "f1a26a",
+ "f0ce44": "f0ce44",
+ "fcf372": "fcf372",
+ "f47491": "f47491",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "640000",
+ "675220": "8c1850",
+ "504a4a": "8c1850",
+ "595959": "750500",
+ "707068": "b83b74",
+ "c94971": "c94971",
+ "e18248": "e18248",
+ "ceab62": "b83b74",
+ "f1a26a": "f1a26a",
+ "f0ce44": "f0ce44",
+ "fcf372": "fcf372",
+ "f47491": "f47491",
+ "c3c3c3": "fee3e7"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_2.json b/public/images/pokemon/variant/exp/back/666-sun_2.json
deleted file mode 100644
index d7c995a1bc0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sun_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sun_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_2.png b/public/images/pokemon/variant/exp/back/666-sun_2.png
deleted file mode 100644
index 32737f852e6..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sun_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-sun_3.json b/public/images/pokemon/variant/exp/back/666-sun_3.json
deleted file mode 100644
index a3f755a4e7c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-sun_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-sun_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-sun_3.png b/public/images/pokemon/variant/exp/back/666-sun_3.png
deleted file mode 100644
index d1679b936e1..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-sun_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-tundra.json b/public/images/pokemon/variant/exp/back/666-tundra.json
new file mode 100644
index 00000000000..b098f776c00
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-tundra.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "539ad9": "539ad9",
+ "74bbe9": "74bbe9",
+ "a3def1": "a3def1",
+ "c3c3c3": "c3c3c3",
+ "d0d0d0": "d0d0d0",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "003d69",
+ "675220": "3a76a7",
+ "504a4a": "3a76a7",
+ "595959": "225b72",
+ "707068": "659dd0",
+ "ceab62": "659dd0",
+ "539ad9": "539ad9",
+ "74bbe9": "74bbe9",
+ "a3def1": "a3def1",
+ "c3c3c3": "cbfbfb",
+ "d0d0d0": "d0d0d0",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_2.json b/public/images/pokemon/variant/exp/back/666-tundra_2.json
deleted file mode 100644
index 3d8ae45a641..00000000000
--- a/public/images/pokemon/variant/exp/back/666-tundra_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-tundra_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_2.png b/public/images/pokemon/variant/exp/back/666-tundra_2.png
deleted file mode 100644
index 7311852570a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-tundra_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_3.json b/public/images/pokemon/variant/exp/back/666-tundra_3.json
deleted file mode 100644
index 65be2910a02..00000000000
--- a/public/images/pokemon/variant/exp/back/666-tundra_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-tundra_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-tundra_3.png b/public/images/pokemon/variant/exp/back/666-tundra_3.png
deleted file mode 100644
index 3d1d40ca2a2..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-tundra_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/676.json b/public/images/pokemon/variant/exp/back/676.json
new file mode 100644
index 00000000000..7e64f6b0f61
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/676.json
@@ -0,0 +1,21 @@
+{
+ "1": {
+ "f2f2da": "8a1d1d",
+ "3f6273": "2b040f",
+ "595350": "788087",
+ "736b67": "a6afb3",
+ "ccccb8": "5e0f16",
+ "66665c": "2b040f",
+ "a6a695": "42090e"
+ },
+ "2": {
+ "cc2929": "3a240e",
+ "f2f2da": "c18960",
+ "3f6273": "4a281b",
+ "595350": "e6c594",
+ "736b67": "ffe6ac",
+ "ccccb8": "a4624a",
+ "66665c": "4a281b",
+ "a6a695": "805145"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/682.json b/public/images/pokemon/variant/exp/back/682.json
new file mode 100644
index 00000000000..bc2111153cf
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/682.json
@@ -0,0 +1,21 @@
+{
+ "1": {
+ "6b3962": "30185d",
+ "cc7087": "318759",
+ "993d80": "4f297e",
+ "ff99b3": "48ab61",
+ "7f4d59": "20644e",
+ "4d4d4d": "a6a6a6"
+ },
+ "2": {
+ "4f4c4f": "332539",
+ "6b3962": "b89477",
+ "cc7087": "c3561a",
+ "993d80": "d2bfa1",
+ "ff99b3": "da7e29",
+ "7f4d59": "a23812",
+ "e5e5e5": "6b4767",
+ "4d4d4d": "503851",
+ "737373": "422f46"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/683.json b/public/images/pokemon/variant/exp/back/683.json
new file mode 100644
index 00000000000..9d7f4682b9a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/683.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "6b3962": "30185d",
+ "cc7087": "318759",
+ "993d80": "4f297e",
+ "ff99b3": "48ab61",
+ "404040": "2c283b",
+ "7f4d59": "20644e",
+ "bf5f9f": "7c48a1"
+ },
+ "2": {
+ "6b3962": "b89477",
+ "cc7087": "c3561a",
+ "993d80": "d2bfa1",
+ "ff99b3": "da7e29",
+ "404040": "2a2234",
+ "7f4d59": "a23812",
+ "bf5f9f": "f0ebdd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/684.json b/public/images/pokemon/variant/exp/back/684.json
new file mode 100644
index 00000000000..25de3aa838f
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/684.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "805963": "2d0c42",
+ "553a41": "8f1d15",
+ "ffccd9": "8961c6",
+ "cc99a6": "613b84",
+ "fff2f2": "f39f62",
+ "5e4048": "260b37",
+ "ccadad": "df6b40",
+ "7b5760": "b13924"
+ },
+ "2": {
+ "805963": "6796aa",
+ "553a41": "1d1426",
+ "ffccd9": "cbf6da",
+ "cc99a6": "93d6ce",
+ "fff2f2": "746998",
+ "5e4048": "52718e",
+ "ccadad": "4b4876",
+ "7b5760": "3c2f51"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/685.json b/public/images/pokemon/variant/exp/back/685.json
new file mode 100644
index 00000000000..a144e0d45ff
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/685.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "f8f8f8": "caff90",
+ "661a2d": "13391c",
+ "805963": "2d0c42",
+ "ffccd9": "8961c6",
+ "ff8ca9": "8dbe6d",
+ "cc99a6": "613b84",
+ "e53964": "689b52",
+ "fff2f2": "f39f62",
+ "ccadad": "df6b40",
+ "a62949": "26592b"
+ },
+ "2": {
+ "f8f8f8": "e4819d",
+ "661a2d": "26061b",
+ "805963": "679baa",
+ "ffccd9": "cbf6da",
+ "ff8ca9": "8c4264",
+ "cc99a6": "93d6ce",
+ "e53964": "612747",
+ "fff2f2": "746998",
+ "ccadad": "4b4876",
+ "a62949": "441838"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/688.json b/public/images/pokemon/variant/exp/back/688.json
new file mode 100644
index 00000000000..e3d15e60fed
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/688.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "bfeaff": "e8d37b",
+ "f2f2f2": "e8e5c6",
+ "5b8da6": "a9582e",
+ "595959": "7c582e",
+ "403410": "220a56",
+ "3f6273": "70240f",
+ "b3b3b3": "d3bc8c",
+ "ffac59": "70cccf",
+ "85b4cc": "cd8a50",
+ "997e2e": "4557b5",
+ "cc8a47": "459aac",
+ "66541f": "373295"
+ },
+ "2": {
+ "bfeaff": "a74083",
+ "f2f2f2": "d1ec8c",
+ "5b8da6": "4b0038",
+ "595959": "4d6a09",
+ "403410": "1e1324",
+ "3f6273": "2c052a",
+ "b3b3b3": "94c268",
+ "ffac59": "4a376e",
+ "85b4cc": "731f5c",
+ "997e2e": "f6eefc",
+ "cc8a47": "332149",
+ "66541f": "ba9fba"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/689.json b/public/images/pokemon/variant/exp/back/689.json
new file mode 100644
index 00000000000..6c47b57f35b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/689.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "cc7f70": "459aac",
+ "f2f2f2": "e8e5c6",
+ "5b8da6": "8d5030",
+ "595959": "7c582e",
+ "403410": "220a56",
+ "3f6273": "672e1e",
+ "b3b3b3": "d3bc8c",
+ "bfeaff": "e8d37b",
+ "85b4cc": "cd8a50",
+ "ff9f8c": "70cccf",
+ "66541f": "373295",
+ "997e2e": "4557b5"
+ },
+ "2": {
+ "cc7f70": "332149",
+ "f2f2f2": "caea77",
+ "5b8da6": "4b0038",
+ "595959": "2a5524",
+ "403410": "3f2a4b",
+ "3f6273": "3e073b",
+ "b3b3b3": "7eac4e",
+ "bfeaff": "a74083",
+ "85b4cc": "731f5c",
+ "f8f8f8": "dbaf67",
+ "ff9f8c": "4a376e",
+ "66541f": "ccb6cc",
+ "997e2e": "f6eefc"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/696_1.png b/public/images/pokemon/variant/exp/back/696_1.png
index daae82216a5..5e68ab9c167 100644
Binary files a/public/images/pokemon/variant/exp/back/696_1.png and b/public/images/pokemon/variant/exp/back/696_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/696_2.png b/public/images/pokemon/variant/exp/back/696_2.png
index a8183d3c396..17e53dcd881 100644
Binary files a/public/images/pokemon/variant/exp/back/696_2.png and b/public/images/pokemon/variant/exp/back/696_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/696_3.png b/public/images/pokemon/variant/exp/back/696_3.png
index 1eef16f0612..b6cecfa1c8d 100644
Binary files a/public/images/pokemon/variant/exp/back/696_3.png and b/public/images/pokemon/variant/exp/back/696_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/697.json b/public/images/pokemon/variant/exp/back/697.json
index 61a5f16551b..5303995a117 100644
--- a/public/images/pokemon/variant/exp/back/697.json
+++ b/public/images/pokemon/variant/exp/back/697.json
@@ -1,37 +1,34 @@
{
- "1": {
- "080808":"080808",
- "621e1d":"0b241e",
- "902f2d":"153626",
- "b45250":"285234",
- "653510":"5e0b0b",
- "b56827":"971c1c",
- "e39f33":"b52424",
- "46413f":"4c3216",
- "766c67":"ad8c63",
- "adaaae":"cbbe8c",
- "f0f0f2":"dfdea7",
- "3d3937":"ab8a61",
- "786d68":"cfc28f",
- "afacb0":"c9bd8b",
- "ededf0":"e0dfa8"
- },
- "2": {
- "080808":"080808",
- "621e1d":"52352f",
- "902f2d":"83726e",
- "b45250":"ab9b97",
- "653510":"9d5390",
- "b56827":"ce7ecc",
- "e39f33":"f4dbf6",
- "46413f":"170c25",
- "766c67":"26173b",
- "adaaae":"33214f",
- "f0f0f2":"4b2e64",
- "3d3937":"c97bc7",
- "786d68":"e5a9ea",
- "afacb0":"d180ce",
- "ededf0":"ededf0"
- }
+
+"1": {
+"080808": "080808",
+"32252c": "3e1e17",
+"50131e": "0b241e",
+"722533": "153626",
+"54434c": "4c3216",
+"964b1c": "5e0b0b",
+"963e4e": "285234",
+"bf7545": "971c1c",
+"f19d5a": "b52424",
+"9f9d98": "ad8c63",
+"cccccc": "cbbe8c",
+"fafafa": "dfdea7",
+"53454d":"4c3216"
+},
+"2": {
+"080808": "080808",
+"32252c": "0d0124",
+"50131e": "573b36",
+"722533": "83726e",
+"54434c": "170c25",
+"964b1c": "9d5390",
+"963e4e": "ab9b97",
+"bf7545": "ce7ecc",
+"f19d5a": "f4dbf6",
+"9f9d98": "26173b",
+"cccccc": "33214f",
+"fafafa": "4b2e64",
+"53454d": "f4dbf6"
+}
}
diff --git a/public/images/pokemon/variant/exp/back/697_3.png b/public/images/pokemon/variant/exp/back/697_3.png
index d9f80e85a02..4c916ab0d82 100644
Binary files a/public/images/pokemon/variant/exp/back/697_3.png and b/public/images/pokemon/variant/exp/back/697_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/699_2.png b/public/images/pokemon/variant/exp/back/699_2.png
index 249930be50f..ea3da153124 100644
Binary files a/public/images/pokemon/variant/exp/back/699_2.png and b/public/images/pokemon/variant/exp/back/699_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/699_3.png b/public/images/pokemon/variant/exp/back/699_3.png
index f5082d58284..4fd35302b43 100644
Binary files a/public/images/pokemon/variant/exp/back/699_3.png and b/public/images/pokemon/variant/exp/back/699_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/700.json b/public/images/pokemon/variant/exp/back/700.json
index 4b65fb00405..1189d463f2b 100644
--- a/public/images/pokemon/variant/exp/back/700.json
+++ b/public/images/pokemon/variant/exp/back/700.json
@@ -1,26 +1,32 @@
{
- "1": {
- "107090": "c72537",
- "af4f6f": "452f89",
- "7fcfdf": "ff9a68",
- "ffaebb": "c7a6ee",
- "101010": "101010",
- "807070": "5c6889",
- "ef6f8f": "996cd2",
- "ffffff": "f7f5ff",
- "ddcccc": "c3c5d9",
- "6f8faf": "eb5244"
- },
- "2": {
- "107090": "c72537",
- "af4f6f": "197d46",
- "7fcfdf": "ff9a68",
- "ffaebb": "7dec9d",
- "101010": "101010",
- "807070": "7f5c89",
- "ef6f8f": "5dae7d",
- "ffffff": "fff5fc",
- "ddcccc": "d9c3d6",
- "6f8faf": "eb5244"
- }
+"1": {
+"101010": "101010",
+"8a2843": "452f89",
+"235a99": "a63071",
+"895c72": "5c6889",
+"d85a7a": "996cd2",
+"528fcc": "d648b7",
+"a88d8c": "8c8fa8",
+"f18a78": "b52d27",
+"fa8caa": "c7a6ee",
+"64c8f3": "e974db",
+"d9c3c3": "c3c5d9",
+"fff5f5": "f7f5ff",
+"65798c": "65798c"
+},
+"2": {
+"101010": "101010",
+"8a2843": "0e6134",
+"235a99": "900d1b",
+"895c72": "7f5c89",
+"d85a7a": "5dae7d",
+"528fcc": "dd3d4f",
+"a88d8c": "7f5c89",
+"f18a78": "d14ea4",
+"fa8caa": "7dec9d",
+"64c8f3": "ff9a68",
+"d9c3c3": "d9c3d6",
+"fff5f5": "fff5fc",
+"65798c": "65798c"
+}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/702.json b/public/images/pokemon/variant/exp/back/702.json
index a5bb32bb790..12feb29a0fd 100644
--- a/public/images/pokemon/variant/exp/back/702.json
+++ b/public/images/pokemon/variant/exp/back/702.json
@@ -1,22 +1,32 @@
{
"1": {
"101010": "101010",
- "4d4d4d": "6789b3",
"262626": "2a3b5e",
+ "4d4d4d": "6789b3",
+ "bfbf86": "a3d1cc",
+ "f2f2aa": "ddfff5",
"735c2e": "a53c42",
+ "997a3d": "c9685f",
"f2c261": "ffd3b6",
"bf994c": "e49f84",
- "997a3d": "c9685f",
- "000000": "000000"
+ "1d1d1d": "1a1c45",
+ "f8f8f8": "f8f8f8",
+ "464646": "424b8f",
+ "d97d21": "7cd6a1"
},
"2": {
"101010": "101010",
- "4d4d4d": "197870",
"262626": "072d38",
+ "4d4d4d": "197870",
+ "bfbf86": "aaa8d6",
+ "f2f2aa": "ece5ff",
"735c2e": "1e0e27",
+ "997a3d": "2d1533",
"f2c261": "5f3662",
"bf994c": "432249",
- "997a3d": "2d1533",
- "000000": "000000"
+ "1d1d1d": "02172d",
+ "f8f8f8": "f8f8f8",
+ "464646": "17646c",
+ "d97d21": "d2fff1"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/704.json b/public/images/pokemon/variant/exp/back/704.json
index 179c06d54ac..1955f425b26 100644
--- a/public/images/pokemon/variant/exp/back/704.json
+++ b/public/images/pokemon/variant/exp/back/704.json
@@ -1,26 +1,30 @@
{
"1": {
- "766fa6": "7d699d",
- "010202": "101010",
- "6f5e80": "4e4094",
- "e0d3e0": "fbb3d2",
- "bbafc4": "da75a5",
- "2f6b38": "033c55",
- "a497c2": "da75a5",
- "74d457": "348fa6",
- "3da84d": "185d83",
- "3f3d5e": "033c55"
+ "807380": "b93f84",
+ "f2daf2": "fbb3d2",
+ "bfacbf": "e56ca6",
+ "4d454d": "8a2166",
+ "101010": "101010",
+ "4d993d": "197497",
+ "66cc52": "3aa8c4",
+ "b8a1e5": "c7a1e5",
+ "8f7db3": "8b69c3",
+ "665980": "4e4094",
+ "de817e": "e5e1a1",
+ "c25054": "c68260"
},
"2": {
- "766fa6": "2f5d6f",
- "010202": "101010",
- "6f5e80": "274159",
- "e0d3e0": "92d8c8",
- "bbafc4": "5f8d86",
- "2f6b38": "681b00",
- "a497c2": "5f8d86",
- "74d457": "bb7935",
- "3da84d": "a34205",
- "3f3d5e": "681b00"
+ "807380": "237e7f",
+ "f2daf2": "92d8c8",
+ "bfacbf": "63a99e",
+ "4d454d": "134557",
+ "101010": "101010",
+ "4d993d": "a34205",
+ "66cc52": "d27e26",
+ "b8a1e5": "4a9699",
+ "8f7db3": "2f667c",
+ "665980": "274159",
+ "de817e": "f2daf2",
+ "c25054": "9268a4"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/705.json b/public/images/pokemon/variant/exp/back/705.json
index 93f270c6976..72dd07123ea 100644
--- a/public/images/pokemon/variant/exp/back/705.json
+++ b/public/images/pokemon/variant/exp/back/705.json
@@ -1,28 +1,26 @@
{
"1": {
- "807380": "b93f84",
- "f2daf2": "fbb3d2",
- "101010": "101010",
- "4d454d": "8a2166",
- "bfacbf": "ca719c",
- "66cc52": "197497",
- "b6f2aa": "197497",
- "4d993d": "0c5474",
- "665980": "4e4094",
- "b8a1e5": "c7a1e5",
- "8f7db3": "8b69c3"
+ "101010": "101010",
+ "4d454d": "8a2166",
+ "647543": "197497",
+ "98bd51": "3aa8c4",
+ "665980": "4e4094",
+ "807380": "b93f84",
+ "8f7db3": "8b69c3",
+ "bfacbf": "e56ca6",
+ "b8a1e5": "c7a1e5",
+ "f2daf2": "fbb3d2"
},
"2": {
- "807380": "20615e",
- "f2daf2": "9cead8",
- "101010": "101010",
- "4d454d": "124143",
- "bfacbf": "4e9b8f",
- "66cc52": "a34205",
- "b6f2aa": "a34205",
- "4d993d": "842401",
- "665980": "274159",
- "b8a1e5": "4a9699",
- "8f7db3": "2f667c"
+ "101010": "101010",
+ "4d454d": "194f51",
+ "647543": "a34205",
+ "98bd51": "d27e26",
+ "665980": "274159",
+ "807380": "2b736f",
+ "8f7db3": "2f667c",
+ "bfacbf": "5db6a9",
+ "b8a1e5": "4a9699",
+ "f2daf2": "9cead8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/713.json b/public/images/pokemon/variant/exp/back/713.json
index 8c54b0ab776..61977f60470 100644
--- a/public/images/pokemon/variant/exp/back/713.json
+++ b/public/images/pokemon/variant/exp/back/713.json
@@ -1,22 +1,22 @@
{
"1": {
- "6994bf": "bf566d",
- "f2ffff": "ffebf2",
- "335980": "994255",
+ "608cba": "bf566d",
"967acc": "732334",
- "77b8d9": "d97389",
"85d7f2": "f29eb3",
"bff4ff": "ffbfda",
+ "335980": "994255",
+ "f2ffff": "ffebf2",
+ "77b8d9": "d97389",
"101010": "101010"
},
"2": {
- "6994bf": "a8632a",
- "f2ffff": "fff2ad",
- "335980": "824628",
+ "608cba": "a8632a",
"967acc": "2c7a75",
- "77b8d9": "cc7b1e",
"85d7f2": "e69e2b",
"bff4ff": "fcc95c",
+ "335980": "824628",
+ "f2ffff": "fff2ad",
+ "77b8d9": "cc7b1e",
"101010": "101010"
}
}
\ 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
index 1f2e8f31e2a..d5600f3bee4 100644
Binary files a/public/images/pokemon/variant/exp/back/729_2.png and b/public/images/pokemon/variant/exp/back/729_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/729_3.png b/public/images/pokemon/variant/exp/back/729_3.png
index 08eb10257e1..182d81a0754 100644
Binary files a/public/images/pokemon/variant/exp/back/729_3.png and b/public/images/pokemon/variant/exp/back/729_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/730_2.png b/public/images/pokemon/variant/exp/back/730_2.png
index b8340e4fca3..e9090ce19dd 100644
Binary files a/public/images/pokemon/variant/exp/back/730_2.png and b/public/images/pokemon/variant/exp/back/730_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/742_2.png b/public/images/pokemon/variant/exp/back/742_2.png
index a442d157a0a..805fe7a4431 100644
Binary files a/public/images/pokemon/variant/exp/back/742_2.png and b/public/images/pokemon/variant/exp/back/742_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/742_3.png b/public/images/pokemon/variant/exp/back/742_3.png
index 4fb526feb83..ddb72c1836a 100644
Binary files a/public/images/pokemon/variant/exp/back/742_3.png and b/public/images/pokemon/variant/exp/back/742_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/743_2.png b/public/images/pokemon/variant/exp/back/743_2.png
index 33ab2c28ab8..e8b6ac6c82b 100644
Binary files a/public/images/pokemon/variant/exp/back/743_2.png and b/public/images/pokemon/variant/exp/back/743_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/743_3.png b/public/images/pokemon/variant/exp/back/743_3.png
index 50328efe675..4a55750114d 100644
Binary files a/public/images/pokemon/variant/exp/back/743_3.png and b/public/images/pokemon/variant/exp/back/743_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/747_2.png b/public/images/pokemon/variant/exp/back/747_2.png
index 50f44c0def7..f0df54539eb 100644
Binary files a/public/images/pokemon/variant/exp/back/747_2.png and b/public/images/pokemon/variant/exp/back/747_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/747_3.png b/public/images/pokemon/variant/exp/back/747_3.png
index 2fb8e6036b9..7d887899e74 100644
Binary files a/public/images/pokemon/variant/exp/back/747_3.png and b/public/images/pokemon/variant/exp/back/747_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/754_2.png b/public/images/pokemon/variant/exp/back/754_2.png
index 63f7486da1c..057d90eb009 100644
Binary files a/public/images/pokemon/variant/exp/back/754_2.png and b/public/images/pokemon/variant/exp/back/754_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/754_3.png b/public/images/pokemon/variant/exp/back/754_3.png
index 205c3648755..3a3c01f7095 100644
Binary files a/public/images/pokemon/variant/exp/back/754_3.png and b/public/images/pokemon/variant/exp/back/754_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/776_2.png b/public/images/pokemon/variant/exp/back/776_2.png
index 61e3662b56b..84393b04c56 100644
Binary files a/public/images/pokemon/variant/exp/back/776_2.png and b/public/images/pokemon/variant/exp/back/776_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/776_3.png b/public/images/pokemon/variant/exp/back/776_3.png
index 5094ab508d1..600b00f8636 100644
Binary files a/public/images/pokemon/variant/exp/back/776_3.png and b/public/images/pokemon/variant/exp/back/776_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/807.json b/public/images/pokemon/variant/exp/back/807.json
new file mode 100644
index 00000000000..aff6a52c9b2
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/807.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "53e4f9": "eac1eb",
+ "ef8a4e": "4f7bb6",
+ "2759a5": "736599",
+ "5bd0f2": "ebceff",
+ "2394d8": "b298d8",
+ "31343e": "14193f",
+ "1f73b4": "995fc0",
+ "4cf4fe": "f4a7ff",
+ "484f57": "243058",
+ "daa936": "5c96b4",
+ "727678": "3e5277",
+ "30cff1": "d7a7de",
+ "f9e455": "80c7d7",
+ "000000": "ffffff",
+ "9d682d": "3d648c",
+ "14bdea": "c987e3"
+ },
+ "2": {
+ "53e4f9": "e688af",
+ "ef8a4e": "844c94",
+ "2759a5": "a3378a",
+ "5bd0f2": "df7298",
+ "2394d8": "be5293",
+ "31343e": "a880b0",
+ "1f73b4": "9a1d82",
+ "4cf4fe": "e3418f",
+ "484f57": "cba3ca",
+ "daa936": "351d53",
+ "727678": "e7c9e2",
+ "30cff1": "d967a2",
+ "f9e455": "58326f",
+ "000000": "ffffff",
+ "9d682d": "1f1144",
+ "14bdea": "c02f8d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/857_2.png b/public/images/pokemon/variant/exp/back/857_2.png
index d6472911e31..b51428bbec2 100644
Binary files a/public/images/pokemon/variant/exp/back/857_2.png and b/public/images/pokemon/variant/exp/back/857_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/857_3.png b/public/images/pokemon/variant/exp/back/857_3.png
index 27f39ebfaf9..4dc21c5492d 100644
Binary files a/public/images/pokemon/variant/exp/back/857_3.png and b/public/images/pokemon/variant/exp/back/857_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/862_2.png b/public/images/pokemon/variant/exp/back/862_2.png
index fae2900c566..55fee69723b 100644
Binary files a/public/images/pokemon/variant/exp/back/862_2.png and b/public/images/pokemon/variant/exp/back/862_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/862_3.png b/public/images/pokemon/variant/exp/back/862_3.png
index 3f4537474f5..b3c9cc656b5 100644
Binary files a/public/images/pokemon/variant/exp/back/862_3.png and b/public/images/pokemon/variant/exp/back/862_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/894.json b/public/images/pokemon/variant/exp/back/894.json
new file mode 100644
index 00000000000..276133a842a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/894.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "e5ee1a": "6ad7f3",
+ "7d542a": "2769aa",
+ "bc8b2f": "124b78",
+ "8eacdd": "caffd1",
+ "2e3967": "357b84",
+ "fefac7": "dffff6",
+ "375395": "5fcaad",
+ "4e7cc9": "9bf1c4",
+ "d7ad0d": "45a3d6"
+ },
+ "2": {
+ "e5ee1a": "d4ffd0",
+ "7d542a": "429877",
+ "bc8b2f": "2a6f5d",
+ "8eacdd": "c693d8",
+ "2e3967": "514199",
+ "fefac7": "ffffff",
+ "375395": "815bad",
+ "4e7cc9": "b67cd6",
+ "d7ad0d": "7cd395"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/895.json b/public/images/pokemon/variant/exp/back/895.json
new file mode 100644
index 00000000000..d6859edafb3
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/895.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "641e2c": "722123",
+ "b63650": "bc623e",
+ "608d99": "fae5bf",
+ "2b3d40": "754f47",
+ "4b6f78": "f1d4b6",
+ "e05276": "ef8429",
+ "f27a99": "efb55a",
+ "ff92ae": "edca71",
+ "3f545f": "ad8473",
+ "872c3c": "93372d",
+ "242e35": "512c25"
+ },
+ "2": {
+ "641e2c": "15553b",
+ "b63650": "3bb349",
+ "608d99": "9b7ebc",
+ "2b3d40": "241951",
+ "4b6f78": "5a4382",
+ "e05276": "8aea41",
+ "f27a99": "dfff75",
+ "ff92ae": "f1ff8d",
+ "3f545f": "3a2a67",
+ "872c3c": "227843",
+ "242e35": "0f0c1e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/9-mega_2.png b/public/images/pokemon/variant/exp/back/9-mega_2.png
index e961ace2e5c..02987564bea 100644
Binary files a/public/images/pokemon/variant/exp/back/9-mega_2.png and b/public/images/pokemon/variant/exp/back/9-mega_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/9-mega_3.png b/public/images/pokemon/variant/exp/back/9-mega_3.png
index 95a7babe58b..00150d4dd46 100644
Binary files a/public/images/pokemon/variant/exp/back/9-mega_3.png and b/public/images/pokemon/variant/exp/back/9-mega_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/910_2.png b/public/images/pokemon/variant/exp/back/910_2.png
index 851bfd64563..2fa214c4e35 100644
Binary files a/public/images/pokemon/variant/exp/back/910_2.png and b/public/images/pokemon/variant/exp/back/910_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/910_3.png b/public/images/pokemon/variant/exp/back/910_3.png
index 168db41336e..1027adef03f 100644
Binary files a/public/images/pokemon/variant/exp/back/910_3.png and b/public/images/pokemon/variant/exp/back/910_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/914_2.png b/public/images/pokemon/variant/exp/back/914_2.png
index 5dee5c12f76..12bdc769c53 100644
Binary files a/public/images/pokemon/variant/exp/back/914_2.png and b/public/images/pokemon/variant/exp/back/914_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/914_3.png b/public/images/pokemon/variant/exp/back/914_3.png
index 0185c529f70..5304b52d91a 100644
Binary files a/public/images/pokemon/variant/exp/back/914_3.png and b/public/images/pokemon/variant/exp/back/914_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/925-four_2.png b/public/images/pokemon/variant/exp/back/925-four_2.png
index 6016d30d27c..9dd508f1cdb 100644
Binary files a/public/images/pokemon/variant/exp/back/925-four_2.png and b/public/images/pokemon/variant/exp/back/925-four_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/925-four_3.png b/public/images/pokemon/variant/exp/back/925-four_3.png
index 3bc6a158fd5..74bb7d3385c 100644
Binary files a/public/images/pokemon/variant/exp/back/925-four_3.png and b/public/images/pokemon/variant/exp/back/925-four_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/925-three_2.png b/public/images/pokemon/variant/exp/back/925-three_2.png
index 789e5afb20a..e2303d720b9 100644
Binary files a/public/images/pokemon/variant/exp/back/925-three_2.png and b/public/images/pokemon/variant/exp/back/925-three_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/925-three_3.png b/public/images/pokemon/variant/exp/back/925-three_3.png
index cc1a1d3be11..8d568cce517 100644
Binary files a/public/images/pokemon/variant/exp/back/925-three_3.png and b/public/images/pokemon/variant/exp/back/925-three_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/936_1.png b/public/images/pokemon/variant/exp/back/936_1.png
index 2b9e2d533f8..154c4e86364 100644
Binary files a/public/images/pokemon/variant/exp/back/936_1.png and b/public/images/pokemon/variant/exp/back/936_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/936_2.png b/public/images/pokemon/variant/exp/back/936_2.png
index 45fb506fd01..442abc72971 100644
Binary files a/public/images/pokemon/variant/exp/back/936_2.png and b/public/images/pokemon/variant/exp/back/936_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/936_3.png b/public/images/pokemon/variant/exp/back/936_3.png
index 82d3c0ecb0b..db67191d73e 100644
Binary files a/public/images/pokemon/variant/exp/back/936_3.png and b/public/images/pokemon/variant/exp/back/936_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/937_1.png b/public/images/pokemon/variant/exp/back/937_1.png
index c0668be0103..2d0d58b0912 100644
Binary files a/public/images/pokemon/variant/exp/back/937_1.png and b/public/images/pokemon/variant/exp/back/937_1.png differ
diff --git a/public/images/pokemon/variant/exp/back/937_2.png b/public/images/pokemon/variant/exp/back/937_2.png
index f5bfd790b75..7ba1aa09b97 100644
Binary files a/public/images/pokemon/variant/exp/back/937_2.png and b/public/images/pokemon/variant/exp/back/937_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/937_3.png b/public/images/pokemon/variant/exp/back/937_3.png
index c0a2be1ae0e..ee875356334 100644
Binary files a/public/images/pokemon/variant/exp/back/937_3.png and b/public/images/pokemon/variant/exp/back/937_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/944.json b/public/images/pokemon/variant/exp/back/944.json
new file mode 100644
index 00000000000..6de6bc5e833
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/944.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "403f4f": "33784a",
+ "dcdcc3": "88eeab",
+ "484441": "286943",
+ "282434": "16402d",
+ "2f2826": "18493f",
+ "774d9b": "d09139",
+ "8095a8": "5e4090",
+ "e6e2e1": "53a164",
+ "a599a8": "3f8d59",
+ "211e28": "103833",
+ "bbd2e3": "8056a7",
+ "aca699": "3ec295",
+ "000000": "ffffff",
+ "6c5c4d": "1c9b8d"
+ },
+ "2": {
+ "403f4f": "395d87",
+ "dcdcc3": "e2f3ff",
+ "484441": "2c4f8a",
+ "282434": "1d2f5b",
+ "2f2826": "1e3072",
+ "774d9b": "4c5372",
+ "8095a8": "902a4b",
+ "e6e2e1": "78b0c2",
+ "a599a8": "5582a4",
+ "211e28": "17255b",
+ "bbd2e3": "c23f4f",
+ "aca699": "abc1df",
+ "000000": "ffffff",
+ "6c5c4d": "6777aa"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/945.json b/public/images/pokemon/variant/exp/back/945.json
new file mode 100644
index 00000000000..6590d0b67ed
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/945.json
@@ -0,0 +1,43 @@
+{
+ "1": {
+ "403f4f": "357747",
+ "1f2635": "1c193d",
+ "dcdcc3": "5ddcb2",
+ "282434": "14463f",
+ "a491a4": "499833",
+ "e6e2e1": "fffbf3",
+ "671544": "0f4e67",
+ "134175": "a74d2a",
+ "4f483f": "1b727b",
+ "323d4a": "2e2452",
+ "000000": "ffffff",
+ "4b616b": "473869",
+ "d73875": "29ad89",
+ "2481b0": "d09139",
+ "38bdda": "ffe269",
+ "695575": "16613d",
+ "aca699": "2db3a4",
+ "8d2151": "157375"
+ },
+ "2": {
+ "403f4f": "3b6b9e",
+ "1f2635": "3b091c",
+ "dcdcc3": "edf0f1",
+ "282434": "2d427e",
+ "a491a4": "902a4b",
+ "e6e2e1": "ebf4f9",
+ "671544": "223969",
+ "134175": "1c182f",
+ "4f483f": "5d7487",
+ "323d4a": "580f1d",
+ "000000": "ffffff",
+ "4b616b": "8a2029",
+ "a599a8": "bf888f",
+ "d73875": "68adca",
+ "2481b0": "2c2c46",
+ "38bdda": "494e64",
+ "695575": "4f133f",
+ "aca699": "acbfc7",
+ "8d2151": "4676aa"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/952_2.png b/public/images/pokemon/variant/exp/back/952_2.png
index 2518adc55ed..403030f2e3d 100644
Binary files a/public/images/pokemon/variant/exp/back/952_2.png and b/public/images/pokemon/variant/exp/back/952_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/968_2.png b/public/images/pokemon/variant/exp/back/968_2.png
index 30b92268fbe..726c305140e 100644
Binary files a/public/images/pokemon/variant/exp/back/968_2.png and b/public/images/pokemon/variant/exp/back/968_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/968_3.png b/public/images/pokemon/variant/exp/back/968_3.png
index e066f0eceef..541c3cf2d84 100644
Binary files a/public/images/pokemon/variant/exp/back/968_3.png and b/public/images/pokemon/variant/exp/back/968_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/970_2.png b/public/images/pokemon/variant/exp/back/970_2.png
index dd61d57f2ac..5c7d2650363 100644
Binary files a/public/images/pokemon/variant/exp/back/970_2.png and b/public/images/pokemon/variant/exp/back/970_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/970_3.png b/public/images/pokemon/variant/exp/back/970_3.png
index 025f88e1cbe..592c1f21961 100644
Binary files a/public/images/pokemon/variant/exp/back/970_3.png and b/public/images/pokemon/variant/exp/back/970_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/978-curly_2.png b/public/images/pokemon/variant/exp/back/978-curly_2.png
index 205f55bf3dc..1ed3505ceee 100644
Binary files a/public/images/pokemon/variant/exp/back/978-curly_2.png and b/public/images/pokemon/variant/exp/back/978-curly_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/978-curly_3.png b/public/images/pokemon/variant/exp/back/978-curly_3.png
index bee54677b74..dcc2129f72b 100644
Binary files a/public/images/pokemon/variant/exp/back/978-curly_3.png and b/public/images/pokemon/variant/exp/back/978-curly_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/978-droopy_2.png b/public/images/pokemon/variant/exp/back/978-droopy_2.png
index ddd0430bca6..ed0999c43ca 100644
Binary files a/public/images/pokemon/variant/exp/back/978-droopy_2.png and b/public/images/pokemon/variant/exp/back/978-droopy_2.png differ
diff --git a/public/images/pokemon/variant/exp/back/978-droopy_3.png b/public/images/pokemon/variant/exp/back/978-droopy_3.png
index 6fa78fb9fef..22416861830 100644
Binary files a/public/images/pokemon/variant/exp/back/978-droopy_3.png and b/public/images/pokemon/variant/exp/back/978-droopy_3.png differ
diff --git a/public/images/pokemon/variant/exp/back/987.json b/public/images/pokemon/variant/exp/back/987.json
index 385a9eeb29f..5fb59f6979d 100644
--- a/public/images/pokemon/variant/exp/back/987.json
+++ b/public/images/pokemon/variant/exp/back/987.json
@@ -8,7 +8,7 @@
"0f0f0f": "0f0f0f",
"314a62": "244260",
"621841": "71370f",
- "70bbb4": "f8d371",
+ "548e88": "2d60bb",
"de62a4": "ffc668",
"a4295a": "cc762f"
},
@@ -21,7 +21,7 @@
"0f0f0f": "0f0f0f",
"314a62": "7396b4",
"621841": "7b3c08",
- "70bbb4": "70bbb4",
+ "548e88": "a9c0c6",
"de62a4": "ffdf90",
"a4295a": "e28c27"
},
@@ -34,7 +34,7 @@
"0f0f0f": "0f0f0f",
"314a62": "b56f2a",
"621841": "5a0a05",
- "70bbb4": "f8d371",
+ "548e88": "e0b544",
"de62a4": "e25038",
"a4295a": "a62a21"
}
diff --git a/public/images/pokemon/variant/exp/back/female/6215.json b/public/images/pokemon/variant/exp/back/female/6215.json
new file mode 100644
index 00000000000..a66e3780d12
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/female/6215.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "724ca2": "12968b",
+ "9c9bce": "ae8976",
+ "503678": "0f5d6d",
+ "956cbe": "31dabb",
+ "514a80": "402010",
+ "dcdbf7": "d0b3a4",
+ "080808": "080808",
+ "28234b": "220d0a",
+ "7d6ca4": "672e26",
+ "584d80": "401914",
+ "f6f6ff": "f6f6ff",
+ "bdbdc5": "bdbdc5",
+ "c52973": "ea903f"
+ },
+ "2": {
+ "724ca2": "982e33",
+ "9c9bce": "3c8775",
+ "503678": "601522",
+ "956cbe": "cc5427",
+ "514a80": "14273a",
+ "dcdbf7": "60ae7e",
+ "080808": "080808",
+ "28234b": "0a191e",
+ "7d6ca4": "395962",
+ "584d80": "1c3942",
+ "f6f6ff": "f6f6ff",
+ "bdbdc5": "bdbdc5",
+ "c52973": "f49633"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/female/6215.json b/public/images/pokemon/variant/exp/female/6215.json
new file mode 100644
index 00000000000..3198424563b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/female/6215.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "503678": "0f5d6d",
+ "080808": "080808",
+ "514a80": "402010",
+ "956cbe": "31dabb",
+ "9c9bce": "ae8976",
+ "724ca2": "12968b",
+ "dcdbf7": "d0b3a4",
+ "7d6ca4": "853a36",
+ "c58b08": "6e6f6f",
+ "ffde7b": "a7a7a7",
+ "584d80": "562627",
+ "28234b": "220d0a",
+ "c52973": "ea903f",
+ "bdbdc5": "bdbdc5",
+ "f6f6ff": "f6f6ff",
+ "000000": "000000"
+ },
+ "2": {
+ "503678": "601522",
+ "080808": "080808",
+ "514a80": "14273a",
+ "956cbe": "cc5427",
+ "9c9bce": "3c8775",
+ "724ca2": "982e33",
+ "dcdbf7": "60ae7e",
+ "7d6ca4": "395962",
+ "c58b08": "ffa341",
+ "ffde7b": "ffe07e",
+ "584d80": "1c3942",
+ "28234b": "0a191e",
+ "c52973": "f49633",
+ "bdbdc5": "bdbdc5",
+ "f6f6ff": "f6f6ff",
+ "000000": "000000"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/154.json b/public/images/pokemon/variant/female/154.json
new file mode 100644
index 00000000000..c02d214d834
--- /dev/null
+++ b/public/images/pokemon/variant/female/154.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "634a00": "6da0df",
+ "f7a59c": "3c88ac",
+ "e6ad00": "90c6f8",
+ "ff3a5a": "234d81",
+ "ffde21": "b9e2ff",
+ "ce213a": "192e5e",
+ "63bd42": "9d86d9",
+ "bdff7b": "dadffe",
+ "7b103a": "111c44",
+ "107b31": "8057b2",
+ "fefefe": "a6f5af",
+ "9ce652": "b7afee"
+ },
+ "2": {
+ "634a00": "144627",
+ "f7a59c": "ddf2b5",
+ "e6ad00": "1e632b",
+ "ff3a5a": "9ed662",
+ "ffde21": "288028",
+ "ce213a": "81c65c",
+ "63bd42": "a31f60",
+ "bdff7b": "f57382",
+ "7b103a": "59ac45",
+ "107b31": "761858",
+ "fefefe": "f6ffdf",
+ "9ce652": "cd3b6b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/194.json b/public/images/pokemon/variant/female/194.json
new file mode 100644
index 00000000000..5824dec5029
--- /dev/null
+++ b/public/images/pokemon/variant/female/194.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "104a84": "7a150a",
+ "b54242": "1a6a62",
+ "ff6b73": "4db983",
+ "633a6b": "09484f",
+ "3a7bc5": "d5682e",
+ "ef73e6": "44d77f",
+ "73bdff": "ffc355",
+ "529ce6": "e8983d",
+ "d65ad6": "2ea380"
+ },
+ "2": {
+ "104a84": "180d42",
+ "b54242": "8a9fc2",
+ "ff6b73": "e8faff",
+ "633a6b": "444c7e",
+ "3a7bc5": "3f377e",
+ "ef73e6": "e8faff",
+ "73bdff": "5c66c4",
+ "529ce6": "564daa",
+ "d65ad6": "aeccdf"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/195.json b/public/images/pokemon/variant/female/195.json
new file mode 100644
index 00000000000..ff25261d120
--- /dev/null
+++ b/public/images/pokemon/variant/female/195.json
@@ -0,0 +1,25 @@
+{
+ "1": {
+ "ade6ff": "f6dfa8",
+ "84d6f7": "ed9e4f",
+ "f7f7f7": "fffbea",
+ "637ba5": "816251",
+ "639cbd": "dc6a4d",
+ "3194a5": "44d77f",
+ "425284": "b03844",
+ "195a6b": "2ea380",
+ "6b5a8c": "1b5a55"
+ },
+ "2": {
+ "ade6ff": "9864c2",
+ "84d6f7": "724ba7",
+ "f7f7f7": "e8b6ff",
+ "637ba5": "504a8a",
+ "639cbd": "493a8d",
+ "3194a5": "ebf5ff",
+ "19423a": "747aae",
+ "425284": "240830",
+ "195a6b": "aebbdf",
+ "6b5a8c": "5e649b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/198.json b/public/images/pokemon/variant/female/198.json
new file mode 100644
index 00000000000..b0386502899
--- /dev/null
+++ b/public/images/pokemon/variant/female/198.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "d94352": "b3986b",
+ "314263": "462b20",
+ "d64252": "7a101c",
+ "73293a": "4d0419",
+ "ffad8c": "ad2e24",
+ "73283a": "630c17",
+ "d6404f": "8c1b23",
+ "efd684": "a6a6b3",
+ "42639c": "694c30",
+ "5a4a21": "25253b",
+ "292942": "2a1512",
+ "b59c21": "57566f",
+ "752a3c": "755237",
+ "d6bd52": "838098"
+ },
+ "2": {
+ "d94352": "bc4b84",
+ "314263": "0e4333",
+ "d64252": "5939a9",
+ "73293a": "1e1764",
+ "ffad8c": "b164e6",
+ "73283a": "630c17",
+ "d6404f": "8c1b23",
+ "efd684": "c2723a",
+ "42639c": "1d6e47",
+ "5a4a21": "4e1915",
+ "292942": "091e16",
+ "b59c21": "85412d",
+ "752a3c": "7b2363",
+ "d6bd52": "9a5524"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/212.json b/public/images/pokemon/variant/female/212.json
new file mode 100644
index 00000000000..55fcc0858ac
--- /dev/null
+++ b/public/images/pokemon/variant/female/212.json
@@ -0,0 +1,41 @@
+{
+ "0": {
+ "632929": "215a2d",
+ "f76b6b": "8cce73",
+ "101010": "101010",
+ "3a3a4a": "3a3a4a",
+ "ffffff": "ffffff",
+ "d63a3a": "4a9c53",
+ "b5b5ce": "b5b5ce",
+ "9494a5": "9494a5",
+ "a52929": "2f794e",
+ "dec510": "dec510",
+ "9c6b21": "9c6b21"
+ },
+ "1": {
+ "632929": "2f2962",
+ "f76b6b": "639cf7",
+ "101010": "101010",
+ "3a3a4a": "3c3c50",
+ "ffffff": "ffffff",
+ "d63a3a": "4263ef",
+ "b5b5ce": "b5b5ce",
+ "9494a5": "6262a4",
+ "a52929": "29429c",
+ "dec510": "10bdde",
+ "9c6b21": "131387"
+ },
+ "2": {
+ "632929": "645117",
+ "f76b6b": "c59f29",
+ "101010": "101010",
+ "3a3a4a": "282d2c",
+ "ffffff": "ffffff",
+ "d63a3a": "ffca2a",
+ "b5b5ce": "b5b5ce",
+ "9494a5": "3c4543",
+ "a52929": "b88619",
+ "dec510": "dec510",
+ "9c6b21": "9c6b21"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/25-beauty-cosplay.json b/public/images/pokemon/variant/female/25-beauty-cosplay.json
new file mode 100644
index 00000000000..0e5a6a1bad2
--- /dev/null
+++ b/public/images/pokemon/variant/female/25-beauty-cosplay.json
@@ -0,0 +1,49 @@
+{
+ "1": {
+ "c52119": "ad4e76",
+ "5e5e6b": "6c6e60",
+ "f7e652": "a3d1a8",
+ "52525a": "4f454c",
+ "cecab9": "cfc8aa",
+ "e65137": "c95578",
+ "fffabf": "f4f7ab",
+ "b52821": "ad4469",
+ "292929": "1e1526",
+ "39509d": "47449c",
+ "f7e860": "f2ea50",
+ "e65a42": "cf6182",
+ "4d88c4": "7976c6",
+ "f7bd21": "79b5a5",
+ "2d276d": "2f2768",
+ "242323": "282030",
+ "585861": "443e6c",
+ "fff7a5": "c4e3c3",
+ "9c5200": "315c75",
+ "f7cc2f": "f7bd21",
+ "fffdea": "f8ffe3"
+ },
+ "2": {
+ "c52119": "ebc67c",
+ "5e5e6b": "8a2554",
+ "f7e652": "577b98",
+ "52525a": "f1b571",
+ "cecab9": "b84084",
+ "e65137": "b95b6e",
+ "fffabf": "f5efd1",
+ "b52821": "6a253f",
+ "292929": "a45233",
+ "39509d": "9ec4cd",
+ "f7e860": "eddc78",
+ "e65a42": "eedd9c",
+ "4d88c4": "e4f6f1",
+ "f7bd21": "486689",
+ "2d276d": "454a61",
+ "242323": "282030",
+ "585861": "3f4246",
+ "fff7a5": "7b96aa",
+ "9c5200": "283361",
+ "965b0e": "96500e",
+ "f7cc2f": "d5ac44",
+ "fffdea": "ea82a6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/25-cool-cosplay.json b/public/images/pokemon/variant/female/25-cool-cosplay.json
new file mode 100644
index 00000000000..de4a138b690
--- /dev/null
+++ b/public/images/pokemon/variant/female/25-cool-cosplay.json
@@ -0,0 +1,49 @@
+{
+ "1": {
+ "171717": "2a1d36",
+ "e8b127": "f5ca2f",
+ "52525a": "55555e",
+ "c52119": "ad4e76",
+ "842222": "7b1f18",
+ "f7e652": "a3d1a8",
+ "fff7a5": "c4e3c3",
+ "2baf23": "76a848",
+ "f7bd21": "79b5a5",
+ "e65a42": "cf6182",
+ "ba2b23": "b73850",
+ "f5e193": "f4f7ab",
+ "e66953": "b95b6e",
+ "6f6c8e": "656f86",
+ "a6adb6": "a5b0b6",
+ "8c4e22": "965b0e",
+ "9c5200": "1c4f75",
+ "c43129": "6a253f",
+ "d95b45": "cf6887",
+ "45484d": "443e6c",
+ "3b3b40": "4a3e46",
+ "292929": "272b2b"
+ },
+ "2": {
+ "171717": "a45233",
+ "e8b127": "e7b432",
+ "52525a": "8f4b32",
+ "c52119": "ebc67c",
+ "842222": "1e1e43",
+ "f7e652": "577b98",
+ "fff7a5": "7b96aa",
+ "2baf23": "572626",
+ "f7bd21": "445f8a",
+ "e65a42": "eedd9c",
+ "ba2b23": "2c2c47",
+ "f5e193": "eadbb3",
+ "e66953": "b95b6e",
+ "6f6c8e": "cf752b",
+ "a6adb6": "f0b541",
+ "8c4e22": "b1632b",
+ "9c5200": "22325c",
+ "c43129": "6a253f",
+ "d95b45": "3a3f5e",
+ "3b3b40": "f1b571",
+ "292929": "7d3833"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/25-cosplay.json b/public/images/pokemon/variant/female/25-cosplay.json
new file mode 100644
index 00000000000..e324c094019
--- /dev/null
+++ b/public/images/pokemon/variant/female/25-cosplay.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "f7e652": "a3d1a8",
+ "212121": "30263b",
+ "c43129": "6a253f",
+ "171717": "1e1526",
+ "292929": "282030",
+ "e65a42": "cf6182",
+ "c52119": "ad4e76",
+ "42424a": "443e6c",
+ "fff7a5": "c4e3c3",
+ "f7bd21": "79b5a5",
+ "45454a": "4f454c",
+ "9c5200": "315c75",
+ "633108": "09406b",
+ "e66953": "b95b6e",
+ "de9400": "338087"
+ },
+ "2": {
+ "f7e652": "577b98",
+ "212121": "d8805b",
+ "c43129": "6a253f",
+ "171717": "a45233",
+ "292929": "282030",
+ "e65a42": "eedd9c",
+ "c52119": "ebc67c",
+ "42424a": "3f4246",
+ "fff7a5": "7b96aa",
+ "f7bd21": "445f8a",
+ "45454a": "f1b571",
+ "9c5200": "23345e",
+ "633108": "22244f",
+ "e66953": "b95b6e",
+ "de9400": "324472"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/25-cute-cosplay.json b/public/images/pokemon/variant/female/25-cute-cosplay.json
new file mode 100644
index 00000000000..26bebb4143d
--- /dev/null
+++ b/public/images/pokemon/variant/female/25-cute-cosplay.json
@@ -0,0 +1,43 @@
+{
+ "1": {
+ "212121": "30263b",
+ "e65a42": "cf6182",
+ "fff7a5": "c4e3c3",
+ "45454a": "4f454c",
+ "c52119": "ad4e76",
+ "9c5200": "255e8a",
+ "752bd0": "5452b7",
+ "f3bace": "f2bbbb",
+ "f7e652": "a3d1a8",
+ "ea82a6": "e8848e",
+ "e66953": "b95b6e",
+ "853247": "85323c",
+ "c43129": "6a253f",
+ "baa998": "bab699",
+ "42424a": "443e6c",
+ "fff9ba": "f0eaa8",
+ "f7bd21": "79b5a5",
+ "cf4770": "cf4a59"
+ },
+ "2": {
+ "212121": "d8805b",
+ "e65a42": "eedd9c",
+ "fff7a5": "7b96aa",
+ "45454a": "f1b571",
+ "c52119": "ebc67c",
+ "9c5200": "1e2d52",
+ "752bd0": "7751c2",
+ "f3bace": "c5cc85",
+ "f7e652": "577b98",
+ "ea82a6": "a4b95f",
+ "e66953": "b95b6e",
+ "171717": "a45233",
+ "853247": "254b30",
+ "c43129": "6a253f",
+ "baa998": "d3ab5a",
+ "42424a": "373d45",
+ "fff9ba": "ebe7b7",
+ "f7bd21": "445f8a",
+ "cf4770": "739b55"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/25-partner.json b/public/images/pokemon/variant/female/25-partner.json
new file mode 100644
index 00000000000..0542587ba6d
--- /dev/null
+++ b/public/images/pokemon/variant/female/25-partner.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "42424a": "443e6c",
+ "fff7a5": "c4e3c3",
+ "c52119": "ad4e76",
+ "de9400": "338087",
+ "e65a42": "cf6182",
+ "f7e652": "a3d1a8",
+ "e66953": "b95b6e",
+ "45454a": "4f454c",
+ "292929": "282030",
+ "c43129": "6a253f",
+ "212121": "30263b",
+ "171717": "1e1526",
+ "f7bd21": "79b5a5",
+ "9c5200": "315c75",
+ "633108": "09406b"
+ },
+ "2": {
+ "42424a": "3f4246",
+ "fff7a5": "7b96aa",
+ "c52119": "ebc67c",
+ "de9400": "324472",
+ "e65a42": "eedd9c",
+ "f7e652": "577b98",
+ "e66953": "b95b6e",
+ "45454a": "f1b571",
+ "292929": "282030",
+ "c43129": "6a253f",
+ "212121": "d8805b",
+ "171717": "a45233",
+ "f7bd21": "445f8a",
+ "9c5200": "23345e",
+ "633108": "22244f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/25-smart-cosplay.json b/public/images/pokemon/variant/female/25-smart-cosplay.json
new file mode 100644
index 00000000000..4ba98883f16
--- /dev/null
+++ b/public/images/pokemon/variant/female/25-smart-cosplay.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "212121": "30263b",
+ "b7a599": "bab699",
+ "60b553": "76a848",
+ "366635": "3e5b2f",
+ "e35252": "d16b9a",
+ "c52119": "ad4e76",
+ "292929": "272b2b",
+ "9c5200": "315c75",
+ "f7e652": "a3d1a8",
+ "95635b": "91685f",
+ "171717": "1e1526",
+ "ba2525": "993f70",
+ "e65a42": "cf6182",
+ "54545c": "55555e",
+ "52525a": "4f454c",
+ "fffdea": "f8ffe3",
+ "f7bd21": "79b5a5",
+ "5f3434": "573b38"
+ },
+ "2": {
+ "212121": "d8805b",
+ "b7a599": "a7b6b9",
+ "60b553": "dfb053",
+ "366635": "ab5130",
+ "e35252": "3a3f5e",
+ "c52119": "ebc67c",
+ "292929": "202937",
+ "9c5200": "23345e",
+ "f7e652": "577b98",
+ "95635b": "a09ea3",
+ "171717": "a45233",
+ "ba2525": "2b2b45",
+ "e65a42": "eedd9c",
+ "54545c": "45525c",
+ "52525a": "f1b571",
+ "fffdea": "f2f0df",
+ "f7bd21": "445f8a",
+ "5f3434": "666060"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/25-tough-cosplay.json b/public/images/pokemon/variant/female/25-tough-cosplay.json
new file mode 100644
index 00000000000..620ac882643
--- /dev/null
+++ b/public/images/pokemon/variant/female/25-tough-cosplay.json
@@ -0,0 +1,43 @@
+{
+ "1": {
+ "e37511": "d1694f",
+ "bf2629": "bf3638",
+ "303030": "30263b",
+ "b8282b": "753652",
+ "8d2b1d": "8e2525",
+ "424242": "443e6c",
+ "c52119": "ad4e76",
+ "292929": "1e1526",
+ "f7bd21": "79b5a5",
+ "fbab33": "de9764",
+ "db4a37": "ad4c60",
+ "e65a42": "cf6182",
+ "9c5200": "315c75",
+ "db5b42": "cf6a59",
+ "52525a": "4f454c",
+ "cecab9": "cfc8aa",
+ "f7e652": "a3d1a8"
+ },
+ "2": {
+ "e37511": "644794",
+ "bf2629": "8e6fa1",
+ "f8ffe3": "e8e3e4",
+ "303030": "d8805b",
+ "b8282b": "6a253f",
+ "8d2b1d": "242866",
+ "424242": "3f4246",
+ "c52119": "e8be68",
+ "292929": "a45233",
+ "f7bd21": "445f8a",
+ "fbab33": "845ea1",
+ "db4a37": "b95b6e",
+ "e65a42": "edda8c",
+ "9c5200": "23345e",
+ "db5b42": "624780",
+ "52525a": "f1b571",
+ "4d4d4d": "2b3340",
+ "272b2b": "162231",
+ "cecab9": "cfc0c3",
+ "f7e652": "577b98"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/25.json b/public/images/pokemon/variant/female/25.json
new file mode 100644
index 00000000000..0542587ba6d
--- /dev/null
+++ b/public/images/pokemon/variant/female/25.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "42424a": "443e6c",
+ "fff7a5": "c4e3c3",
+ "c52119": "ad4e76",
+ "de9400": "338087",
+ "e65a42": "cf6182",
+ "f7e652": "a3d1a8",
+ "e66953": "b95b6e",
+ "45454a": "4f454c",
+ "292929": "282030",
+ "c43129": "6a253f",
+ "212121": "30263b",
+ "171717": "1e1526",
+ "f7bd21": "79b5a5",
+ "9c5200": "315c75",
+ "633108": "09406b"
+ },
+ "2": {
+ "42424a": "3f4246",
+ "fff7a5": "7b96aa",
+ "c52119": "ebc67c",
+ "de9400": "324472",
+ "e65a42": "eedd9c",
+ "f7e652": "577b98",
+ "e66953": "b95b6e",
+ "45454a": "f1b571",
+ "292929": "282030",
+ "c43129": "6a253f",
+ "212121": "d8805b",
+ "171717": "a45233",
+ "f7bd21": "445f8a",
+ "9c5200": "23345e",
+ "633108": "22244f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/26.json b/public/images/pokemon/variant/female/26.json
new file mode 100644
index 00000000000..40921512c4b
--- /dev/null
+++ b/public/images/pokemon/variant/female/26.json
@@ -0,0 +1,39 @@
+{
+ "1": {
+ "101010": "000000",
+ "ffefd6": "c8d4ba",
+ "bd1908": "ad4e76",
+ "944242": "643034",
+ "bd5a31": "386d82",
+ "e6bd84": "a4bda7",
+ "ffbd00": "b3596b",
+ "5a2929": "293059",
+ "3a3a42": "30263b",
+ "8c6310": "8c3c4c",
+ "ffde5a": "cf7878",
+ "8d5911": "983e50",
+ "734231": "6e2f33",
+ "63636b": "4f454c",
+ "de7b31": "539190",
+ "f7ad29": "76a68b",
+ "643034": "395a80"
+ },
+ "2": {
+ "101010": "000000",
+ "ffefd6": "cfc4b5",
+ "542127": "905331",
+ "bd1908": "a44c5d",
+ "944242": "2e4685",
+ "bd5a31": "375681",
+ "e6bd84": "a6b5ab",
+ "ffbd00": "f3cf91",
+ "5a2929": "202a60",
+ "8c6310": "c79b5a",
+ "ffde5a": "f2e4b6",
+ "8d5911": "dea96e",
+ "734231": "bd8447",
+ "de7b31": "4d6f98",
+ "f7ad29": "6385ab",
+ "643034": "2d3b80"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/3.json b/public/images/pokemon/variant/female/3.json
index 515cd2e93e5..de2c52f6003 100644
--- a/public/images/pokemon/variant/female/3.json
+++ b/public/images/pokemon/variant/female/3.json
@@ -1,19 +1,41 @@
{
+ "1": {
+ "843100": "033b22",
+ "830009": "23033b",
+ "ffbdbd": "a266b0",
+ "ffef52": "37d6de",
+ "debd29": "078a8f",
+ "ff7b73": "712f8f",
+ "bd6b31": "168a69",
+ "de4242": "3f1375",
+ "101010": "101010",
+ "105242": "190038",
+ "107b6b": "9e1976",
+ "2e5519": "38001c",
+ "5a9c3a": "b34952",
+ "5ad6c5": "f062a4",
+ "21b59c": "de3592",
+ "84de7b": "ff745e",
+ "ffffff": "ffffff"
+ },
"2": {
"843100": "420514",
- "ff7b73": "9db042",
+ "830009": "154205",
"ffbdbd": "e7e385",
"ffef52": "f75ea8",
"debd29": "a30a66",
+ "ff7b73": "9db042",
"bd6b31": "852a41",
"de4242": "3c8227",
"101010": "101010",
"105242": "381601",
- "107b6b": "d44300",
+ "107b6b": "d15d04",
+ "2e5519": "011c38",
"5a9c3a": "446b94",
- "84de7b": "80ced9",
"5ad6c5": "faa405",
"21b59c": "fa8405",
- "ffffff": "ffffff"
+ "84de7b": "80ced9",
+ "ffffff": "ffffff",
+ "2f561a": "011b34"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/3_2.json b/public/images/pokemon/variant/female/3_2.json
deleted file mode 100644
index 8c89faed762..00000000000
--- a/public/images/pokemon/variant/female/3_2.json
+++ /dev/null
@@ -1,4136 +0,0 @@
-{
- "textures": [
- {
- "image": "3_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 569,
- "h": 569
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 81,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 162,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 162,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 162,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 81,
- "h": 66
- },
- "frame": {
- "x": 162,
- "y": 0,
- "w": 81,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 243,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 405,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 405,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 486,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 486,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 486,
- "y": 0,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0172.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0173.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 81,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 81,
- "h": 67
- }
- },
- {
- "filename": "0190.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 67
- },
- "frame": {
- "x": 81,
- "y": 66,
- "w": 84,
- "h": 67
- }
- },
- {
- "filename": "0191.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 67
- },
- "frame": {
- "x": 81,
- "y": 66,
- "w": 84,
- "h": 67
- }
- },
- {
- "filename": "0192.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 67
- },
- "frame": {
- "x": 81,
- "y": 66,
- "w": 84,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 246,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 327,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 327,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 327,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 327,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 408,
- "y": 67,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 80,
- "h": 68
- },
- "frame": {
- "x": 489,
- "y": 67,
- "w": 80,
- "h": 68
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 80,
- "h": 68
- },
- "frame": {
- "x": 489,
- "y": 67,
- "w": 80,
- "h": 68
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 81,
- "y": 133,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 81,
- "y": 133,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0157.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 165,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0174.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 249,
- "y": 135,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0175.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 68
- },
- "frame": {
- "x": 249,
- "y": 135,
- "w": 81,
- "h": 68
- }
- },
- {
- "filename": "0188.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 330,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0189.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 84,
- "h": 68
- },
- "frame": {
- "x": 330,
- "y": 135,
- "w": 84,
- "h": 68
- }
- },
- {
- "filename": "0193.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 83,
- "h": 68
- },
- "frame": {
- "x": 414,
- "y": 135,
- "w": 83,
- "h": 68
- }
- },
- {
- "filename": "0194.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 83,
- "h": 68
- },
- "frame": {
- "x": 414,
- "y": 135,
- "w": 83,
- "h": 68
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 201,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 243,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 324,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 203,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 81,
- "y": 270,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 162,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 83,
- "h": 69
- },
- "frame": {
- "x": 242,
- "y": 272,
- "w": 83,
- "h": 69
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 83,
- "h": 69
- },
- "frame": {
- "x": 242,
- "y": 272,
- "w": 83,
- "h": 69
- }
- },
- {
- "filename": "0167.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 325,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0168.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 325,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0169.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 272,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0170.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 272,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0171.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 81,
- "h": 69
- },
- "frame": {
- "x": 405,
- "y": 272,
- "w": 81,
- "h": 69
- }
- },
- {
- "filename": "0176.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0177.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0178.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 80,
- "h": 69
- },
- "frame": {
- "x": 486,
- "y": 272,
- "w": 80,
- "h": 69
- }
- },
- {
- "filename": "0195.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 82,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 339,
- "w": 82,
- "h": 69
- }
- },
- {
- "filename": "0196.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 82,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 339,
- "w": 82,
- "h": 69
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 82,
- "y": 339,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 82,
- "y": 339,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 82,
- "y": 339,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 341,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 408,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 409,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 162,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 243,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 324,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0181.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0182.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 405,
- "y": 411,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0160.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 411,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0161.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 486,
- "y": 411,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0165.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 478,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0166.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 478,
- "w": 81,
- "h": 70
- }
- },
- {
- "filename": "0179.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 479,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0180.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 80,
- "h": 70
- },
- "frame": {
- "x": 81,
- "y": 479,
- "w": 80,
- "h": 70
- }
- },
- {
- "filename": "0158.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 84,
- "h": 70
- },
- "frame": {
- "x": 161,
- "y": 481,
- "w": 84,
- "h": 70
- }
- },
- {
- "filename": "0159.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 84,
- "h": 70
- },
- "frame": {
- "x": 161,
- "y": 481,
- "w": 84,
- "h": 70
- }
- },
- {
- "filename": "0162.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 481,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0163.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 481,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0164.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 481,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0183.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 327,
- "y": 481,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0184.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 327,
- "y": 481,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0185.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 70
- },
- "frame": {
- "x": 327,
- "y": 481,
- "w": 83,
- "h": 70
- }
- },
- {
- "filename": "0186.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 84,
- "h": 70
- },
- "frame": {
- "x": 410,
- "y": 481,
- "w": 84,
- "h": 70
- }
- },
- {
- "filename": "0187.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 84,
- "h": 70
- },
- "frame": {
- "x": 410,
- "y": 481,
- "w": 84,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:45b1919b351dad733f7b88701725e98a:30341f5f924f3632d0e938277cc51026:4e25ec866a209ce3a44bf419a5862c0c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/female/3_2.png b/public/images/pokemon/variant/female/3_2.png
deleted file mode 100644
index df83d7b05e2..00000000000
Binary files a/public/images/pokemon/variant/female/3_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/female/402_2.png b/public/images/pokemon/variant/female/402_2.png
index 3ce28cc787a..b9fd36890a3 100644
Binary files a/public/images/pokemon/variant/female/402_2.png and b/public/images/pokemon/variant/female/402_2.png differ
diff --git a/public/images/pokemon/variant/female/402_3.png b/public/images/pokemon/variant/female/402_3.png
index a34ef79b0ff..5e43029bfdb 100644
Binary files a/public/images/pokemon/variant/female/402_3.png and b/public/images/pokemon/variant/female/402_3.png differ
diff --git a/public/images/pokemon/variant/female/419_2.png b/public/images/pokemon/variant/female/419_2.png
index 897efbd57ba..ca9ea1d6f72 100644
Binary files a/public/images/pokemon/variant/female/419_2.png and b/public/images/pokemon/variant/female/419_2.png differ
diff --git a/public/images/pokemon_icons_1.json b/public/images/pokemon_icons_1.json
index 49e471514cd..12e26b380a5 100644
--- a/public/images/pokemon_icons_1.json
+++ b/public/images/pokemon_icons_1.json
@@ -1647,6 +1647,27 @@
"h": 25
}
},
+ {
+ "filename": "85-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 3,
+ "w": 29,
+ "h": 25
+ },
+ "frame": {
+ "x": 55,
+ "y": 270,
+ "w": 29,
+ "h": 25
+ }
+ },
{
"filename": "22s",
"rotated": false,
@@ -1731,6 +1752,27 @@
"h": 25
}
},
+ {
+ "filename": "85s-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 3,
+ "w": 29,
+ "h": 25
+ },
+ "frame": {
+ "x": 56,
+ "y": 317,
+ "w": 29,
+ "h": 25
+ }
+ },
{
"filename": "9s",
"rotated": false,
@@ -6456,6 +6498,27 @@
"h": 18
}
},
+ {
+ "filename": "84-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 10,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 98,
+ "y": 712,
+ "w": 21,
+ "h": 18
+ }
+ },
{
"filename": "107",
"rotated": false,
@@ -6519,6 +6582,27 @@
"h": 18
}
},
+ {
+ "filename": "84s-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 10,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 96,
+ "y": 770,
+ "w": 21,
+ "h": 18
+ }
+ },
{
"filename": "88",
"rotated": false,
diff --git a/public/images/pokemon_icons_1v.json b/public/images/pokemon_icons_1v.json
index 4400b9d0213..de66db65eb7 100644
--- a/public/images/pokemon_icons_1v.json
+++ b/public/images/pokemon_icons_1v.json
@@ -1,1740 +1,2299 @@
-{ "frames": {
- "100_2": {
- "frame": { "x": 390, "y": 53, "w": 14, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 14, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "100_3": {
- "frame": { "x": 328, "y": 30, "w": 14, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 14, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "101_2": {
- "frame": { "x": 287, "y": 172, "w": 16, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 16, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "101_3": {
- "frame": { "x": 263, "y": 156, "w": 16, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 16, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "111_2": {
- "frame": { "x": 211, "y": 226, "w": 24, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 24, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "111_3": {
- "frame": { "x": 265, "y": 233, "w": 24, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 24, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "112_2": {
- "frame": { "x": 347, "y": 125, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "112_3": {
- "frame": { "x": 322, "y": 125, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "113_1": {
- "frame": { "x": 421, "y": 158, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "113_2": {
- "frame": { "x": 299, "y": 277, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "113_3": {
- "frame": { "x": 280, "y": 276, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "114_2": {
- "frame": { "x": 212, "y": 297, "w": 19, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "114_3": {
- "frame": { "x": 336, "y": 298, "w": 19, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "116_2": {
- "frame": { "x": 142, "y": 303, "w": 18, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 18, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "116_3": {
- "frame": { "x": 17, "y": 303, "w": 18, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 18, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "117_2": {
- "frame": { "x": 92, "y": 226, "w": 24, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 24, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "117_3": {
- "frame": { "x": 376, "y": 223, "w": 24, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 24, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "118_1": {
- "frame": { "x": 400, "y": 241, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "118_2": {
- "frame": { "x": 20, "y": 242, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "118_3": {
- "frame": { "x": 372, "y": 243, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "119_1": {
- "frame": { "x": 400, "y": 200, "w": 25, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 25, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "119_2": {
- "frame": { "x": 196, "y": 199, "w": 25, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 25, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "119_3": {
- "frame": { "x": 0, "y": 199, "w": 25, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 25, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "120_2": {
- "frame": { "x": 77, "y": 306, "w": 17, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 17, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "120_3": {
- "frame": { "x": 94, "y": 311, "w": 17, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 17, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "121_2": {
- "frame": { "x": 355, "y": 300, "w": 19, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "121_3": {
- "frame": { "x": 58, "y": 296, "w": 19, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "123_1": {
- "frame": { "x": 148, "y": 284, "w": 19, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 19, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "123_2": {
- "frame": { "x": 0, "y": 284, "w": 19, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 19, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "123_3": {
- "frame": { "x": 173, "y": 283, "w": 19, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 19, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "125_1": {
- "frame": { "x": 69, "y": 235, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "125_2": {
- "frame": { "x": 311, "y": 235, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "125_3": {
- "frame": { "x": 235, "y": 234, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "126_2": {
- "frame": { "x": 287, "y": 188, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "126_3": {
- "frame": { "x": 378, "y": 178, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "127-mega_2": {
- "frame": { "x": 0, "y": 54, "w": 31, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 4, "w": 31, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "127-mega_3": {
- "frame": { "x": 359, "y": 53, "w": 31, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 4, "w": 31, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "127_2": {
- "frame": { "x": 0, "y": 219, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "127_3": {
- "frame": { "x": 46, "y": 223, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "129_2": {
- "frame": { "x": 213, "y": 175, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "129_3": {
- "frame": { "x": 418, "y": 0, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "130-mega_2": {
- "frame": { "x": 30, "y": 25, "w": 30, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "130-mega_3": {
- "frame": { "x": 0, "y": 25, "w": 30, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "130_2": {
- "frame": { "x": 210, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "130_3": {
- "frame": { "x": 239, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "131-gigantamax_2": {
- "frame": { "x": 373, "y": 25, "w": 31, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 31, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "131-gigantamax_3": {
- "frame": { "x": 342, "y": 25, "w": 31, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 31, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "131_2": {
- "frame": { "x": 172, "y": 198, "w": 24, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 24, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "131_3": {
- "frame": { "x": 354, "y": 194, "w": 24, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 24, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "132_2": {
- "frame": { "x": 231, "y": 311, "w": 16, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 15, "w": 16, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "132_3": {
- "frame": { "x": 247, "y": 312, "w": 16, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 15, "w": 16, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "133_2": {
- "frame": { "x": 0, "y": 303, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "133_3": {
- "frame": { "x": 35, "y": 305, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "134_2": {
- "frame": { "x": 165, "y": 219, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "134_3": {
- "frame": { "x": 69, "y": 214, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "135_1": {
- "frame": { "x": 20, "y": 261, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "135_2": {
- "frame": { "x": 153, "y": 263, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "135_3": {
- "frame": { "x": 396, "y": 260, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "136_1": {
- "frame": { "x": 23, "y": 221, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "136_2": {
- "frame": { "x": 400, "y": 220, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "136_3": {
- "frame": { "x": 142, "y": 217, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "137_2": {
- "frame": { "x": 280, "y": 296, "w": 19, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "137_3": {
- "frame": { "x": 299, "y": 297, "w": 19, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "138_2": {
- "frame": { "x": 415, "y": 301, "w": 18, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 18, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "138_3": {
- "frame": { "x": 167, "y": 302, "w": 18, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 18, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "139_2": {
- "frame": { "x": 47, "y": 201, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "139_3": {
- "frame": { "x": 243, "y": 212, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "140_2": {
- "frame": { "x": 263, "y": 312, "w": 16, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 15, "w": 16, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "140_3": {
- "frame": { "x": 424, "y": 239, "w": 16, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 15, "w": 16, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "141_2": {
- "frame": { "x": 261, "y": 276, "w": 19, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 19, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "141_3": {
- "frame": { "x": 214, "y": 276, "w": 19, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 19, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "142-mega_2": {
- "frame": { "x": 268, "y": 56, "w": 32, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 5, "w": 32, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "142-mega_3": {
- "frame": { "x": 62, "y": 57, "w": 32, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 5, "w": 32, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "142_2": {
- "frame": { "x": 322, "y": 103, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "142_3": {
- "frame": { "x": 351, "y": 103, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "144_1": {
- "frame": { "x": 304, "y": 168, "w": 27, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 27, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "144_2": {
- "frame": { "x": 49, "y": 158, "w": 27, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 27, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "144_3": {
- "frame": { "x": 394, "y": 158, "w": 27, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 27, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "145_1": {
- "frame": { "x": 77, "y": 155, "w": 29, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 7, "w": 29, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "145_2": {
- "frame": { "x": 130, "y": 153, "w": 29, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 7, "w": 29, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "145_3": {
- "frame": { "x": 159, "y": 153, "w": 29, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 7, "w": 29, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "146_1": {
- "frame": { "x": 70, "y": 196, "w": 28, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 28, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "146_2": {
- "frame": { "x": 122, "y": 195, "w": 28, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 28, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "146_3": {
- "frame": { "x": 258, "y": 194, "w": 28, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 28, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "147_2": {
- "frame": { "x": 192, "y": 287, "w": 20, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 20, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "147_3": {
- "frame": { "x": 38, "y": 287, "w": 20, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 20, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "148_2": {
- "frame": { "x": 98, "y": 204, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "148_3": {
- "frame": { "x": 378, "y": 201, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "149_2": {
- "frame": { "x": 188, "y": 155, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "149_3": {
- "frame": { "x": 24, "y": 156, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "150-mega-x_2": {
- "frame": { "x": 106, "y": 155, "w": 21, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 21, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "150-mega-x_3": {
- "frame": { "x": 242, "y": 156, "w": 21, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 21, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "150-mega-y_2": {
- "frame": { "x": 175, "y": 107, "w": 20, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 0, "w": 20, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "150-mega-y_3": {
- "frame": { "x": 407, "y": 108, "w": 20, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 0, "w": 20, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "150_2": {
- "frame": { "x": 352, "y": 236, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "150_3": {
- "frame": { "x": 332, "y": 235, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "151_2": {
- "frame": { "x": 195, "y": 130, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "151_3": {
- "frame": { "x": 231, "y": 127, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "19_2": {
- "frame": { "x": 321, "y": 258, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "19_3": {
- "frame": { "x": 0, "y": 263, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1_2": {
- "frame": { "x": 338, "y": 279, "w": 20, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 20, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1_3": {
- "frame": { "x": 318, "y": 279, "w": 20, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 20, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "20_2": {
- "frame": { "x": 174, "y": 177, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "20_3": {
- "frame": { "x": 23, "y": 178, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "23_2": {
- "frame": { "x": 416, "y": 280, "w": 18, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 18, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "23_3": {
- "frame": { "x": 20, "y": 282, "w": 18, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 18, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "24_2": {
- "frame": { "x": 138, "y": 238, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "24_3": {
- "frame": { "x": 0, "y": 240, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "29_1": {
- "frame": { "x": 130, "y": 133, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "29_2": {
- "frame": { "x": 397, "y": 299, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "29_3": {
- "frame": { "x": 379, "y": 299, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2_2": {
- "frame": { "x": 362, "y": 262, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2_3": {
- "frame": { "x": 173, "y": 263, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "3-gigantamax_2": {
- "frame": { "x": 214, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "3-gigantamax_3": {
- "frame": { "x": 246, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "3-mega_2": {
- "frame": { "x": 181, "y": 58, "w": 29, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 29, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "3-mega_3": {
- "frame": { "x": 152, "y": 57, "w": 29, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 29, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "30_2": {
- "frame": { "x": 87, "y": 267, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "30_3": {
- "frame": { "x": 40, "y": 265, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "31_1": {
- "frame": { "x": 331, "y": 168, "w": 23, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 23, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "31_2": {
- "frame": { "x": 0, "y": 172, "w": 23, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 23, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "31_3": {
- "frame": { "x": 127, "y": 172, "w": 23, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 23, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "35_2": {
- "frame": { "x": 318, "y": 298, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "35_3": {
- "frame": { "x": 124, "y": 299, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "36_2": {
- "frame": { "x": 178, "y": 240, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "36_3": {
- "frame": { "x": 158, "y": 240, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "37_2": {
- "frame": { "x": 194, "y": 267, "w": 20, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 20, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "37_3": {
- "frame": { "x": 241, "y": 274, "w": 20, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 20, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "38_2": {
- "frame": { "x": 370, "y": 149, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "38_3": {
- "frame": { "x": 218, "y": 152, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "3_2": {
- "frame": { "x": 0, "y": 79, "w": 30, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 4, "w": 30, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "3_3": {
- "frame": { "x": 240, "y": 80, "w": 30, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 4, "w": 30, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "41_1": {
- "frame": { "x": 341, "y": 259, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "41_2": {
- "frame": { "x": 416, "y": 260, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "41_3": {
- "frame": { "x": 132, "y": 261, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "42_1": {
- "frame": { "x": 104, "y": 133, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "42_2": {
- "frame": { "x": 25, "y": 134, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "42_3": {
- "frame": { "x": 51, "y": 136, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "43_2": {
- "frame": { "x": 423, "y": 220, "w": 17, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 17, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "43_3": {
- "frame": { "x": 423, "y": 178, "w": 17, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 17, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "44_2": {
- "frame": { "x": 116, "y": 235, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "44_3": {
- "frame": { "x": 289, "y": 235, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "45_2": {
- "frame": { "x": 100, "y": 181, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "45_3": {
- "frame": { "x": 48, "y": 178, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "46_1": {
- "frame": { "x": 65, "y": 257, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "46_2": {
- "frame": { "x": 299, "y": 257, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "46_3": {
- "frame": { "x": 78, "y": 113, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "47_1": {
- "frame": { "x": 25, "y": 199, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "47_2": {
- "frame": { "x": 308, "y": 213, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "47_3": {
- "frame": { "x": 120, "y": 213, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4_2": {
- "frame": { "x": 59, "y": 277, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4_3": {
- "frame": { "x": 106, "y": 277, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "50_2": {
- "frame": { "x": 425, "y": 138, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "50_3": {
- "frame": { "x": 425, "y": 197, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "51_2": {
- "frame": { "x": 286, "y": 211, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "51_3": {
- "frame": { "x": 221, "y": 204, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "52-gigantamax_1": {
- "frame": { "x": 77, "y": 83, "w": 23, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 23, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "52-gigantamax_2": {
- "frame": { "x": 54, "y": 81, "w": 23, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 23, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "52-gigantamax_3": {
- "frame": { "x": 417, "y": 78, "w": 23, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 23, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "52_1": {
- "frame": { "x": 44, "y": 244, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "52_2": {
- "frame": { "x": 90, "y": 246, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "52_3": {
- "frame": { "x": 198, "y": 246, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "53_1": {
- "frame": { "x": 235, "y": 182, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "53_2": {
- "frame": { "x": 400, "y": 178, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "53_3": {
- "frame": { "x": 309, "y": 191, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "56_1": {
- "frame": { "x": 342, "y": 148, "w": 28, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 28, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "56_2": {
- "frame": { "x": 314, "y": 148, "w": 28, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 28, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "56_3": {
- "frame": { "x": 397, "y": 138, "w": 28, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 28, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "57_1": {
- "frame": { "x": 150, "y": 83, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "57_2": {
- "frame": { "x": 294, "y": 103, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "57_3": {
- "frame": { "x": 0, "y": 103, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "5_2": {
- "frame": { "x": 332, "y": 191, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "5_3": {
- "frame": { "x": 150, "y": 194, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6-gigantamax_2": {
- "frame": { "x": 270, "y": 80, "w": 24, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 24, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6-gigantamax_3": {
- "frame": { "x": 30, "y": 81, "w": 24, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 24, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6-mega-x_2": {
- "frame": { "x": 40, "y": 0, "w": 40, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6-mega-x_3": {
- "frame": { "x": 0, "y": 0, "w": 40, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6-mega-y_2": {
- "frame": { "x": 380, "y": 0, "w": 38, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 2, "w": 38, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6-mega-y_3": {
- "frame": { "x": 342, "y": 0, "w": 38, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 2, "w": 38, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "69_2": {
- "frame": { "x": 173, "y": 137, "w": 20, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 13, "w": 20, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "69_3": {
- "frame": { "x": 185, "y": 305, "w": 20, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 13, "w": 20, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6_2": {
- "frame": { "x": 60, "y": 29, "w": 32, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 32, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6_3": {
- "frame": { "x": 404, "y": 25, "w": 32, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 32, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "70_2": {
- "frame": { "x": 277, "y": 256, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "70_3": {
- "frame": { "x": 219, "y": 256, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "71_2": {
- "frame": { "x": 178, "y": 84, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "71_3": {
- "frame": { "x": 210, "y": 83, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "77_2": {
- "frame": { "x": 280, "y": 149, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "77_3": {
- "frame": { "x": 0, "y": 149, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "78_2": {
- "frame": { "x": 123, "y": 57, "w": 29, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 29, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "78_3": {
- "frame": { "x": 94, "y": 57, "w": 29, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 29, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "79_1": {
- "frame": { "x": 265, "y": 212, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "79_2": {
- "frame": { "x": 256, "y": 253, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "79_3": {
- "frame": { "x": 111, "y": 256, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "7_2": {
- "frame": { "x": 233, "y": 294, "w": 21, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 21, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "7_3": {
- "frame": { "x": 80, "y": 289, "w": 21, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 21, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "80-mega_2": {
- "frame": { "x": 125, "y": 83, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "80-mega_3": {
- "frame": { "x": 100, "y": 83, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "80_2": {
- "frame": { "x": 238, "y": 104, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "80_3": {
- "frame": { "x": 380, "y": 103, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "81_2": {
- "frame": { "x": 101, "y": 296, "w": 23, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 23, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "81_3": {
- "frame": { "x": 254, "y": 297, "w": 23, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 23, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "82_2": {
- "frame": { "x": 354, "y": 172, "w": 24, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 24, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "82_3": {
- "frame": { "x": 76, "y": 174, "w": 24, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 24, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "83_2": {
- "frame": { "x": 78, "y": 133, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "83_3": {
- "frame": { "x": 254, "y": 134, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "84_1": {
- "frame": { "x": 358, "y": 282, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "84_2": {
- "frame": { "x": 383, "y": 281, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "84_3": {
- "frame": { "x": 127, "y": 281, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "85_1": {
- "frame": { "x": 388, "y": 78, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "85_2": {
- "frame": { "x": 359, "y": 78, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "85_3": {
- "frame": { "x": 330, "y": 78, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "86_1": {
- "frame": { "x": 53, "y": 113, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "86_2": {
- "frame": { "x": 28, "y": 111, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "86_3": {
- "frame": { "x": 148, "y": 130, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "87_1": {
- "frame": { "x": 372, "y": 126, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "87_2": {
- "frame": { "x": 0, "y": 126, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "87_3": {
- "frame": { "x": 289, "y": 126, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "8_2": {
- "frame": { "x": 150, "y": 172, "w": 24, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 24, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "8_3": {
- "frame": { "x": 263, "y": 172, "w": 24, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 24, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "9-gigantamax_2": {
- "frame": { "x": 181, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "9-gigantamax_3": {
- "frame": { "x": 152, "y": 29, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "9-mega_2": {
- "frame": { "x": 122, "y": 29, "w": 30, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 30, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "9-mega_3": {
- "frame": { "x": 92, "y": 29, "w": 30, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 30, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "92_1": {
- "frame": { "x": 188, "y": 219, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "92_2": {
- "frame": { "x": 330, "y": 214, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "92_3": {
- "frame": { "x": 353, "y": 215, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "93_1": {
- "frame": { "x": 404, "y": 52, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 2, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "93_2": {
- "frame": { "x": 268, "y": 30, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 2, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "93_3": {
- "frame": { "x": 298, "y": 30, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 2, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94-gigantamax_1": {
- "frame": { "x": 182, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94-gigantamax_2": {
- "frame": { "x": 310, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94-gigantamax_3": {
- "frame": { "x": 278, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94-mega_1": {
- "frame": { "x": 148, "y": 0, "w": 34, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94-mega_2": {
- "frame": { "x": 114, "y": 0, "w": 34, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94-mega_3": {
- "frame": { "x": 80, "y": 0, "w": 34, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94_1": {
- "frame": { "x": 265, "y": 110, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94_2": {
- "frame": { "x": 124, "y": 109, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "94_3": {
- "frame": { "x": 100, "y": 109, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "98_2": {
- "frame": { "x": 240, "y": 58, "w": 28, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 28, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "98_3": {
- "frame": { "x": 300, "y": 56, "w": 28, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 28, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "99-gigantamax_2": {
- "frame": { "x": 328, "y": 53, "w": 31, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 3, "w": 31, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "99-gigantamax_3": {
- "frame": { "x": 31, "y": 56, "w": 31, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 3, "w": 31, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "99_2": {
- "frame": { "x": 300, "y": 78, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "99_3": {
- "frame": { "x": 210, "y": 58, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "9_2": {
- "frame": { "x": 150, "y": 106, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "9_3": {
- "frame": { "x": 206, "y": 106, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_1v.png",
- "format": "RGBA8888",
- "size": { "w": 440, "h": 328 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_1v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 600,
+ "h": 600
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "1_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "1_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "2_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "2_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "3-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "3-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "3-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "3-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "3_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "3_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "4_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "4_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "5_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "5_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "6-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 0, "w": 40, "h": 30}
+ },
+ {
+ "filename": "6-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "6-mega-x_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "6-mega-x_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "6-mega-y_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "6-mega-y_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "6_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "6_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "7_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "7_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "8_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "8_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "9-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "9-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "9-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "9-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 30, "w": 40, "h": 30}
+ },
+ {
+ "filename": "9_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "9_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "19_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "19_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "20_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "20_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "23_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "23_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "24_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "24_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-beauty-cosplay_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-beauty-cosplay_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-cool-cosplay_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-cool-cosplay_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-cosplay_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 60, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-cosplay_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-cute-cosplay_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-cute-cosplay_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-partner_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-partner_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-smart-cosplay_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-smart-cosplay_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-tough-cosplay_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25-tough-cosplay_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "25_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "26_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "26_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 90, "w": 40, "h": 30}
+ },
+ {
+ "filename": "29_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "29_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "29_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "30_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "30_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "31_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "31_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "31_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "35_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "35_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "36_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "36_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "37_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "37_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "38_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 120, "w": 40, "h": 30}
+ },
+ {
+ "filename": "38_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "39_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "39_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "40_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "40_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "41_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "41_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "41_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "42_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "42_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "42_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "43_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "43_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "44_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "44_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 150, "w": 40, "h": 30}
+ },
+ {
+ "filename": "45_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "45_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "46_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "46_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "46_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "47_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "47_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "47_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "50_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "50_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "51_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "51_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "52-gigantamax_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "52-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "52-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 180, "w": 40, "h": 30}
+ },
+ {
+ "filename": "52_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "52_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "52_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "53_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "53_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "53_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "56_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "56_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "56_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "57_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "57_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "57_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "69_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "69_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "70_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 210, "w": 40, "h": 30}
+ },
+ {
+ "filename": "70_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "71_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "71_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "77_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "77_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "78_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "78_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "79_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "79_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "79_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "80-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "80-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "80_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "80_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "81_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 240, "w": 40, "h": 30}
+ },
+ {
+ "filename": "81_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "82_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "82_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "83_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "83_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "84-f_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "84-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "84-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "84_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "84_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "84_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "85-f_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "85-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "85-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "85_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 270, "w": 40, "h": 30}
+ },
+ {
+ "filename": "85_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "85_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "86_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "86_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "86_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "87_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "87_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "87_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "92_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "92_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "92_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "93_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "93_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "93_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94-gigantamax_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 300, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94-mega_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "94_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "98_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "98_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "99-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "99-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "99_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "99_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "100_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 330, "w": 40, "h": 30}
+ },
+ {
+ "filename": "100_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "101_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "101_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "102_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "102_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "103_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "103_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "111_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "111_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "112_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "112_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "113_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "113_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "113_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "114_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 360, "w": 40, "h": 30}
+ },
+ {
+ "filename": "114_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "116_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "116_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "117_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "117_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "118_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "118_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "118_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "119_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "119_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "119_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "120_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "120_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "121_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "121_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 390, "w": 40, "h": 30}
+ },
+ {
+ "filename": "123_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "123_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "123_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "125_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "125_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "125_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "126_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "126_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "127-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "127-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "127_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "127_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "128_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "128_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "129_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 420, "w": 40, "h": 30}
+ },
+ {
+ "filename": "129_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "130-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "130-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "130_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "130_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "131-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "131-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "131_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "131_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "132_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "132_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "133-partner_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "133-partner_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "133_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "133_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 450, "w": 40, "h": 30}
+ },
+ {
+ "filename": "134_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "134_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "135_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "135_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "135_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "136_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "136_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "136_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "137_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "137_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "138_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "138_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "139_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "139_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "140_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 480, "w": 40, "h": 30}
+ },
+ {
+ "filename": "140_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "141_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "141_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "142-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "142-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "142_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "142_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "144_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "144_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "144_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "145_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "145_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "145_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "146_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "146_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 510, "w": 40, "h": 30}
+ },
+ {
+ "filename": "146_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 0, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "147_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 40, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "147_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 80, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "148_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 120, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "148_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 160, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "149_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 200, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "149_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 240, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "150-mega-x_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 280, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "150-mega-x_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 320, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "150-mega-y_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 360, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "150-mega-y_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 400, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "150_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 440, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "150_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 480, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "151_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 520, "y": 540, "w": 40, "h": 30}
+ },
+ {
+ "filename": "151_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {"w": 40, "h": 30},
+ "spriteSourceSize": {"x": 0, "y": 0, "w": 40, "h": 30},
+ "frame": {"x": 560, "y": 540, "w": 40, "h": 30}
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "texturepacker",
+ "version": "3.0"
+ }
}
diff --git a/public/images/pokemon_icons_1v.png b/public/images/pokemon_icons_1v.png
index 2aa0433b3f6..d6b1bc0cf7e 100644
Binary files a/public/images/pokemon_icons_1v.png and b/public/images/pokemon_icons_1v.png differ
diff --git a/public/images/pokemon_icons_2.json b/public/images/pokemon_icons_2.json
index 5a389362bc0..c5ebfe61487 100644
--- a/public/images/pokemon_icons_2.json
+++ b/public/images/pokemon_icons_2.json
@@ -786,6 +786,27 @@
"h": 27
}
},
+ {
+ "filename": "154-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 1,
+ "w": 23,
+ "h": 27
+ },
+ "frame": {
+ "x": 29,
+ "y": 147,
+ "w": 23,
+ "h": 27
+ }
+ },
{
"filename": "154s",
"rotated": false,
@@ -807,6 +828,27 @@
"h": 27
}
},
+ {
+ "filename": "154s-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 1,
+ "w": 23,
+ "h": 27
+ },
+ "frame": {
+ "x": 29,
+ "y": 174,
+ "w": 23,
+ "h": 27
+ }
+ },
{
"filename": "229-mega",
"rotated": false,
diff --git a/public/images/pokemon_icons_2v.json b/public/images/pokemon_icons_2v.json
index ac38ebbcf6b..23eec483b42 100644
--- a/public/images/pokemon_icons_2v.json
+++ b/public/images/pokemon_icons_2v.json
@@ -1,1271 +1,4640 @@
-{ "frames": {
- "161_2": {
- "frame": { "x": 225, "y": 163, "w": 15, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 4, "w": 15, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "161_3": {
- "frame": { "x": 82, "y": 162, "w": 15, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 4, "w": 15, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "162_2": {
- "frame": { "x": 22, "y": 102, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "162_3": {
- "frame": { "x": 45, "y": 103, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "163_2": {
- "frame": { "x": 0, "y": 184, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "163_3": {
- "frame": { "x": 240, "y": 183, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "164_2": {
- "frame": { "x": 64, "y": 145, "w": 18, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 18, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "164_3": {
- "frame": { "x": 186, "y": 145, "w": 18, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 18, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "169_1": {
- "frame": { "x": 148, "y": 29, "w": 30, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 30, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "169_2": {
- "frame": { "x": 55, "y": 30, "w": 30, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 30, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "169_3": {
- "frame": { "x": 85, "y": 30, "w": 30, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 30, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "173_3": {
- "frame": { "x": 64, "y": 223, "w": 16, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 16, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "175_1": {
- "frame": { "x": 185, "y": 206, "w": 16, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 16, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "175_2": {
- "frame": { "x": 31, "y": 207, "w": 16, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 16, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "175_3": {
- "frame": { "x": 169, "y": 207, "w": 16, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 16, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "176_1": {
- "frame": { "x": 54, "y": 168, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "176_2": {
- "frame": { "x": 37, "y": 166, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "176_3": {
- "frame": { "x": 261, "y": 99, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "177_2": {
- "frame": { "x": 135, "y": 196, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "177_3": {
- "frame": { "x": 152, "y": 196, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "178_2": {
- "frame": { "x": 276, "y": 164, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "178_3": {
- "frame": { "x": 293, "y": 164, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "179_2": {
- "frame": { "x": 226, "y": 143, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "179_3": {
- "frame": { "x": 88, "y": 142, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "180_2": {
- "frame": { "x": 116, "y": 122, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "180_3": {
- "frame": { "x": 239, "y": 121, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "181-mega_2": {
- "frame": { "x": 262, "y": 0, "w": 29, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 29, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "181-mega_3": {
- "frame": { "x": 291, "y": 0, "w": 29, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 29, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "181_2": {
- "frame": { "x": 200, "y": 96, "w": 20, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 3, "w": 20, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "181_3": {
- "frame": { "x": 124, "y": 97, "w": 20, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 3, "w": 20, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "182_2": {
- "frame": { "x": 97, "y": 184, "w": 16, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 16, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "182_3": {
- "frame": { "x": 17, "y": 184, "w": 16, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 16, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "183_2": {
- "frame": { "x": 154, "y": 160, "w": 23, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 11, "w": 23, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "183_3": {
- "frame": { "x": 131, "y": 156, "w": 23, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 11, "w": 23, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "184_2": {
- "frame": { "x": 25, "y": 56, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "184_3": {
- "frame": { "x": 202, "y": 53, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "185_2": {
- "frame": { "x": 22, "y": 123, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "185_3": {
- "frame": { "x": 0, "y": 123, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "190_2": {
- "frame": { "x": 284, "y": 124, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 9, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "190_3": {
- "frame": { "x": 260, "y": 124, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 9, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "193_2": {
- "frame": { "x": 137, "y": 140, "w": 28, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 12, "w": 28, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "193_3": {
- "frame": { "x": 88, "y": 126, "w": 28, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 12, "w": 28, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "196_1": {
- "frame": { "x": 251, "y": 78, "w": 27, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 27, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "196_2": {
- "frame": { "x": 0, "y": 80, "w": 27, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 27, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "196_3": {
- "frame": { "x": 289, "y": 77, "w": 27, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 27, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "197_2": {
- "frame": { "x": 289, "y": 143, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "197_3": {
- "frame": { "x": 269, "y": 143, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "199_1": {
- "frame": { "x": 220, "y": 97, "w": 19, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 2, "w": 19, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "199_2": {
- "frame": { "x": 297, "y": 98, "w": 19, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 2, "w": 19, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "199_3": {
- "frame": { "x": 278, "y": 98, "w": 19, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 2, "w": 19, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "200_1": {
- "frame": { "x": 69, "y": 204, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "200_2": {
- "frame": { "x": 257, "y": 202, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "200_3": {
- "frame": { "x": 211, "y": 203, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-a_2": {
- "frame": { "x": 148, "y": 233, "w": 10, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 7, "w": 10, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-a_3": {
- "frame": { "x": 128, "y": 230, "w": 10, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 7, "w": 10, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-b_2": {
- "frame": { "x": 13, "y": 225, "w": 12, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 7, "w": 12, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-b_3": {
- "frame": { "x": 271, "y": 224, "w": 12, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 7, "w": 12, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-c_2": {
- "frame": { "x": 85, "y": 205, "w": 15, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-c_3": {
- "frame": { "x": 304, "y": 205, "w": 15, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-d_2": {
- "frame": { "x": 201, "y": 222, "w": 14, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 9, "w": 14, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-d_3": {
- "frame": { "x": 215, "y": 222, "w": 14, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 9, "w": 14, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-exclamation_2": {
- "frame": { "x": 227, "y": 53, "w": 10, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 8, "w": 10, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-exclamation_3": {
- "frame": { "x": 103, "y": 241, "w": 10, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 8, "w": 10, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-e_2": {
- "frame": { "x": 257, "y": 221, "w": 14, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 14, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-e_3": {
- "frame": { "x": 243, "y": 203, "w": 14, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 14, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-f_2": {
- "frame": { "x": 152, "y": 214, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-f_3": {
- "frame": { "x": 212, "y": 77, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-g_2": {
- "frame": { "x": 310, "y": 145, "w": 10, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 7, "w": 10, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-g_3": {
- "frame": { "x": 138, "y": 230, "w": 10, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 7, "w": 10, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-h_2": {
- "frame": { "x": 177, "y": 168, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-h_3": {
- "frame": { "x": 115, "y": 173, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-i_2": {
- "frame": { "x": 113, "y": 241, "w": 10, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 8, "w": 10, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-i_3": {
- "frame": { "x": 199, "y": 241, "w": 10, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 8, "w": 10, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-j_2": {
- "frame": { "x": 62, "y": 239, "w": 11, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 9, "w": 11, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-j_3": {
- "frame": { "x": 92, "y": 241, "w": 11, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 9, "w": 11, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-k_2": {
- "frame": { "x": 229, "y": 222, "w": 13, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 13, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-k_3": {
- "frame": { "x": 226, "y": 123, "w": 13, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 13, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-l_2": {
- "frame": { "x": 291, "y": 208, "w": 13, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 13, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-l_3": {
- "frame": { "x": 0, "y": 223, "w": 13, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 13, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-m_2": {
- "frame": { "x": 97, "y": 164, "w": 18, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 18, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-m_3": {
- "frame": { "x": 19, "y": 164, "w": 18, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 18, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-n_2": {
- "frame": { "x": 211, "y": 189, "w": 22, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 13, "w": 22, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-n_3": {
- "frame": { "x": 113, "y": 192, "w": 22, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 13, "w": 22, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-o_2": {
- "frame": { "x": 151, "y": 177, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-o_3": {
- "frame": { "x": 133, "y": 173, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-p_2": {
- "frame": { "x": 71, "y": 168, "w": 11, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 8, "w": 11, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-p_3": {
- "frame": { "x": 278, "y": 78, "w": 11, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 8, "w": 11, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-question_2": {
- "frame": { "x": 309, "y": 124, "w": 11, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 7, "w": 11, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-question_3": {
- "frame": { "x": 51, "y": 225, "w": 11, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 7, "w": 11, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-q_2": {
- "frame": { "x": 304, "y": 225, "w": 14, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 12, "w": 14, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-q_3": {
- "frame": { "x": 283, "y": 228, "w": 14, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 12, "w": 14, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-r_2": {
- "frame": { "x": 255, "y": 241, "w": 10, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 16, "y": 10, "w": 10, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-r_3": {
- "frame": { "x": 297, "y": 241, "w": 10, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 16, "y": 10, "w": 10, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-s_2": {
- "frame": { "x": 290, "y": 185, "w": 14, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 5, "w": 14, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-s_3": {
- "frame": { "x": 276, "y": 185, "w": 14, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 5, "w": 14, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-t_2": {
- "frame": { "x": 167, "y": 225, "w": 12, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 12, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-t_3": {
- "frame": { "x": 80, "y": 225, "w": 12, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 12, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-u_2": {
- "frame": { "x": 273, "y": 208, "w": 18, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 12, "w": 18, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-u_3": {
- "frame": { "x": 134, "y": 214, "w": 18, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 12, "w": 18, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-v_2": {
- "frame": { "x": 100, "y": 223, "w": 14, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 14, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-v_3": {
- "frame": { "x": 185, "y": 224, "w": 14, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 14, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-w_2": {
- "frame": { "x": 100, "y": 206, "w": 17, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 17, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-w_3": {
- "frame": { "x": 117, "y": 206, "w": 17, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 17, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-x_2": {
- "frame": { "x": 242, "y": 241, "w": 13, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 14, "w": 13, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-x_3": {
- "frame": { "x": 209, "y": 241, "w": 13, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 14, "w": 13, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-y_2": {
- "frame": { "x": 25, "y": 225, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-y_3": {
- "frame": { "x": 38, "y": 225, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-z_2": {
- "frame": { "x": 310, "y": 166, "w": 10, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 9, "w": 10, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "201-z_3": {
- "frame": { "x": 185, "y": 187, "w": 10, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 9, "w": 10, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "203_2": {
- "frame": { "x": 102, "y": 80, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "203_3": {
- "frame": { "x": 51, "y": 80, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "206_2": {
- "frame": { "x": 204, "y": 146, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "206_3": {
- "frame": { "x": 42, "y": 147, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "207_2": {
- "frame": { "x": 227, "y": 73, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "207_3": {
- "frame": { "x": 103, "y": 56, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "212-mega_1": {
- "frame": { "x": 234, "y": 0, "w": 28, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 28, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "212-mega_2": {
- "frame": { "x": 206, "y": 0, "w": 28, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 28, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "212-mega_3": {
- "frame": { "x": 178, "y": 0, "w": 28, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 28, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "212_1": {
- "frame": { "x": 122, "y": 29, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "212_2": {
- "frame": { "x": 292, "y": 26, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "212_3": {
- "frame": { "x": 29, "y": 29, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "213_2": {
- "frame": { "x": 27, "y": 80, "w": 24, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 24, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "213_3": {
- "frame": { "x": 78, "y": 77, "w": 24, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 24, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "215_2": {
- "frame": { "x": 259, "y": 164, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "215_3": {
- "frame": { "x": 204, "y": 165, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "216_2": {
- "frame": { "x": 304, "y": 185, "w": 16, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 16, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "216_3": {
- "frame": { "x": 169, "y": 187, "w": 16, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 16, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "217_1": {
- "frame": { "x": 95, "y": 103, "w": 21, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 21, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "217_2": {
- "frame": { "x": 144, "y": 117, "w": 21, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 21, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "217_3": {
- "frame": { "x": 165, "y": 117, "w": 21, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 21, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "222_2": {
- "frame": { "x": 248, "y": 143, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "222_3": {
- "frame": { "x": 110, "y": 144, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "226_2": {
- "frame": { "x": 182, "y": 77, "w": 30, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 9, "w": 30, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "226_3": {
- "frame": { "x": 152, "y": 77, "w": 30, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 9, "w": 30, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "227_2": {
- "frame": { "x": 127, "y": 74, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "227_3": {
- "frame": { "x": 237, "y": 28, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "228_2": {
- "frame": { "x": 0, "y": 164, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "228_3": {
- "frame": { "x": 240, "y": 163, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "229-mega_2": {
- "frame": { "x": 266, "y": 51, "w": 23, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 23, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "229-mega_3": {
- "frame": { "x": 55, "y": 53, "w": 23, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 23, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "229_2": {
- "frame": { "x": 44, "y": 124, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "229_3": {
- "frame": { "x": 206, "y": 123, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "230_2": {
- "frame": { "x": 68, "y": 121, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "230_3": {
- "frame": { "x": 186, "y": 121, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "231_2": {
- "frame": { "x": 49, "y": 189, "w": 20, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "231_3": {
- "frame": { "x": 71, "y": 188, "w": 20, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "232_2": {
- "frame": { "x": 237, "y": 51, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "232_3": {
- "frame": { "x": 148, "y": 52, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "233_2": {
- "frame": { "x": 257, "y": 185, "w": 19, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 19, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "233_3": {
- "frame": { "x": 127, "y": 56, "w": 19, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 19, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "235_2": {
- "frame": { "x": 176, "y": 96, "w": 24, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 7, "w": 24, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "235_3": {
- "frame": { "x": 152, "y": 96, "w": 24, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 7, "w": 24, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "239_1": {
- "frame": { "x": 0, "y": 144, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "239_2": {
- "frame": { "x": 21, "y": 144, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "239_3": {
- "frame": { "x": 165, "y": 140, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "240_2": {
- "frame": { "x": 33, "y": 187, "w": 16, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 16, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "240_3": {
- "frame": { "x": 195, "y": 186, "w": 16, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 16, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "242_1": {
- "frame": { "x": 239, "y": 99, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "242_2": {
- "frame": { "x": 0, "y": 101, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "242_3": {
- "frame": { "x": 73, "y": 99, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "243_2": {
- "frame": { "x": 262, "y": 26, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "243_3": {
- "frame": { "x": 178, "y": 28, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "244_2": {
- "frame": { "x": 289, "y": 53, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "244_3": {
- "frame": { "x": 0, "y": 54, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "245_2": {
- "frame": { "x": 208, "y": 28, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "245_3": {
- "frame": { "x": 0, "y": 29, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "246_2": {
- "frame": { "x": 49, "y": 205, "w": 15, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 15, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "246_3": {
- "frame": { "x": 16, "y": 205, "w": 15, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 15, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "247_2": {
- "frame": { "x": 0, "y": 204, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "247_3": {
- "frame": { "x": 227, "y": 203, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "248-mega_2": {
- "frame": { "x": 122, "y": 0, "w": 28, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 1, "w": 28, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "248-mega_3": {
- "frame": { "x": 150, "y": 0, "w": 28, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 1, "w": 28, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "248_2": {
- "frame": { "x": 177, "y": 53, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "248_3": {
- "frame": { "x": 78, "y": 53, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "249_2": {
- "frame": { "x": 0, "y": 0, "w": 32, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "249_3": {
- "frame": { "x": 32, "y": 0, "w": 32, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "250_2": {
- "frame": { "x": 93, "y": 0, "w": 29, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 29, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "250_3": {
- "frame": { "x": 64, "y": 0, "w": 29, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 29, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "251_2": {
- "frame": { "x": 114, "y": 223, "w": 14, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 14, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "251_3": {
- "frame": { "x": 242, "y": 223, "w": 14, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 14, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_2v.png",
- "format": "RGBA8888",
- "size": { "w": 320, "h": 261 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_2v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 520,
+ "h": 520
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "152_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "152_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "153_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "153_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "154-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "154-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "154_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "154_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "158_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "158_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "159_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "159_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "160_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "160_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "161_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "161_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "162_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "162_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "163_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "163_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "164_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "164_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "167_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "167_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "168_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "168_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "169_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "169_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "169_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "170_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "170_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "171_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "171_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "172-spiky_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "172-spiky_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "172_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "172_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "173_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "173_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "174_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "174_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "175_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "175_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "175_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "176_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "176_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "176_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "177_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "177_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "178_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "178_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "179_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "179_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "180_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "180_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "181-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "181-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "181_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "181_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "182_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "182_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "183_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "183_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "184_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "184_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "185_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "185_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "190_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "190_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "193_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "193_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "194_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "194_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "195_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "195_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "196_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "196_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "196_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "197_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "197_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "198-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "198_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "198-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "198_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "199_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "199_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "199_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "200_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "200_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "200_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-a_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-a_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-b_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-b_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-c_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-c_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-d_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-d_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-e_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-e_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-exclamation_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-exclamation_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-g_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-g_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-h_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-h_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-i_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-i_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-j_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-j_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-k_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-k_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-l_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-l_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-m_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-m_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-n_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-n_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-o_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-o_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-p_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-p_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-q_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-q_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-question_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-question_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-r_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-r_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-s_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-s_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-t_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-t_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-u_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-u_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-v_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-v_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-w_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-w_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-x_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-x_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-y_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-y_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-z_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "201-z_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "203_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "203_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "206_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "206_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "207_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "207_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "211_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "211_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "212-mega_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "212-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "212-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "212_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "212_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "212_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "213_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "213_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "215_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "215_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "216_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "216_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "216_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "217_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "217_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "217_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "222_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "222_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "226_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "226_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "227_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "227_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "228_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "228_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "229-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "229-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "229_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "229_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "230_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "230_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "231_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "231_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "232_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "232_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "233_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "233_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "235_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "235_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "239_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "239_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "239_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "240_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "240_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "242_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "242_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "242_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "243_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "243_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "244_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "244_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "245_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "245_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "246_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "246_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "247_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "247_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "248-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "248-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "248_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "248_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "249_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "249_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "250_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "250_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "251_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "251_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:cb87bf48266ab3d893dbbd24a52f875f:d37e73561b49b4fe831e3fcaee67b851:63b368599cdc6e139499267117e91cd5$"
+ }
}
diff --git a/public/images/pokemon_icons_2v.png b/public/images/pokemon_icons_2v.png
index 443d14b176d..e74840b647b 100644
Binary files a/public/images/pokemon_icons_2v.png and b/public/images/pokemon_icons_2v.png differ
diff --git a/public/images/pokemon_icons_3.json b/public/images/pokemon_icons_3.json
index 220d91f5222..a1aefa0ff0b 100644
--- a/public/images/pokemon_icons_3.json
+++ b/public/images/pokemon_icons_3.json
@@ -198,6 +198,27 @@
"h": 27
}
},
+ {
+ "filename": "257-f-mega",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 2,
+ "w": 32,
+ "h": 27
+ },
+ "frame": {
+ "x": 0,
+ "y": 79,
+ "w": 32,
+ "h": 27
+ }
+ },
{
"filename": "257s-mega",
"rotated": false,
@@ -219,6 +240,27 @@
"h": 27
}
},
+ {
+ "filename": "257s-f-mega",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 2,
+ "w": 32,
+ "h": 27
+ },
+ "frame": {
+ "x": 0,
+ "y": 106,
+ "w": 32,
+ "h": 27
+ }
+ },
{
"filename": "323-mega",
"rotated": false,
@@ -1248,6 +1290,27 @@
"h": 26
}
},
+ {
+ "filename": "257-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 2,
+ "w": 25,
+ "h": 26
+ },
+ "frame": {
+ "x": 28,
+ "y": 556,
+ "w": 25,
+ "h": 26
+ }
+ },
{
"filename": "257s",
"rotated": false,
@@ -1269,6 +1332,27 @@
"h": 26
}
},
+ {
+ "filename": "257s-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 2,
+ "w": 25,
+ "h": 26
+ },
+ "frame": {
+ "x": 28,
+ "y": 582,
+ "w": 25,
+ "h": 26
+ }
+ },
{
"filename": "359-mega",
"rotated": false,
@@ -1605,6 +1689,27 @@
"h": 25
}
},
+ {
+ "filename": "256-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 3,
+ "w": 23,
+ "h": 25
+ },
+ "frame": {
+ "x": 98,
+ "y": 72,
+ "w": 23,
+ "h": 25
+ }
+ },
{
"filename": "282s-mega",
"rotated": false,
@@ -5553,6 +5658,27 @@
"h": 19
}
},
+ {
+ "filename": "255-f",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 9,
+ "w": 13,
+ "h": 19
+ },
+ "frame": {
+ "x": 204,
+ "y": 342,
+ "w": 13,
+ "h": 19
+ }
+ },
{
"filename": "307s",
"rotated": false,
diff --git a/public/images/pokemon_icons_3v.json b/public/images/pokemon_icons_3v.json
index 2cd15286a81..2500eebbff8 100644
--- a/public/images/pokemon_icons_3v.json
+++ b/public/images/pokemon_icons_3v.json
@@ -1,1411 +1,4661 @@
-{ "frames": {
- "255_2": {
- "frame": { "x": 167, "y": 275, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "255_3": {
- "frame": { "x": 367, "y": 186, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "256_2": {
- "frame": { "x": 106, "y": 124, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "256_3": {
- "frame": { "x": 51, "y": 124, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "257-mega_2": {
- "frame": { "x": 146, "y": 0, "w": 32, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 2, "w": 32, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "257-mega_3": {
- "frame": { "x": 178, "y": 0, "w": 32, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 2, "w": 32, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "257_2": {
- "frame": { "x": 0, "y": 81, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "257_3": {
- "frame": { "x": 150, "y": 78, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "261_2": {
- "frame": { "x": 17, "y": 232, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "261_3": {
- "frame": { "x": 38, "y": 232, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "262_2": {
- "frame": { "x": 48, "y": 149, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "262_3": {
- "frame": { "x": 96, "y": 149, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "263_2": {
- "frame": { "x": 123, "y": 243, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "263_3": {
- "frame": { "x": 252, "y": 243, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "264_2": {
- "frame": { "x": 115, "y": 193, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "264_3": {
- "frame": { "x": 66, "y": 192, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "278_1": {
- "frame": { "x": 275, "y": 78, "w": 26, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 14, "w": 26, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "278_2": {
- "frame": { "x": 151, "y": 232, "w": 26, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 14, "w": 26, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "278_3": {
- "frame": { "x": 97, "y": 233, "w": 26, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 14, "w": 26, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "279_1": {
- "frame": { "x": 178, "y": 165, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "279_2": {
- "frame": { "x": 144, "y": 166, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "279_3": {
- "frame": { "x": 254, "y": 161, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "280_2": {
- "frame": { "x": 122, "y": 275, "w": 14, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 14, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "280_3": {
- "frame": { "x": 108, "y": 275, "w": 14, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 14, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "281_2": {
- "frame": { "x": 159, "y": 209, "w": 18, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 18, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "281_3": {
- "frame": { "x": 177, "y": 210, "w": 18, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 18, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "282-mega_2": {
- "frame": { "x": 227, "y": 99, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "282-mega_3": {
- "frame": { "x": 352, "y": 0, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "282_2": {
- "frame": { "x": 201, "y": 98, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "282_3": {
- "frame": { "x": 175, "y": 98, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "285_2": {
- "frame": { "x": 15, "y": 271, "w": 18, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 13, "w": 18, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "285_3": {
- "frame": { "x": 307, "y": 269, "w": 18, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 13, "w": 18, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "286_2": {
- "frame": { "x": 220, "y": 123, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "286_3": {
- "frame": { "x": 0, "y": 107, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "290_1": {
- "frame": { "x": 291, "y": 249, "w": 23, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 14, "w": 23, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "290_2": {
- "frame": { "x": 353, "y": 248, "w": 23, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 14, "w": 23, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "290_3": {
- "frame": { "x": 97, "y": 247, "w": 23, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 14, "w": 23, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "291_1": {
- "frame": { "x": 277, "y": 180, "w": 23, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 23, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "291_2": {
- "frame": { "x": 245, "y": 182, "w": 23, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 23, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "291_3": {
- "frame": { "x": 222, "y": 180, "w": 23, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 23, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "292_1": {
- "frame": { "x": 357, "y": 229, "w": 20, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 20, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "292_2": {
- "frame": { "x": 77, "y": 231, "w": 20, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 20, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "292_3": {
- "frame": { "x": 296, "y": 230, "w": 20, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 20, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "298_2": {
- "frame": { "x": 139, "y": 263, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "298_3": {
- "frame": { "x": 277, "y": 263, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "300_1": {
- "frame": { "x": 108, "y": 213, "w": 20, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 20, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "300_2": {
- "frame": { "x": 17, "y": 212, "w": 20, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 20, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "300_3": {
- "frame": { "x": 88, "y": 211, "w": 20, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 20, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "301_1": {
- "frame": { "x": 115, "y": 172, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "301_2": {
- "frame": { "x": 0, "y": 178, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "301_3": {
- "frame": { "x": 93, "y": 170, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "302-mega_2": {
- "frame": { "x": 274, "y": 51, "w": 28, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 1, "w": 28, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "302-mega_3": {
- "frame": { "x": 150, "y": 51, "w": 28, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 1, "w": 28, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "302_2": {
- "frame": { "x": 338, "y": 166, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "302_3": {
- "frame": { "x": 315, "y": 166, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "303-mega_1": {
- "frame": { "x": 26, "y": 51, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 3, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "303-mega_2": {
- "frame": { "x": 56, "y": 51, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 3, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "303-mega_3": {
- "frame": { "x": 342, "y": 50, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 3, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "303_1": {
- "frame": { "x": 315, "y": 145, "w": 26, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 26, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "303_2": {
- "frame": { "x": 341, "y": 145, "w": 26, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 26, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "303_3": {
- "frame": { "x": 178, "y": 144, "w": 26, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 26, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "304_1": {
- "frame": { "x": 196, "y": 275, "w": 16, "h": 12 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 16, "w": 16, "h": 12 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "304_2": {
- "frame": { "x": 180, "y": 275, "w": 16, "h": 12 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 16, "w": 16, "h": 12 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "304_3": {
- "frame": { "x": 252, "y": 202, "w": 16, "h": 12 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 16, "w": 16, "h": 12 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "305_1": {
- "frame": { "x": 334, "y": 227, "w": 23, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 11, "w": 23, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "305_2": {
- "frame": { "x": 128, "y": 226, "w": 23, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 11, "w": 23, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "305_3": {
- "frame": { "x": 273, "y": 226, "w": 23, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 11, "w": 23, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "306-mega_1": {
- "frame": { "x": 62, "y": 25, "w": 31, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 31, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "306-mega_2": {
- "frame": { "x": 93, "y": 25, "w": 31, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 31, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "306-mega_3": {
- "frame": { "x": 342, "y": 24, "w": 31, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 31, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "306_1": {
- "frame": { "x": 55, "y": 77, "w": 29, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 4, "w": 29, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "306_2": {
- "frame": { "x": 338, "y": 76, "w": 29, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 4, "w": 29, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "306_3": {
- "frame": { "x": 26, "y": 77, "w": 29, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 4, "w": 29, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "307_2": {
- "frame": { "x": 215, "y": 241, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "307_3": {
- "frame": { "x": 274, "y": 243, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "308-mega_2": {
- "frame": { "x": 190, "y": 48, "w": 29, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 29, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "308-mega_3": {
- "frame": { "x": 219, "y": 48, "w": 29, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 29, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "308_2": {
- "frame": { "x": 0, "y": 199, "w": 17, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 3, "w": 17, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "308_3": {
- "frame": { "x": 235, "y": 202, "w": 17, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 3, "w": 17, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "309_2": {
- "frame": { "x": 45, "y": 268, "w": 19, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 13, "w": 19, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "309_3": {
- "frame": { "x": 253, "y": 99, "w": 19, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 13, "w": 19, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "310-mega_2": {
- "frame": { "x": 25, "y": 101, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "310-mega_3": {
- "frame": { "x": 338, "y": 100, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "310_2": {
- "frame": { "x": 323, "y": 187, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "310_3": {
- "frame": { "x": 167, "y": 186, "w": 20, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 20, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "311_1": {
- "frame": { "x": 164, "y": 256, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "311_2": {
- "frame": { "x": 77, "y": 250, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "311_3": {
- "frame": { "x": 314, "y": 250, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "312_2": {
- "frame": { "x": 196, "y": 256, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "312_3": {
- "frame": { "x": 180, "y": 256, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "315_2": {
- "frame": { "x": 153, "y": 144, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "315_3": {
- "frame": { "x": 290, "y": 138, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "320_2": {
- "frame": { "x": 211, "y": 200, "w": 24, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 10, "w": 24, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "320_3": {
- "frame": { "x": 268, "y": 200, "w": 24, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 10, "w": 24, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "321_2": {
- "frame": { "x": 84, "y": 98, "w": 30, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 30, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "321_3": {
- "frame": { "x": 308, "y": 93, "w": 30, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 30, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "327_2": {
- "frame": { "x": 364, "y": 100, "w": 15, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 15, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "327_3": {
- "frame": { "x": 0, "y": 247, "w": 15, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 15, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "328_2": {
- "frame": { "x": 177, "y": 237, "w": 19, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 19, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "328_3": {
- "frame": { "x": 196, "y": 237, "w": 19, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 19, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "329_2": {
- "frame": { "x": 229, "y": 160, "w": 25, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 25, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "329_3": {
- "frame": { "x": 290, "y": 160, "w": 25, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 25, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "330_2": {
- "frame": { "x": 51, "y": 101, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "330_3": {
- "frame": { "x": 139, "y": 104, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "333_2": {
- "frame": { "x": 45, "y": 252, "w": 19, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 19, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "333_3": {
- "frame": { "x": 120, "y": 259, "w": 19, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 19, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "334-mega_2": {
- "frame": { "x": 280, "y": 114, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "334-mega_3": {
- "frame": { "x": 253, "y": 114, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "334_2": {
- "frame": { "x": 73, "y": 168, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "334_3": {
- "frame": { "x": 23, "y": 167, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "335_2": {
- "frame": { "x": 0, "y": 156, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "335_3": {
- "frame": { "x": 121, "y": 150, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "336_2": {
- "frame": { "x": 137, "y": 187, "w": 23, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 23, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "336_3": {
- "frame": { "x": 300, "y": 187, "w": 23, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 8, "w": 23, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "337_2": {
- "frame": { "x": 277, "y": 161, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "337_3": {
- "frame": { "x": 154, "y": 275, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "338_2": {
- "frame": { "x": 43, "y": 170, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "338_3": {
- "frame": { "x": 201, "y": 169, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "339_2": {
- "frame": { "x": 226, "y": 268, "w": 21, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 14, "w": 21, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "339_3": {
- "frame": { "x": 64, "y": 269, "w": 21, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 14, "w": 21, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "340_2": {
- "frame": { "x": 187, "y": 191, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "340_3": {
- "frame": { "x": 343, "y": 187, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "341_2": {
- "frame": { "x": 252, "y": 218, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "341_3": {
- "frame": { "x": 195, "y": 218, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "342_2": {
- "frame": { "x": 129, "y": 127, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "342_3": {
- "frame": { "x": 243, "y": 137, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-rainy_1": {
- "frame": { "x": 330, "y": 261, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-rainy_2": {
- "frame": { "x": 344, "y": 262, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-rainy_3": {
- "frame": { "x": 212, "y": 261, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-snowy_1": {
- "frame": { "x": 216, "y": 218, "w": 17, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 17, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-snowy_2": {
- "frame": { "x": 363, "y": 206, "w": 17, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 17, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-snowy_3": {
- "frame": { "x": 0, "y": 224, "w": 17, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 17, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-sunny_1": {
- "frame": { "x": 59, "y": 232, "w": 18, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 18, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-sunny_2": {
- "frame": { "x": 316, "y": 230, "w": 18, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 18, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351-sunny_3": {
- "frame": { "x": 362, "y": 124, "w": 18, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 18, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351_2": {
- "frame": { "x": 367, "y": 76, "w": 13, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 13, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "351_3": {
- "frame": { "x": 367, "y": 144, "w": 13, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 13, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "352_1": {
- "frame": { "x": 37, "y": 212, "w": 20, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 20, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "352_2": {
- "frame": { "x": 57, "y": 212, "w": 20, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 20, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "352_3": {
- "frame": { "x": 314, "y": 210, "w": 20, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 20, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "353_2": {
- "frame": { "x": 262, "y": 263, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "353_3": {
- "frame": { "x": 292, "y": 263, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "354-mega_2": {
- "frame": { "x": 0, "y": 51, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "354-mega_3": {
- "frame": { "x": 248, "y": 48, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "354_2": {
- "frame": { "x": 137, "y": 207, "w": 22, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 22, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "354_3": {
- "frame": { "x": 292, "y": 207, "w": 22, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 22, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "357_2": {
- "frame": { "x": 31, "y": 25, "w": 31, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 2, "w": 31, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "357_3": {
- "frame": { "x": 0, "y": 25, "w": 31, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 2, "w": 31, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "358_1": {
- "frame": { "x": 232, "y": 247, "w": 15, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "358_2": {
- "frame": { "x": 15, "y": 250, "w": 15, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "358_3": {
- "frame": { "x": 30, "y": 250, "w": 15, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "361_2": {
- "frame": { "x": 0, "y": 268, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "361_3": {
- "frame": { "x": 358, "y": 262, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "362-mega_2": {
- "frame": { "x": 0, "y": 132, "w": 23, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 23, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "362-mega_3": {
- "frame": { "x": 267, "y": 137, "w": 23, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 23, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "362_2": {
- "frame": { "x": 233, "y": 227, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "362_3": {
- "frame": { "x": 361, "y": 166, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "369_2": {
- "frame": { "x": 204, "y": 148, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "369_3": {
- "frame": { "x": 23, "y": 146, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "371_2": {
- "frame": { "x": 247, "y": 259, "w": 15, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "371_3": {
- "frame": { "x": 93, "y": 261, "w": 15, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 15, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "372_2": {
- "frame": { "x": 343, "y": 206, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "372_3": {
- "frame": { "x": 190, "y": 27, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "373-mega_2": {
- "frame": { "x": 111, "y": 0, "w": 35, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "373-mega_3": {
- "frame": { "x": 76, "y": 0, "w": 35, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "373_2": {
- "frame": { "x": 86, "y": 75, "w": 32, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 5, "w": 32, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "373_3": {
- "frame": { "x": 118, "y": 75, "w": 32, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 5, "w": 32, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "374_2": {
- "frame": { "x": 145, "y": 246, "w": 19, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "374_3": {
- "frame": { "x": 334, "y": 244, "w": 19, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "375_2": {
- "frame": { "x": 166, "y": 122, "w": 27, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 27, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "375_3": {
- "frame": { "x": 193, "y": 122, "w": 27, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 27, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "376-mega_2": {
- "frame": { "x": 118, "y": 51, "w": 32, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 5, "w": 32, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "376-mega_3": {
- "frame": { "x": 86, "y": 51, "w": 32, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 5, "w": 32, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "376_2": {
- "frame": { "x": 178, "y": 75, "w": 32, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 7, "w": 32, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "376_3": {
- "frame": { "x": 210, "y": 75, "w": 32, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 7, "w": 32, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "380-mega_2": {
- "frame": { "x": 282, "y": 0, "w": 35, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "380-mega_3": {
- "frame": { "x": 317, "y": 0, "w": 35, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "380_2": {
- "frame": { "x": 23, "y": 125, "w": 27, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "380_3": {
- "frame": { "x": 335, "y": 124, "w": 27, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "381-mega_2": {
- "frame": { "x": 210, "y": 24, "w": 35, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "381-mega_3": {
- "frame": { "x": 245, "y": 24, "w": 35, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "381_2": {
- "frame": { "x": 78, "y": 121, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "381_3": {
- "frame": { "x": 307, "y": 116, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "382-primal_2": {
- "frame": { "x": 302, "y": 72, "w": 36, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 8, "w": 36, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "382-primal_3": {
- "frame": { "x": 302, "y": 51, "w": 36, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 8, "w": 36, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "382_2": {
- "frame": { "x": 275, "y": 93, "w": 33, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 8, "w": 33, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "382_3": {
- "frame": { "x": 242, "y": 78, "w": 33, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 8, "w": 33, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "383-primal_2": {
- "frame": { "x": 246, "y": 0, "w": 36, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "383-primal_3": {
- "frame": { "x": 210, "y": 0, "w": 36, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "383_2": {
- "frame": { "x": 157, "y": 27, "w": 33, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 4, "w": 33, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "383_3": {
- "frame": { "x": 124, "y": 27, "w": 33, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 4, "w": 33, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "384-mega_2": {
- "frame": { "x": 38, "y": 0, "w": 38, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 3, "w": 38, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "384-mega_3": {
- "frame": { "x": 0, "y": 0, "w": 38, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 3, "w": 38, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "384_2": {
- "frame": { "x": 311, "y": 24, "w": 31, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 2, "w": 31, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "384_3": {
- "frame": { "x": 280, "y": 24, "w": 31, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 2, "w": 31, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "385_1": {
- "frame": { "x": 22, "y": 192, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "385_2": {
- "frame": { "x": 93, "y": 191, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "385_3": {
- "frame": { "x": 44, "y": 192, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "475-mega_3": {
- "frame": { "x": 114, "y": 98, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "475_3": {
- "frame": { "x": 74, "y": 143, "w": 22, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 22, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_3v.png",
- "format": "RGBA8888",
- "size": { "w": 380, "h": 294 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_3v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 520,
+ "h": 520
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "255-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "255-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "255_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "255_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "256-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "256-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "256_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "256_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "257-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "257-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "257-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "257-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "257_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "257_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "261_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "261_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "262_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "262_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "263_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "263_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "264_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "264_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "276_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "276_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "277_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "277_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "278_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "278_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "278_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "279_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "279_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "279_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "280_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "280_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "281_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "281_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "282-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "282-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "282_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "282_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "285_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "285_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "286_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "286_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "290_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "290_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "290_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "291_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "291_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "291_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "292_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "292_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "292_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "298_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "298_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "300_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "300_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "300_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "301_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "301_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "301_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "302-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "302-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "302_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "302_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "303-mega_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "303-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "303-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "303_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "303_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "303_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "304_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "304_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "304_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "305_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "305_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "305_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "306-mega_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "306-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "306-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "306_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "306_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "306_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "307_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "307_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "308-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "308-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "308_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "308_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "309_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "309_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "310-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "310-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "310_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "310_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "311_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "311_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "311_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "312_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "312_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "315_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "315_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "320_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "320_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "321_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "321_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "327_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "327_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "328_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "328_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "329_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "329_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "330_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "330_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "333_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "333_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "334-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "334-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "334_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "334_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "335_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "335_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "336_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "336_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "337_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "337_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "338_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "338_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "339_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "339_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "340_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "340_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "341_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "341_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "342_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "342_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-rainy_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-rainy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-rainy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-snowy_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-snowy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-snowy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-sunny_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-sunny_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351-sunny_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "351_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "352_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "352_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "352_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "353_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "353_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "354-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "354-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "354_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "354_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "357_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "357_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "358_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "358_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "358_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "359-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "359-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "359_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "359_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "361_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "361_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "362-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "362-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "362_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "362_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "369_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "369_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "370_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "370_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "371_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "371_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "372_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "372_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "373-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "373-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "373_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "373_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "374_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "374_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "375_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "375_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "376-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "376-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "376_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "376_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "377_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "377_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "378_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "378_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "378_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "379_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "379_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "380-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "380-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "380_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "380_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "381-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "381-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "381_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "381_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "382-primal_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "382-primal_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "382_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "382_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "383-primal_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "383-primal_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "383_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "383_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "384-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "384-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "384_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "384_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "385_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "385_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "385_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:673055e796ec5f9913fd1dd04284765c:1804ddee68059c3372bf99289c91dd89:039b026190bf1878996b3e03190bcdf3$"
+ }
}
diff --git a/public/images/pokemon_icons_3v.png b/public/images/pokemon_icons_3v.png
index 51a1707ea35..6b699b3bfa9 100644
Binary files a/public/images/pokemon_icons_3v.png and b/public/images/pokemon_icons_3v.png differ
diff --git a/public/images/pokemon_icons_4v.json b/public/images/pokemon_icons_4v.json
index 9113fe89dc8..2f171915e01 100644
--- a/public/images/pokemon_icons_4v.json
+++ b/public/images/pokemon_icons_4v.json
@@ -1,1390 +1,4409 @@
-{ "frames": {
- "387_2": {
- "frame": { "x": 39, "y": 225, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "387_3": {
- "frame": { "x": 148, "y": 225, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "388_2": {
- "frame": { "x": 261, "y": 187, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "388_3": {
- "frame": { "x": 64, "y": 190, "w": 22, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "389_2": {
- "frame": { "x": 272, "y": 47, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "389_3": {
- "frame": { "x": 244, "y": 47, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "393_2": {
- "frame": { "x": 69, "y": 275, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "393_3": {
- "frame": { "x": 285, "y": 275, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "394_2": {
- "frame": { "x": 321, "y": 232, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "394_3": {
- "frame": { "x": 0, "y": 244, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "395_2": {
- "frame": { "x": 340, "y": 95, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "395_3": {
- "frame": { "x": 24, "y": 98, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "399_2": {
- "frame": { "x": 24, "y": 123, "w": 20, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "399_3": {
- "frame": { "x": 108, "y": 267, "w": 20, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "400_2": {
- "frame": { "x": 217, "y": 180, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "400_3": {
- "frame": { "x": 239, "y": 180, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "401_2": {
- "frame": { "x": 279, "y": 243, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "401_3": {
- "frame": { "x": 201, "y": 243, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "402_2": {
- "frame": { "x": 97, "y": 186, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "402_3": {
- "frame": { "x": 289, "y": 182, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "406_2": {
- "frame": { "x": 298, "y": 275, "w": 12, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 10, "w": 12, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "406_3": {
- "frame": { "x": 184, "y": 225, "w": 12, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 10, "w": 12, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "407_2": {
- "frame": { "x": 177, "y": 203, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "407_3": {
- "frame": { "x": 86, "y": 210, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-plant_1": {
- "frame": { "x": 338, "y": 232, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-plant_2": {
- "frame": { "x": 184, "y": 243, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-plant_3": {
- "frame": { "x": 99, "y": 242, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-sandy_1": {
- "frame": { "x": 164, "y": 247, "w": 15, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 5, "w": 15, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-sandy_2": {
- "frame": { "x": 76, "y": 252, "w": 15, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 5, "w": 15, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-sandy_3": {
- "frame": { "x": 296, "y": 252, "w": 15, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 5, "w": 15, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-trash_1": {
- "frame": { "x": 218, "y": 245, "w": 16, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 16, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-trash_2": {
- "frame": { "x": 132, "y": 244, "w": 16, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 16, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "412-trash_3": {
- "frame": { "x": 116, "y": 244, "w": 16, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 16, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-plant_1": {
- "frame": { "x": 333, "y": 168, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-plant_2": {
- "frame": { "x": 311, "y": 168, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-plant_3": {
- "frame": { "x": 75, "y": 167, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-sandy_1": {
- "frame": { "x": 0, "y": 117, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-sandy_2": {
- "frame": { "x": 292, "y": 117, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-sandy_3": {
- "frame": { "x": 316, "y": 117, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-trash_1": {
- "frame": { "x": 125, "y": 157, "w": 23, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 23, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-trash_2": {
- "frame": { "x": 319, "y": 145, "w": 23, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 23, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "413-trash_3": {
- "frame": { "x": 266, "y": 142, "w": 23, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 23, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "414_2": {
- "frame": { "x": 120, "y": 180, "w": 25, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 25, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "414_3": {
- "frame": { "x": 145, "y": 180, "w": 25, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 25, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "418_2": {
- "frame": { "x": 127, "y": 224, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "418_3": {
- "frame": { "x": 0, "y": 224, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "419_2": {
- "frame": { "x": 221, "y": 159, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "419_3": {
- "frame": { "x": 50, "y": 158, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "422-east_1": {
- "frame": { "x": 197, "y": 203, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "422-east_2": {
- "frame": { "x": 302, "y": 232, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "422-east_3": {
- "frame": { "x": 80, "y": 232, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "422-west_1": {
- "frame": { "x": 36, "y": 265, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "422-west_2": {
- "frame": { "x": 91, "y": 264, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "422-west_3": {
- "frame": { "x": 253, "y": 264, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "423-east_1": {
- "frame": { "x": 148, "y": 157, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "423-east_2": {
- "frame": { "x": 266, "y": 165, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "423-east_3": {
- "frame": { "x": 41, "y": 179, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "423-west_1": {
- "frame": { "x": 97, "y": 164, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "423-west_2": {
- "frame": { "x": 194, "y": 160, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "423-west_3": {
- "frame": { "x": 171, "y": 160, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "424_2": {
- "frame": { "x": 303, "y": 0, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "424_3": {
- "frame": { "x": 274, "y": 0, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "425_2": {
- "frame": { "x": 270, "y": 265, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "425_3": {
- "frame": { "x": 234, "y": 265, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "426_2": {
- "frame": { "x": 110, "y": 96, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "426_3": {
- "frame": { "x": 268, "y": 96, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "427_2": {
- "frame": { "x": 21, "y": 225, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "427_3": {
- "frame": { "x": 166, "y": 225, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "428-mega_2": {
- "frame": { "x": 95, "y": 0, "w": 33, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 5, "w": 33, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "428-mega_3": {
- "frame": { "x": 62, "y": 0, "w": 33, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 5, "w": 33, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "428_2": {
- "frame": { "x": 47, "y": 117, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "428_3": {
- "frame": { "x": 73, "y": 117, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "429_1": {
- "frame": { "x": 247, "y": 138, "w": 19, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 19, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "429_2": {
- "frame": { "x": 0, "y": 140, "w": 19, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 19, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "429_3": {
- "frame": { "x": 78, "y": 139, "w": 19, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 19, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "433_1": {
- "frame": { "x": 328, "y": 213, "w": 23, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 23, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "433_2": {
- "frame": { "x": 305, "y": 213, "w": 23, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 23, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "433_3": {
- "frame": { "x": 61, "y": 211, "w": 23, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 23, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "436_2": {
- "frame": { "x": 0, "y": 284, "w": 13, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 12, "w": 13, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "436_3": {
- "frame": { "x": 108, "y": 283, "w": 13, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 12, "w": 13, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "437_2": {
- "frame": { "x": 239, "y": 117, "w": 27, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "437_3": {
- "frame": { "x": 212, "y": 117, "w": 27, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "438_2": {
- "frame": { "x": 351, "y": 211, "w": 12, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 8, "w": 12, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "438_3": {
- "frame": { "x": 351, "y": 191, "w": 12, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 8, "w": 12, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "440_1": {
- "frame": { "x": 163, "y": 270, "w": 14, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 14, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "440_2": {
- "frame": { "x": 343, "y": 271, "w": 14, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 14, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "440_3": {
- "frame": { "x": 329, "y": 271, "w": 14, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 14, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "441_2": {
- "frame": { "x": 157, "y": 203, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "441_3": {
- "frame": { "x": 237, "y": 202, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "442_2": {
- "frame": { "x": 106, "y": 222, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "442_3": {
- "frame": { "x": 197, "y": 223, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "443_1": {
- "frame": { "x": 256, "y": 245, "w": 19, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 19, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "443_2": {
- "frame": { "x": 17, "y": 247, "w": 19, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 19, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "443_3": {
- "frame": { "x": 234, "y": 246, "w": 19, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 19, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "444_1": {
- "frame": { "x": 170, "y": 182, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "444_2": {
- "frame": { "x": 0, "y": 183, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "444_3": {
- "frame": { "x": 193, "y": 182, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "445-mega_1": {
- "frame": { "x": 214, "y": 0, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "445-mega_2": {
- "frame": { "x": 184, "y": 0, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "445-mega_3": {
- "frame": { "x": 244, "y": 0, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "445_1": {
- "frame": { "x": 207, "y": 48, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "445_2": {
- "frame": { "x": 87, "y": 49, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "445_3": {
- "frame": { "x": 331, "y": 49, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "447_1": {
- "frame": { "x": 23, "y": 183, "w": 18, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 18, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "447_2": {
- "frame": { "x": 0, "y": 266, "w": 18, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 18, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "447_3": {
- "frame": { "x": 18, "y": 266, "w": 18, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 18, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "448-mega_1": {
- "frame": { "x": 138, "y": 200, "w": 19, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 4, "w": 19, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "448-mega_2": {
- "frame": { "x": 42, "y": 201, "w": 19, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 4, "w": 19, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "448-mega_3": {
- "frame": { "x": 23, "y": 201, "w": 19, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 4, "w": 19, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "448_1": {
- "frame": { "x": 195, "y": 265, "w": 16, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 16, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "448_2": {
- "frame": { "x": 179, "y": 265, "w": 16, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 16, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "448_3": {
- "frame": { "x": 53, "y": 265, "w": 16, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 16, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "453_2": {
- "frame": { "x": 128, "y": 267, "w": 17, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 17, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "453_3": {
- "frame": { "x": 211, "y": 268, "w": 17, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 17, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "454_2": {
- "frame": { "x": 330, "y": 191, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "454_3": {
- "frame": { "x": 342, "y": 145, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "456_2": {
- "frame": { "x": 56, "y": 247, "w": 20, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 20, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "456_3": {
- "frame": { "x": 36, "y": 247, "w": 20, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 20, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "457_2": {
- "frame": { "x": 19, "y": 160, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "457_3": {
- "frame": { "x": 289, "y": 159, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "458_2": {
- "frame": { "x": 311, "y": 254, "w": 20, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 10, "w": 20, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "458_3": {
- "frame": { "x": 331, "y": 254, "w": 20, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 10, "w": 20, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "461_2": {
- "frame": { "x": 218, "y": 223, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "461_3": {
- "frame": { "x": 237, "y": 224, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "462_2": {
- "frame": { "x": 58, "y": 70, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "462_3": {
- "frame": { "x": 329, "y": 71, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "464_2": {
- "frame": { "x": 83, "y": 95, "w": 27, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "464_3": {
- "frame": { "x": 313, "y": 95, "w": 27, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "465_2": {
- "frame": { "x": 145, "y": 53, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "465_3": {
- "frame": { "x": 300, "y": 51, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "466_1": {
- "frame": { "x": 216, "y": 94, "w": 26, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 26, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "466_2": {
- "frame": { "x": 242, "y": 94, "w": 26, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 26, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "466_3": {
- "frame": { "x": 57, "y": 94, "w": 26, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 26, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "467_2": {
- "frame": { "x": 171, "y": 138, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "467_3": {
- "frame": { "x": 121, "y": 120, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "468_1": {
- "frame": { "x": 97, "y": 145, "w": 28, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 28, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "468_2": {
- "frame": { "x": 291, "y": 140, "w": 28, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 28, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "468_3": {
- "frame": { "x": 50, "y": 139, "w": 28, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 28, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "469_2": {
- "frame": { "x": 204, "y": 70, "w": 30, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 30, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "469_3": {
- "frame": { "x": 174, "y": 70, "w": 30, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 30, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "470_1": {
- "frame": { "x": 266, "y": 120, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "470_2": {
- "frame": { "x": 146, "y": 135, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "470_3": {
- "frame": { "x": 196, "y": 138, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "471_1": {
- "frame": { "x": 110, "y": 73, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "471_2": {
- "frame": { "x": 286, "y": 73, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "471_3": {
- "frame": { "x": 137, "y": 75, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "472_2": {
- "frame": { "x": 275, "y": 25, "w": 31, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 6, "w": 31, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "472_3": {
- "frame": { "x": 244, "y": 25, "w": 31, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 6, "w": 31, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "474_2": {
- "frame": { "x": 292, "y": 96, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "474_3": {
- "frame": { "x": 216, "y": 202, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "475-mega_2": {
- "frame": { "x": 120, "y": 47, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "475-mega_3": {
- "frame": { "x": 33, "y": 28, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "475_2": {
- "frame": { "x": 99, "y": 120, "w": 22, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 22, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "475_3": {
- "frame": { "x": 340, "y": 120, "w": 22, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 22, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "478_2": {
- "frame": { "x": 148, "y": 247, "w": 16, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 16, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "478_3": {
- "frame": { "x": 313, "y": 73, "w": 16, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 16, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-fan_2": {
- "frame": { "x": 221, "y": 138, "w": 26, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 26, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-fan_3": {
- "frame": { "x": 24, "y": 139, "w": 26, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 26, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-frost_2": {
- "frame": { "x": 214, "y": 25, "w": 30, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 30, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-frost_3": {
- "frame": { "x": 184, "y": 25, "w": 30, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 30, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-heat_2": {
- "frame": { "x": 58, "y": 48, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-heat_3": {
- "frame": { "x": 0, "y": 70, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-mow_2": {
- "frame": { "x": 192, "y": 91, "w": 24, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-mow_3": {
- "frame": { "x": 0, "y": 92, "w": 24, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-wash_2": {
- "frame": { "x": 164, "y": 91, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479-wash_3": {
- "frame": { "x": 29, "y": 76, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479_2": {
- "frame": { "x": 156, "y": 0, "w": 28, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 28, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "479_3": {
- "frame": { "x": 128, "y": 0, "w": 28, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 28, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "480_1": {
- "frame": { "x": 186, "y": 116, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "480_2": {
- "frame": { "x": 160, "y": 113, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "480_3": {
- "frame": { "x": 134, "y": 98, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "481_1": {
- "frame": { "x": 178, "y": 48, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "481_2": {
- "frame": { "x": 0, "y": 48, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "481_3": {
- "frame": { "x": 29, "y": 54, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "482_1": {
- "frame": { "x": 84, "y": 71, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "482_2": {
- "frame": { "x": 260, "y": 70, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "482_3": {
- "frame": { "x": 234, "y": 70, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "485_2": {
- "frame": { "x": 0, "y": 28, "w": 33, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 8, "w": 33, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "485_3": {
- "frame": { "x": 120, "y": 27, "w": 33, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 8, "w": 33, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "487-altered_2": {
- "frame": { "x": 332, "y": 0, "w": 30, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 4, "w": 30, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "487-altered_3": {
- "frame": { "x": 62, "y": 24, "w": 30, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 4, "w": 30, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "487-origin_2": {
- "frame": { "x": 92, "y": 24, "w": 28, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 28, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "487-origin_3": {
- "frame": { "x": 332, "y": 24, "w": 28, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 28, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "488_2": {
- "frame": { "x": 153, "y": 27, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "488_3": {
- "frame": { "x": 306, "y": 25, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "489_1": {
- "frame": { "x": 57, "y": 230, "w": 23, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 11, "w": 23, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "489_2": {
- "frame": { "x": 279, "y": 226, "w": 23, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 11, "w": 23, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "489_3": {
- "frame": { "x": 256, "y": 228, "w": 23, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 11, "w": 23, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "490_1": {
- "frame": { "x": 257, "y": 208, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "490_2": {
- "frame": { "x": 283, "y": 206, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "490_3": {
- "frame": { "x": 0, "y": 204, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "491_2": {
- "frame": { "x": 0, "y": 0, "w": 31, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 31, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "491_3": {
- "frame": { "x": 31, "y": 0, "w": 31, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 31, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "492-land_2": {
- "frame": { "x": 145, "y": 269, "w": 18, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 18, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "492-land_3": {
- "frame": { "x": 311, "y": 271, "w": 18, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 18, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "492-sky_2": {
- "frame": { "x": 117, "y": 200, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "492-sky_3": {
- "frame": { "x": 309, "y": 191, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_4v.png",
- "format": "RGBA8888",
- "size": { "w": 363, "h": 300 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_4v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 520,
+ "h": 520
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "387_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "387_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "388_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "388_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "389_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "389_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "390_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "390_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "391_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "391_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "392_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "392_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "393_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "393_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "394_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "394_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "395_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "395_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "399_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "399_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "400_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "400_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "401_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "401_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "402_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "402_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "406_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "406_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "407_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "407_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-plant_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-plant_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-plant_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-sandy_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-sandy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-sandy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-trash_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-trash_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "412-trash_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-plant_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-plant_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-plant_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-sandy_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-sandy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-sandy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-trash_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-trash_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "413-trash_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "414_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "414_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "418_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "418_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "419_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "419_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "422-east_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "422-east_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "422-east_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "422-west_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "422-west_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "422-west_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "423-east_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "423-east_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "423-east_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "423-west_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "423-west_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "423-west_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "424_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "424_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "425_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "425_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "426_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "426_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "427_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "427_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "428-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "428-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "428_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "428_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "429_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "429_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "429_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "430_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "430_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "433_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "433_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "433_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "436_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "436_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "437_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "437_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "438_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "438_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "440_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "440_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "440_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "441_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "441_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "442_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "442_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "443_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "443_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "443_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "444_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "444_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "444_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "445-mega_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "445-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "445-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "445_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "445_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "445_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "447_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "447_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "447_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "448-mega_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "448-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "448-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "448_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "448_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "448_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "453_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "453_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "454_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "454_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "455_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "455_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "456_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "456_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "457_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "457_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "458_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "458_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "461_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "461_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "462_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "462_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "464_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "464_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "465_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "465_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "466_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "466_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "466_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "467_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "467_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "468_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "468_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "468_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "469_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "469_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "470_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "470_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "470_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "471_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "471_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "471_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "472_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "472_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "474_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "474_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "475-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "475-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "475_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "475_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "478_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "478_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-fan_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-fan_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-frost_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-frost_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-heat_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-heat_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-mow_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-mow_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-wash_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479-wash_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "479_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "480_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "480_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "480_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "481_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "481_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "481_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "482_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "482_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "482_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "485_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "485_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "486_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "486_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "487-altered_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "487-altered_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "487-origin_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "487-origin_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "488_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "488_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "489_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "489_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "489_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "490_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "490_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "490_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "491_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "491_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "492-land_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "492-land_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "492-sky_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "492-sky_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:2288ca6bd49f36a5ca5b49f1bcaab17a:e83f40529aad7883718910695eafd075:ebc3f8ec5b2480b298192d752b6e57dc$"
+ }
}
diff --git a/public/images/pokemon_icons_4v.png b/public/images/pokemon_icons_4v.png
index 4dbf5cc6918..7cfab80312a 100644
Binary files a/public/images/pokemon_icons_4v.png and b/public/images/pokemon_icons_4v.png differ
diff --git a/public/images/pokemon_icons_5v.json b/public/images/pokemon_icons_5v.json
index ef3ce80e8ef..7da5a765c0c 100644
--- a/public/images/pokemon_icons_5v.json
+++ b/public/images/pokemon_icons_5v.json
@@ -1,1341 +1,4640 @@
-{ "frames": {
- "494_2": {
- "frame": { "x": 251, "y": 190, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "494_3": {
- "frame": { "x": 212, "y": 186, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "495_2": {
- "frame": { "x": 192, "y": 225, "w": 20, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 20, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "495_3": {
- "frame": { "x": 103, "y": 224, "w": 20, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 20, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "496_2": {
- "frame": { "x": 138, "y": 180, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "496_3": {
- "frame": { "x": 95, "y": 183, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "497_2": {
- "frame": { "x": 28, "y": 94, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "497_3": {
- "frame": { "x": 242, "y": 74, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "517_2": {
- "frame": { "x": 92, "y": 260, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "517_3": {
- "frame": { "x": 62, "y": 260, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "518_2": {
- "frame": { "x": 288, "y": 149, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "518_3": {
- "frame": { "x": 0, "y": 164, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "524_2": {
- "frame": { "x": 88, "y": 140, "w": 11, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 11, "w": 11, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "524_3": {
- "frame": { "x": 99, "y": 118, "w": 11, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 15, "y": 11, "w": 11, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "525_2": {
- "frame": { "x": 47, "y": 164, "w": 24, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 24, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "525_3": {
- "frame": { "x": 23, "y": 164, "w": 24, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 24, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "526_2": {
- "frame": { "x": 95, "y": 26, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "526_3": {
- "frame": { "x": 157, "y": 26, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "529_2": {
- "frame": { "x": 202, "y": 208, "w": 21, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 11, "w": 21, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "529_3": {
- "frame": { "x": 269, "y": 209, "w": 21, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 11, "w": 21, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "530_2": {
- "frame": { "x": 183, "y": 71, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "530_3": {
- "frame": { "x": 0, "y": 51, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "531-mega_2": {
- "frame": { "x": 292, "y": 97, "w": 22, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 22, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "531-mega_3": {
- "frame": { "x": 270, "y": 74, "w": 22, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 22, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "531_2": {
- "frame": { "x": 311, "y": 169, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "531_3": {
- "frame": { "x": 263, "y": 168, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "532_2": {
- "frame": { "x": 71, "y": 179, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 9, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "532_3": {
- "frame": { "x": 60, "y": 75, "w": 24, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 9, "w": 24, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "533_2": {
- "frame": { "x": 242, "y": 50, "w": 27, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 27, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "533_3": {
- "frame": { "x": 269, "y": 50, "w": 27, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 27, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "534_2": {
- "frame": { "x": 249, "y": 0, "w": 31, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 5, "w": 31, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "534_3": {
- "frame": { "x": 218, "y": 0, "w": 31, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 5, "w": 31, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "538_2": {
- "frame": { "x": 166, "y": 115, "w": 28, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 8, "w": 28, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "538_3": {
- "frame": { "x": 0, "y": 116, "w": 28, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 8, "w": 28, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "539_2": {
- "frame": { "x": 169, "y": 165, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "539_3": {
- "frame": { "x": 208, "y": 164, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "540_2": {
- "frame": { "x": 16, "y": 248, "w": 15, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 11, "w": 15, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "540_3": {
- "frame": { "x": 297, "y": 245, "w": 15, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 11, "w": 15, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "541_2": {
- "frame": { "x": 288, "y": 229, "w": 20, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "541_3": {
- "frame": { "x": 57, "y": 230, "w": 20, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "542_2": {
- "frame": { "x": 195, "y": 242, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "542_3": {
- "frame": { "x": 181, "y": 242, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "543_2": {
- "frame": { "x": 312, "y": 249, "w": 18, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 14, "w": 18, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "543_3": {
- "frame": { "x": 241, "y": 249, "w": 18, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 14, "w": 18, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "544_2": {
- "frame": { "x": 223, "y": 213, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "544_3": {
- "frame": { "x": 245, "y": 213, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "545_2": {
- "frame": { "x": 154, "y": 51, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "545_3": {
- "frame": { "x": 115, "y": 71, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "546_2": {
- "frame": { "x": 160, "y": 242, "w": 21, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 14, "w": 21, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "546_3": {
- "frame": { "x": 139, "y": 242, "w": 21, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 14, "w": 21, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "547_2": {
- "frame": { "x": 230, "y": 171, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "547_3": {
- "frame": { "x": 285, "y": 171, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "548_1": {
- "frame": { "x": 251, "y": 171, "w": 12, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 10, "w": 12, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "548_2": {
- "frame": { "x": 340, "y": 97, "w": 12, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 10, "w": 12, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "548_3": {
- "frame": { "x": 228, "y": 97, "w": 12, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 10, "w": 12, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "549_2": {
- "frame": { "x": 191, "y": 165, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "549_3": {
- "frame": { "x": 335, "y": 119, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "551_2": {
- "frame": { "x": 324, "y": 211, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 13, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "551_3": {
- "frame": { "x": 62, "y": 214, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 13, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "552_2": {
- "frame": { "x": 88, "y": 158, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "552_3": {
- "frame": { "x": 144, "y": 159, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "553_2": {
- "frame": { "x": 324, "y": 50, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "553_3": {
- "frame": { "x": 296, "y": 50, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "556_2": {
- "frame": { "x": 99, "y": 135, "w": 23, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 23, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "556_3": {
- "frame": { "x": 253, "y": 124, "w": 23, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 23, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "559_1": {
- "frame": { "x": 166, "y": 256, "w": 15, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 12, "w": 15, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "559_2": {
- "frame": { "x": 136, "y": 256, "w": 15, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 12, "w": 15, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "559_3": {
- "frame": { "x": 151, "y": 256, "w": 15, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 12, "w": 15, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "560_1": {
- "frame": { "x": 144, "y": 138, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "560_2": {
- "frame": { "x": 117, "y": 183, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "560_3": {
- "frame": { "x": 23, "y": 185, "w": 20, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 20, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "562_2": {
- "frame": { "x": 127, "y": 220, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "562_3": {
- "frame": { "x": 290, "y": 213, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "563_2": {
- "frame": { "x": 218, "y": 25, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "563_3": {
- "frame": { "x": 307, "y": 0, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 3, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "568_2": {
- "frame": { "x": 181, "y": 205, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "568_3": {
- "frame": { "x": 0, "y": 205, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "569-gigantamax_2": {
- "frame": { "x": 32, "y": 0, "w": 32, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "569-gigantamax_3": {
- "frame": { "x": 0, "y": 0, "w": 32, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "569_2": {
- "frame": { "x": 277, "y": 28, "w": 30, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 30, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "569_3": {
- "frame": { "x": 0, "y": 29, "w": 30, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 30, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "570_2": {
- "frame": { "x": 209, "y": 247, "w": 16, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 16, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "570_3": {
- "frame": { "x": 225, "y": 247, "w": 16, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 16, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "571_2": {
- "frame": { "x": 86, "y": 51, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "571_3": {
- "frame": { "x": 29, "y": 51, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "572_2": {
- "frame": { "x": 43, "y": 185, "w": 22, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 22, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "572_3": {
- "frame": { "x": 0, "y": 186, "w": 22, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 22, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "577_1": {
- "frame": { "x": 47, "y": 260, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "577_2": {
- "frame": { "x": 71, "y": 164, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "577_3": {
- "frame": { "x": 77, "y": 260, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "578_1": {
- "frame": { "x": 0, "y": 241, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "578_2": {
- "frame": { "x": 93, "y": 241, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "578_3": {
- "frame": { "x": 77, "y": 241, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "579_1": {
- "frame": { "x": 0, "y": 73, "w": 30, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 7, "w": 30, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "579_2": {
- "frame": { "x": 30, "y": 73, "w": 30, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 7, "w": 30, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "579_3": {
- "frame": { "x": 144, "y": 73, "w": 30, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 7, "w": 30, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "585-autumn_1": {
- "frame": { "x": 333, "y": 145, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "585-spring_1": {
- "frame": { "x": 333, "y": 167, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "585-summer_1": {
- "frame": { "x": 333, "y": 189, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "585-winter_1": {
- "frame": { "x": 306, "y": 191, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "586-autumn_1": {
- "frame": { "x": 86, "y": 73, "w": 25, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 25, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "586-spring_1": {
- "frame": { "x": 51, "y": 116, "w": 23, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 23, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "586-summer_1": {
- "frame": { "x": 28, "y": 116, "w": 23, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 23, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "586-winter_1": {
- "frame": { "x": 267, "y": 100, "w": 23, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 23, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "592-f_1": {
- "frame": { "x": 89, "y": 203, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "592-f_2": {
- "frame": { "x": 43, "y": 204, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "592-f_3": {
- "frame": { "x": 108, "y": 204, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "592_2": {
- "frame": { "x": 137, "y": 200, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "592_3": {
- "frame": { "x": 230, "y": 193, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "593-f_1": {
- "frame": { "x": 56, "y": 94, "w": 27, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "593-f_2": {
- "frame": { "x": 139, "y": 94, "w": 27, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "593-f_3": {
- "frame": { "x": 240, "y": 96, "w": 27, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 27, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "593_2": {
- "frame": { "x": 0, "y": 94, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "593_3": {
- "frame": { "x": 212, "y": 75, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "594_2": {
- "frame": { "x": 264, "y": 242, "w": 13, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 6, "w": 13, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "594_3": {
- "frame": { "x": 34, "y": 243, "w": 13, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 6, "w": 13, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "595_2": {
- "frame": { "x": 149, "y": 226, "w": 21, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 21, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "595_3": {
- "frame": { "x": 267, "y": 226, "w": 21, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 21, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "596_2": {
- "frame": { "x": 174, "y": 93, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "596_3": {
- "frame": { "x": 111, "y": 93, "w": 28, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 28, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "602_2": {
- "frame": { "x": 107, "y": 262, "w": 14, "h": 11 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 17, "w": 14, "h": 11 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "602_3": {
- "frame": { "x": 290, "y": 262, "w": 14, "h": 11 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 17, "w": 14, "h": 11 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "603_2": {
- "frame": { "x": 191, "y": 186, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "603_3": {
- "frame": { "x": 160, "y": 187, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "604_2": {
- "frame": { "x": 186, "y": 49, "w": 30, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 7, "w": 30, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "604_3": {
- "frame": { "x": 124, "y": 49, "w": 30, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 7, "w": 30, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "605_1": {
- "frame": { "x": 123, "y": 256, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "605_2": {
- "frame": { "x": 330, "y": 249, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "605_3": {
- "frame": { "x": 293, "y": 193, "w": 13, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 13, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "606_1": {
- "frame": { "x": 19, "y": 226, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "606_2": {
- "frame": { "x": 312, "y": 227, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "606_3": {
- "frame": { "x": 327, "y": 227, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "607_2": {
- "frame": { "x": 0, "y": 260, "w": 13, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 10, "w": 13, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "607_3": {
- "frame": { "x": 277, "y": 259, "w": 13, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 10, "w": 13, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "608_2": {
- "frame": { "x": 0, "y": 223, "w": 19, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "608_3": {
- "frame": { "x": 84, "y": 223, "w": 19, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 19, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "609_2": {
- "frame": { "x": 64, "y": 27, "w": 29, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 29, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "609_3": {
- "frame": { "x": 186, "y": 26, "w": 29, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 29, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "610_2": {
- "frame": { "x": 21, "y": 206, "w": 18, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 18, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "610_3": {
- "frame": { "x": 156, "y": 206, "w": 18, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 18, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "611_2": {
- "frame": { "x": 113, "y": 162, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "611_3": {
- "frame": { "x": 263, "y": 147, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "612_2": {
- "frame": { "x": 322, "y": 73, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "612_3": {
- "frame": { "x": 296, "y": 73, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "618_2": {
- "frame": { "x": 277, "y": 245, "w": 20, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 14, "w": 20, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "618_3": {
- "frame": { "x": 47, "y": 246, "w": 20, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 14, "w": 20, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "619_2": {
- "frame": { "x": 39, "y": 224, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "619_3": {
- "frame": { "x": 174, "y": 223, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "620_2": {
- "frame": { "x": 228, "y": 118, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "620_3": {
- "frame": { "x": 74, "y": 118, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "622_2": {
- "frame": { "x": 212, "y": 229, "w": 18, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 10, "w": 18, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "622_3": {
- "frame": { "x": 230, "y": 229, "w": 18, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 10, "w": 18, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "623_2": {
- "frame": { "x": 60, "y": 50, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "623_3": {
- "frame": { "x": 216, "y": 50, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "631_2": {
- "frame": { "x": 83, "y": 98, "w": 28, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 8, "w": 28, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "631_3": {
- "frame": { "x": 111, "y": 115, "w": 28, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 8, "w": 28, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "632_2": {
- "frame": { "x": 65, "y": 198, "w": 24, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 12, "w": 24, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "632_3": {
- "frame": { "x": 269, "y": 193, "w": 24, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 12, "w": 24, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "633_2": {
- "frame": { "x": 248, "y": 229, "w": 16, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 16, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "633_3": {
- "frame": { "x": 123, "y": 236, "w": 16, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 16, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "634_2": {
- "frame": { "x": 202, "y": 97, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "634_3": {
- "frame": { "x": 314, "y": 97, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "635_2": {
- "frame": { "x": 307, "y": 25, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "635_3": {
- "frame": { "x": 248, "y": 25, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "640_2": {
- "frame": { "x": 290, "y": 123, "w": 21, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 21, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "640_3": {
- "frame": { "x": 314, "y": 119, "w": 21, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 21, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "641-incarnate_1": {
- "frame": { "x": 188, "y": 0, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "641-therian_1": {
- "frame": { "x": 127, "y": 0, "w": 30, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 1, "w": 30, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "642-incarnate_1": {
- "frame": { "x": 64, "y": 0, "w": 31, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 31, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "642-therian_1": {
- "frame": { "x": 95, "y": 0, "w": 32, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 3, "w": 32, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "645-incarnate_1": {
- "frame": { "x": 157, "y": 0, "w": 31, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 2, "w": 31, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "645-therian_1": {
- "frame": { "x": 280, "y": 0, "w": 27, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 27, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "647-ordinary_2": {
- "frame": { "x": 194, "y": 119, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "647-ordinary_3": {
- "frame": { "x": 139, "y": 116, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "647-resolute_2": {
- "frame": { "x": 124, "y": 27, "w": 30, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 30, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "647-resolute_3": {
- "frame": { "x": 30, "y": 29, "w": 30, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 30, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "648-aria_2": {
- "frame": { "x": 109, "y": 241, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "648-aria_3": {
- "frame": { "x": 276, "y": 124, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "648-pirouette_2": {
- "frame": { "x": 337, "y": 23, "w": 15, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 15, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "648-pirouette_3": {
- "frame": { "x": 337, "y": 0, "w": 15, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 15, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649-burn_2": {
- "frame": { "x": 22, "y": 140, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649-burn_3": {
- "frame": { "x": 122, "y": 138, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649-chill_2": {
- "frame": { "x": 0, "y": 136, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649-chill_3": {
- "frame": { "x": 164, "y": 135, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649-douse_2": {
- "frame": { "x": 241, "y": 147, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649-douse_3": {
- "frame": { "x": 311, "y": 145, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649-shock_2": {
- "frame": { "x": 186, "y": 141, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649-shock_3": {
- "frame": { "x": 219, "y": 140, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649_2": {
- "frame": { "x": 66, "y": 140, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "649_3": {
- "frame": { "x": 44, "y": 140, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_5v.png",
- "format": "RGBA8888",
- "size": { "w": 352, "h": 278 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_5v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 520,
+ "h": 520
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "494_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "494_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "495_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "495_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "496_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "496_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "497_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "497_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "501_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "501_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "502_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "502_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "503_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "503_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "517_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "517_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "518_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "518_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "524_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "524_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "525_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "525_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "526_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "526_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "527_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "527_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "528_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "528_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "529_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "529_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "530_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "530_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "531-mega_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "531-mega_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "531_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "531_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "532_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "532_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "533_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "533_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "534_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "534_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "538_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "538_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "539_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "539_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "540_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "540_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "541_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "541_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "542_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "542_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "543_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "543_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "544_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "544_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "545_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "545_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "546_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "546_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "547_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "547_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "548_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "548_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "548_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "549_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "549_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "551_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "551_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "552_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "552_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "553_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "553_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "556_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "556_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "559_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "559_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "559_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "560_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "560_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "560_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "562_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "562_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "563_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "563_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "568_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "568_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "569-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "569-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "569_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "569_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "570_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "570_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "571_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "571_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "572_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "572_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "577_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "577_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "577_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "578_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "578_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "578_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "579_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "579_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "579_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "585-autumn_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "585-spring_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "585-summer_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "585-winter_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "586-autumn_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "586-spring_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "586-summer_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "586-winter_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "587_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "587_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "588_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "588_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "589_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "589_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "590_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "590_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "591_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "591_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "592-f_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "592-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "592-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "592_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "592_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "593-f_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "593-f_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "593-f_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "593_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "593_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "594_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "594_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "595_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "595_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "596_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "596_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "602_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "602_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "603_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "603_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "604_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "604_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "605_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "605_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "605_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "606_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "606_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "606_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "607_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "607_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "608_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "608_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "609_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "609_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "610_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "610_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "611_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "611_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "612_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "612_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "616_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "616_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "617_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "617_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "618_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "618_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "619_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "619_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "620_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "620_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "621_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "621_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "622_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "622_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "623_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "623_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "631_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "631_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "632_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "632_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "633_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "633_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "634_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "634_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "635_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "635_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "636_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "636_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "637_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "637_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "640_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "640_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "641-incarnate_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "641-therian_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "642-incarnate_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "642-therian_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "645-incarnate_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "645-therian_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "647-ordinary_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "647-ordinary_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "647-resolute_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "647-resolute_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "648-aria_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "648-aria_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 480,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "648-pirouette_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "648-pirouette_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649-burn_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649-burn_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649-chill_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649-chill_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649-douse_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649-douse_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649-shock_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649-shock_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "649_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:b615ea9a62bec26b97d0171030d11a55:35fd8571f91311ef2e9944578f979466:f1931bc28ee7f32dba7543723757cf2a$"
+ }
}
diff --git a/public/images/pokemon_icons_5v.png b/public/images/pokemon_icons_5v.png
index 917e0621263..9dd1b278ac1 100644
Binary files a/public/images/pokemon_icons_5v.png and b/public/images/pokemon_icons_5v.png differ
diff --git a/public/images/pokemon_icons_6v.json b/public/images/pokemon_icons_6v.json
index 600624ca730..8061ed9152b 100644
--- a/public/images/pokemon_icons_6v.json
+++ b/public/images/pokemon_icons_6v.json
@@ -1,1026 +1,3905 @@
-{ "frames": {
- "2670_2": {
- "frame": { "x": 119, "y": 159, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2670_3": {
- "frame": { "x": 175, "y": 157, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "653_2": {
- "frame": { "x": 142, "y": 204, "w": 17, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 17, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "653_3": {
- "frame": { "x": 304, "y": 210, "w": 17, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 17, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "654_2": {
- "frame": { "x": 322, "y": 22, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "654_3": {
- "frame": { "x": 322, "y": 0, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "655_2": {
- "frame": { "x": 287, "y": 145, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "655_3": {
- "frame": { "x": 260, "y": 145, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "664_2": {
- "frame": { "x": 38, "y": 214, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "664_3": {
- "frame": { "x": 159, "y": 204, "w": 14, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 14, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "665_2": {
- "frame": { "x": 173, "y": 217, "w": 16, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 16, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "665_3": {
- "frame": { "x": 52, "y": 218, "w": 16, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 16, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-archipelago_2": {
- "frame": { "x": 78, "y": 105, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-archipelago_3": {
- "frame": { "x": 130, "y": 107, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-continental_2": {
- "frame": { "x": 156, "y": 107, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-continental_3": {
- "frame": { "x": 182, "y": 107, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-elegant_2": {
- "frame": { "x": 260, "y": 120, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-elegant_3": {
- "frame": { "x": 286, "y": 120, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-fancy_2": {
- "frame": { "x": 52, "y": 105, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-fancy_3": {
- "frame": { "x": 208, "y": 126, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-garden_2": {
- "frame": { "x": 156, "y": 82, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-garden_3": {
- "frame": { "x": 234, "y": 126, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-high-plains_2": {
- "frame": { "x": 0, "y": 130, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-high-plains_3": {
- "frame": { "x": 26, "y": 130, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-icy-snow_2": {
- "frame": { "x": 0, "y": 55, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-icy-snow_3": {
- "frame": { "x": 26, "y": 55, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-jungle_2": {
- "frame": { "x": 52, "y": 55, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-jungle_3": {
- "frame": { "x": 78, "y": 55, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-marine_2": {
- "frame": { "x": 104, "y": 57, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-marine_3": {
- "frame": { "x": 130, "y": 57, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-meadow_2": {
- "frame": { "x": 156, "y": 57, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-meadow_3": {
- "frame": { "x": 182, "y": 57, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-modern_2": {
- "frame": { "x": 268, "y": 70, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-modern_3": {
- "frame": { "x": 294, "y": 70, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-monsoon_2": {
- "frame": { "x": 208, "y": 76, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-monsoon_3": {
- "frame": { "x": 234, "y": 76, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-ocean_2": {
- "frame": { "x": 312, "y": 120, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-ocean_3": {
- "frame": { "x": 0, "y": 80, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-poke-ball_2": {
- "frame": { "x": 26, "y": 80, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-poke-ball_3": {
- "frame": { "x": 52, "y": 80, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-polar_2": {
- "frame": { "x": 78, "y": 80, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-polar_3": {
- "frame": { "x": 104, "y": 82, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-river_2": {
- "frame": { "x": 130, "y": 82, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-river_3": {
- "frame": { "x": 104, "y": 107, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-sandstorm_2": {
- "frame": { "x": 182, "y": 82, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-sandstorm_3": {
- "frame": { "x": 260, "y": 95, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-savanna_2": {
- "frame": { "x": 286, "y": 95, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-savanna_3": {
- "frame": { "x": 312, "y": 95, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-sun_2": {
- "frame": { "x": 208, "y": 101, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-sun_3": {
- "frame": { "x": 234, "y": 101, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-tundra_2": {
- "frame": { "x": 0, "y": 105, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "666-tundra_3": {
- "frame": { "x": 26, "y": 105, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-blue_2": {
- "frame": { "x": 0, "y": 220, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-blue_3": {
- "frame": { "x": 142, "y": 223, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-orange_2": {
- "frame": { "x": 83, "y": 223, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-orange_3": {
- "frame": { "x": 113, "y": 224, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-red_2": {
- "frame": { "x": 157, "y": 225, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-red_3": {
- "frame": { "x": 229, "y": 229, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-white_2": {
- "frame": { "x": 296, "y": 229, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-white_3": {
- "frame": { "x": 189, "y": 218, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-yellow_2": {
- "frame": { "x": 98, "y": 219, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "669-yellow_3": {
- "frame": { "x": 68, "y": 223, "w": 15, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 10, "w": 15, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-blue_2": {
- "frame": { "x": 175, "y": 178, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-blue_3": {
- "frame": { "x": 138, "y": 180, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-orage_2": {
- "frame": { "x": 86, "y": 182, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-orage_3": {
- "frame": { "x": 268, "y": 190, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-red_2": {
- "frame": { "x": 67, "y": 179, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-red_3": {
- "frame": { "x": 119, "y": 180, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-white_2": {
- "frame": { "x": 249, "y": 190, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-white_3": {
- "frame": { "x": 198, "y": 175, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-yellow_2": {
- "frame": { "x": 0, "y": 177, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "670-yellow_3": {
- "frame": { "x": 19, "y": 177, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-blue_2": {
- "frame": { "x": 230, "y": 27, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-blue_3": {
- "frame": { "x": 182, "y": 30, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-orange_2": {
- "frame": { "x": 156, "y": 30, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-orange_3": {
- "frame": { "x": 256, "y": 27, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-red_2": {
- "frame": { "x": 0, "y": 28, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-red_3": {
- "frame": { "x": 26, "y": 28, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-white_2": {
- "frame": { "x": 52, "y": 28, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-white_3": {
- "frame": { "x": 130, "y": 30, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-yellow_2": {
- "frame": { "x": 78, "y": 28, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "671-yellow_3": {
- "frame": { "x": 104, "y": 30, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "672_2": {
- "frame": { "x": 263, "y": 212, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "672_3": {
- "frame": { "x": 321, "y": 213, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "673_2": {
- "frame": { "x": 23, "y": 155, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "673_3": {
- "frame": { "x": 0, "y": 155, "w": 23, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 23, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "677_2": {
- "frame": { "x": 280, "y": 215, "w": 16, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 16, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "677_3": {
- "frame": { "x": 18, "y": 216, "w": 16, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 10, "w": 16, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "678-female_2": {
- "frame": { "x": 316, "y": 169, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "678-female_3": {
- "frame": { "x": 253, "y": 168, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "678_2": {
- "frame": { "x": 295, "y": 169, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "678_3": {
- "frame": { "x": 274, "y": 168, "w": 21, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 21, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "690_2": {
- "frame": { "x": 194, "y": 197, "w": 18, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 18, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "690_3": {
- "frame": { "x": 0, "y": 199, "w": 18, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 18, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "691_2": {
- "frame": { "x": 290, "y": 0, "w": 32, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 32, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "691_3": {
- "frame": { "x": 290, "y": 23, "w": 32, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 32, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "696_2": {
- "frame": { "x": 174, "y": 200, "w": 20, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "696_3": {
- "frame": { "x": 18, "y": 199, "w": 20, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "697_2": {
- "frame": { "x": 208, "y": 54, "w": 30, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 30, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "697_3": {
- "frame": { "x": 238, "y": 54, "w": 30, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 30, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "698_2": {
- "frame": { "x": 157, "y": 180, "w": 17, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 17, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "698_3": {
- "frame": { "x": 287, "y": 191, "w": 17, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 17, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "699_2": {
- "frame": { "x": 130, "y": 132, "w": 24, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 1, "w": 24, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "699_3": {
- "frame": { "x": 106, "y": 132, "w": 24, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 1, "w": 24, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "700_2": {
- "frame": { "x": 320, "y": 70, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "700_3": {
- "frame": { "x": 208, "y": 30, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "702_2": {
- "frame": { "x": 105, "y": 202, "w": 22, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 11, "w": 22, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "702_3": {
- "frame": { "x": 59, "y": 201, "w": 22, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 11, "w": 22, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "703_2": {
- "frame": { "x": 105, "y": 182, "w": 14, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 15, "w": 14, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "703_3": {
- "frame": { "x": 268, "y": 54, "w": 14, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 15, "w": 14, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "704_2": {
- "frame": { "x": 142, "y": 159, "w": 12, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 14, "w": 12, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "704_3": {
- "frame": { "x": 128, "y": 224, "w": 12, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 14, "w": 12, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "705_2": {
- "frame": { "x": 325, "y": 191, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 6, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "705_3": {
- "frame": { "x": 127, "y": 202, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 6, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "706_2": {
- "frame": { "x": 204, "y": 151, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "706_3": {
- "frame": { "x": 314, "y": 145, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "708_2": {
- "frame": { "x": 228, "y": 151, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "708_3": {
- "frame": { "x": 52, "y": 154, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "709_2": {
- "frame": { "x": 154, "y": 132, "w": 25, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 25, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "709_3": {
- "frame": { "x": 179, "y": 132, "w": 25, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 25, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "710_2": {
- "frame": { "x": 81, "y": 204, "w": 17, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 17, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "710_3": {
- "frame": { "x": 212, "y": 211, "w": 17, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 9, "w": 17, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "711_1": {
- "frame": { "x": 77, "y": 156, "w": 21, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 21, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "711_2": {
- "frame": { "x": 154, "y": 157, "w": 21, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 21, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "711_3": {
- "frame": { "x": 98, "y": 159, "w": 21, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 5, "w": 21, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "712_2": {
- "frame": { "x": 229, "y": 211, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "712_3": {
- "frame": { "x": 246, "y": 212, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 10, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "713_2": {
- "frame": { "x": 52, "y": 130, "w": 27, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 27, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "713_3": {
- "frame": { "x": 79, "y": 132, "w": 27, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 27, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "714_2": {
- "frame": { "x": 46, "y": 175, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "714_3": {
- "frame": { "x": 228, "y": 172, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 6, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "715_2": {
- "frame": { "x": 310, "y": 46, "w": 28, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 4, "w": 28, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "715_3": {
- "frame": { "x": 282, "y": 46, "w": 28, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 4, "w": 28, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "716-active_2": {
- "frame": { "x": 114, "y": 0, "w": 29, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 29, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "716-active_3": {
- "frame": { "x": 143, "y": 0, "w": 29, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 29, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "716-neutral_2": {
- "frame": { "x": 172, "y": 0, "w": 29, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 29, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "716-neutral_3": {
- "frame": { "x": 201, "y": 0, "w": 29, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 29, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "717_2": {
- "frame": { "x": 230, "y": 0, "w": 30, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 30, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "717_3": {
- "frame": { "x": 260, "y": 0, "w": 30, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 30, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "720-unbound_1": {
- "frame": { "x": 38, "y": 0, "w": 38, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 2, "w": 38, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "720-unbound_2": {
- "frame": { "x": 76, "y": 0, "w": 38, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 2, "w": 38, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "720-unbound_3": {
- "frame": { "x": 0, "y": 0, "w": 38, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 2, "w": 38, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "720_1": {
- "frame": { "x": 217, "y": 192, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "720_2": {
- "frame": { "x": 38, "y": 195, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "720_3": {
- "frame": { "x": 304, "y": 191, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_6v.png",
- "format": "RGBA8888",
- "size": { "w": 342, "h": 247 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_6v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 480,
+ "h": 480
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "653_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "653_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "654_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "654_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "655_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "655_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "656_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "656_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "657_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "657_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "658-ash_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "658-ash_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "658_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "658_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "664_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "664_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "665_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "665_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-archipelago_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-archipelago_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-continental_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-continental_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-elegant_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-elegant_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-fancy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-fancy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-garden_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-garden_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-high-plains_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-high-plains_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-icy-snow_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-icy-snow_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-jungle_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-jungle_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-marine_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-marine_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-meadow_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-meadow_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-modern_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-modern_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-monsoon_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-monsoon_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-ocean_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-ocean_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-poke-ball_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-poke-ball_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-polar_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-polar_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-river_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-river_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-sandstorm_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-sandstorm_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-savanna_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-savanna_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-sun_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-sun_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-tundra_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "666-tundra_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-blue_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-blue_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-orange_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-orange_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-red_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-red_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-white_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-white_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-yellow_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "669-yellow_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-blue_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-blue_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-orange_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-orange_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-red_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-red_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-white_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-white_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-yellow_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "670-yellow_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-blue_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-blue_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-orange_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-orange_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-red_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-red_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-white_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-white_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-yellow_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "671-yellow_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "672_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "672_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "673_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "673_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-dandy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-dandy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-debutante_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-debutante_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-diamond_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-diamond_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-heart_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-heart_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-kabuki_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-kabuki_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-la-reine_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-la-reine_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-matron_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-matron_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-pharaoh_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-pharaoh_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-star_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676-star_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "676_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "677_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "677_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "678-female_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "678-female_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "678_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "678_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "682_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "682_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "683_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "683_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "684_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "684_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "685_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "685_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "688_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "688_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "689_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "689_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "690_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "690_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "691_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "691_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "696_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "696_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "697_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "697_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "698_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "698_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "699_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "699_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "700_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "700_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "702_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "702_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "703_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "703_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "704_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "704_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "705_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "705_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "706_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "706_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "708_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "708_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "709_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "709_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "710_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "710_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "711_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "711_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "711_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "712_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "712_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "713_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "713_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "714_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "714_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "715_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "715_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "716-active_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "716-active_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "716-neutral_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "716-neutral_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "717_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "717_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "720-unbound_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "720-unbound_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "720-unbound_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "720_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "720_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "720_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2670_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2670_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:41960148e7a74c451d8ed1c46adc4e09:5dc2b45aa8a432e966da6c4070905be6:8a74f769af240f74b0e67390bbb36c14$"
+ }
}
diff --git a/public/images/pokemon_icons_6v.png b/public/images/pokemon_icons_6v.png
index 83e29e28738..29d00876b50 100644
Binary files a/public/images/pokemon_icons_6v.png and b/public/images/pokemon_icons_6v.png differ
diff --git a/public/images/pokemon_icons_7.json b/public/images/pokemon_icons_7.json
index 0523a232d79..03eeba88a70 100644
--- a/public/images/pokemon_icons_7.json
+++ b/public/images/pokemon_icons_7.json
@@ -5,7 +5,7 @@
"format": "RGBA8888",
"size": {
"w": 502,
- "h": 323
+ "h": 325
},
"scale": 1,
"frames": [
@@ -324,48 +324,6 @@
"h": 29
}
},
- {
- "filename": "795",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 28,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 293,
- "w": 28,
- "h": 30
- }
- },
- {
- "filename": "795s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 28,
- "h": 30
- },
- "frame": {
- "x": 28,
- "y": 293,
- "w": 28,
- "h": 30
- }
- },
{
"filename": "798s",
"rotated": false,
@@ -381,8 +339,8 @@
"h": 29
},
"frame": {
- "x": 112,
- "y": 0,
+ "x": 0,
+ "y": 293,
"w": 31,
"h": 29
}
@@ -402,7 +360,7 @@
"h": 28
},
"frame": {
- "x": 143,
+ "x": 112,
"y": 0,
"w": 30,
"h": 28
@@ -423,8 +381,8 @@
"h": 28
},
"frame": {
- "x": 173,
- "y": 0,
+ "x": 108,
+ "y": 28,
"w": 30,
"h": 28
}
@@ -444,7 +402,7 @@
"h": 28
},
"frame": {
- "x": 203,
+ "x": 142,
"y": 0,
"w": 29,
"h": 28
@@ -465,8 +423,8 @@
"h": 28
},
"frame": {
- "x": 232,
- "y": 0,
+ "x": 138,
+ "y": 28,
"w": 29,
"h": 28
}
@@ -486,7 +444,7 @@
"h": 27
},
"frame": {
- "x": 261,
+ "x": 171,
"y": 0,
"w": 29,
"h": 27
@@ -507,7 +465,7 @@
"h": 27
},
"frame": {
- "x": 290,
+ "x": 200,
"y": 0,
"w": 29,
"h": 27
@@ -528,7 +486,7 @@
"h": 27
},
"frame": {
- "x": 319,
+ "x": 229,
"y": 0,
"w": 28,
"h": 27
@@ -549,7 +507,7 @@
"h": 27
},
"frame": {
- "x": 347,
+ "x": 257,
"y": 0,
"w": 28,
"h": 27
@@ -570,7 +528,7 @@
"h": 23
},
"frame": {
- "x": 375,
+ "x": 285,
"y": 0,
"w": 32,
"h": 23
@@ -591,14 +549,14 @@
"h": 23
},
"frame": {
- "x": 407,
+ "x": 317,
"y": 0,
"w": 32,
"h": 23
}
},
{
- "filename": "800",
+ "filename": "795",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -619,7 +577,7 @@
}
},
{
- "filename": "800s",
+ "filename": "795s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -639,6 +597,48 @@
"h": 30
}
},
+ {
+ "filename": "800",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 0,
+ "w": 28,
+ "h": 30
+ },
+ "frame": {
+ "x": 32,
+ "y": 145,
+ "w": 28,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 0,
+ "w": 28,
+ "h": 30
+ },
+ "frame": {
+ "x": 32,
+ "y": 175,
+ "w": 28,
+ "h": 30
+ }
+ },
{
"filename": "805",
"rotated": false,
@@ -654,8 +654,8 @@
"h": 30
},
"frame": {
- "x": 32,
- "y": 145,
+ "x": 31,
+ "y": 205,
"w": 28,
"h": 30
}
@@ -674,31 +674,10 @@
"w": 28,
"h": 30
},
- "frame": {
- "x": 32,
- "y": 175,
- "w": 28,
- "h": 30
- }
- },
- {
- "filename": "773",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 26,
- "h": 30
- },
"frame": {
"x": 31,
- "y": 205,
- "w": 26,
+ "y": 235,
+ "w": 28,
"h": 30
}
},
@@ -718,32 +697,11 @@
},
"frame": {
"x": 31,
- "y": 235,
+ "y": 265,
"w": 26,
"h": 30
}
},
- {
- "filename": "792",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 28,
- "h": 28
- },
- "frame": {
- "x": 31,
- "y": 265,
- "w": 28,
- "h": 28
- }
- },
{
"filename": "773-dark",
"rotated": false,
@@ -759,8 +717,8 @@
"h": 30
},
"frame": {
- "x": 56,
- "y": 293,
+ "x": 31,
+ "y": 295,
"w": 26,
"h": 30
}
@@ -780,7 +738,7 @@
"h": 25
},
"frame": {
- "x": 439,
+ "x": 349,
"y": 0,
"w": 30,
"h": 25
@@ -801,12 +759,75 @@
"h": 25
},
"frame": {
- "x": 469,
+ "x": 379,
"y": 0,
"w": 30,
"h": 25
}
},
+ {
+ "filename": "785",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 3,
+ "w": 28,
+ "h": 26
+ },
+ "frame": {
+ "x": 409,
+ "y": 0,
+ "w": 28,
+ "h": 26
+ }
+ },
+ {
+ "filename": "785s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 3,
+ "w": 28,
+ "h": 26
+ },
+ "frame": {
+ "x": 437,
+ "y": 0,
+ "w": 28,
+ "h": 26
+ }
+ },
+ {
+ "filename": "792",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 1,
+ "w": 28,
+ "h": 28
+ },
+ "frame": {
+ "x": 465,
+ "y": 0,
+ "w": 28,
+ "h": 28
+ }
+ },
{
"filename": "792s",
"rotated": false,
@@ -822,8 +843,8 @@
"h": 28
},
"frame": {
- "x": 108,
- "y": 29,
+ "x": 70,
+ "y": 57,
"w": 28,
"h": 28
}
@@ -843,8 +864,8 @@
"h": 30
},
"frame": {
- "x": 70,
- "y": 57,
+ "x": 62,
+ "y": 85,
"w": 26,
"h": 30
}
@@ -864,8 +885,8 @@
"h": 30
},
"frame": {
- "x": 96,
- "y": 57,
+ "x": 62,
+ "y": 115,
"w": 26,
"h": 30
}
@@ -885,8 +906,8 @@
"h": 30
},
"frame": {
- "x": 62,
- "y": 87,
+ "x": 60,
+ "y": 145,
"w": 26,
"h": 30
}
@@ -906,8 +927,8 @@
"h": 30
},
"frame": {
- "x": 88,
- "y": 87,
+ "x": 60,
+ "y": 175,
"w": 26,
"h": 30
}
@@ -927,8 +948,8 @@
"h": 30
},
"frame": {
- "x": 62,
- "y": 117,
+ "x": 59,
+ "y": 205,
"w": 26,
"h": 30
}
@@ -948,8 +969,8 @@
"h": 30
},
"frame": {
- "x": 88,
- "y": 117,
+ "x": 59,
+ "y": 235,
"w": 26,
"h": 30
}
@@ -969,8 +990,8 @@
"h": 30
},
"frame": {
- "x": 60,
- "y": 147,
+ "x": 57,
+ "y": 265,
"w": 26,
"h": 30
}
@@ -990,12 +1011,54 @@
"h": 30
},
"frame": {
- "x": 86,
- "y": 147,
+ "x": 57,
+ "y": 295,
"w": 26,
"h": 30
}
},
+ {
+ "filename": "764",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 0,
+ "w": 25,
+ "h": 30
+ },
+ "frame": {
+ "x": 88,
+ "y": 85,
+ "w": 25,
+ "h": 30
+ }
+ },
+ {
+ "filename": "764s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 0,
+ "w": 25,
+ "h": 30
+ },
+ "frame": {
+ "x": 88,
+ "y": 115,
+ "w": 25,
+ "h": 30
+ }
+ },
{
"filename": "773-ground",
"rotated": false,
@@ -1011,8 +1074,8 @@
"h": 30
},
"frame": {
- "x": 60,
- "y": 177,
+ "x": 86,
+ "y": 145,
"w": 26,
"h": 30
}
@@ -1033,7 +1096,7 @@
},
"frame": {
"x": 86,
- "y": 177,
+ "y": 175,
"w": 26,
"h": 30
}
@@ -1053,8 +1116,8 @@
"h": 30
},
"frame": {
- "x": 57,
- "y": 207,
+ "x": 85,
+ "y": 205,
"w": 26,
"h": 30
}
@@ -1074,54 +1137,12 @@
"h": 30
},
"frame": {
- "x": 83,
- "y": 207,
+ "x": 85,
+ "y": 235,
"w": 26,
"h": 30
}
},
- {
- "filename": "2026",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 26,
- "h": 28
- },
- "frame": {
- "x": 57,
- "y": 237,
- "w": 26,
- "h": 28
- }
- },
- {
- "filename": "772",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 25,
- "h": 28
- },
- "frame": {
- "x": 59,
- "y": 265,
- "w": 25,
- "h": 28
- }
- },
{
"filename": "773-rock",
"rotated": false,
@@ -1136,53 +1157,11 @@
"w": 26,
"h": 30
},
- "frame": {
- "x": 82,
- "y": 293,
- "w": 26,
- "h": 30
- }
- },
- {
- "filename": "2026s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 26,
- "h": 28
- },
"frame": {
"x": 83,
- "y": 237,
- "w": 26,
- "h": 28
- }
- },
- {
- "filename": "772s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 25,
- "h": 28
- },
- "frame": {
- "x": 84,
"y": 265,
- "w": 25,
- "h": 28
+ "w": 26,
+ "h": 30
}
},
{
@@ -1200,14 +1179,14 @@
"h": 30
},
"frame": {
- "x": 108,
- "y": 293,
+ "x": 83,
+ "y": 295,
"w": 26,
"h": 30
}
},
{
- "filename": "764",
+ "filename": "772",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1215,16 +1194,16 @@
"h": 30
},
"spriteSourceSize": {
- "x": 10,
- "y": 0,
+ "x": 8,
+ "y": 2,
"w": 25,
- "h": 30
+ "h": 28
},
"frame": {
- "x": 122,
+ "x": 98,
"y": 57,
"w": 25,
- "h": 30
+ "h": 28
}
},
{
@@ -1242,14 +1221,14 @@
"h": 30
},
"frame": {
- "x": 114,
- "y": 87,
+ "x": 123,
+ "y": 56,
"w": 26,
"h": 30
}
},
{
- "filename": "773s",
+ "filename": "773",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1263,8 +1242,8 @@
"h": 30
},
"frame": {
- "x": 114,
- "y": 117,
+ "x": 149,
+ "y": 56,
"w": 26,
"h": 30
}
@@ -1284,8 +1263,8 @@
"h": 30
},
"frame": {
- "x": 112,
- "y": 147,
+ "x": 113,
+ "y": 86,
"w": 26,
"h": 30
}
@@ -1305,8 +1284,8 @@
"h": 30
},
"frame": {
- "x": 112,
- "y": 177,
+ "x": 139,
+ "y": 86,
"w": 26,
"h": 30
}
@@ -1326,8 +1305,8 @@
"h": 30
},
"frame": {
- "x": 109,
- "y": 207,
+ "x": 113,
+ "y": 116,
"w": 26,
"h": 30
}
@@ -1347,33 +1326,12 @@
"h": 30
},
"frame": {
- "x": 109,
- "y": 237,
+ "x": 139,
+ "y": 116,
"w": 26,
"h": 30
}
},
- {
- "filename": "785",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 28,
- "h": 26
- },
- "frame": {
- "x": 109,
- "y": 267,
- "w": 28,
- "h": 26
- }
- },
{
"filename": "773s-fairy",
"rotated": false,
@@ -1389,33 +1347,12 @@
"h": 30
},
"frame": {
- "x": 134,
- "y": 293,
+ "x": 112,
+ "y": 146,
"w": 26,
"h": 30
}
},
- {
- "filename": "801",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 2,
- "w": 20,
- "h": 28
- },
- "frame": {
- "x": 136,
- "y": 29,
- "w": 20,
- "h": 28
- }
- },
{
"filename": "773s-fighting",
"rotated": false,
@@ -1431,8 +1368,8 @@
"h": 30
},
"frame": {
- "x": 156,
- "y": 28,
+ "x": 138,
+ "y": 146,
"w": 26,
"h": 30
}
@@ -1452,8 +1389,8 @@
"h": 30
},
"frame": {
- "x": 182,
- "y": 28,
+ "x": 112,
+ "y": 176,
"w": 26,
"h": 30
}
@@ -1473,8 +1410,8 @@
"h": 30
},
"frame": {
- "x": 208,
- "y": 28,
+ "x": 138,
+ "y": 176,
"w": 26,
"h": 30
}
@@ -1494,8 +1431,8 @@
"h": 30
},
"frame": {
- "x": 234,
- "y": 28,
+ "x": 111,
+ "y": 206,
"w": 26,
"h": 30
}
@@ -1515,8 +1452,8 @@
"h": 30
},
"frame": {
- "x": 147,
- "y": 58,
+ "x": 137,
+ "y": 206,
"w": 26,
"h": 30
}
@@ -1536,8 +1473,8 @@
"h": 30
},
"frame": {
- "x": 173,
- "y": 58,
+ "x": 111,
+ "y": 236,
"w": 26,
"h": 30
}
@@ -1557,8 +1494,8 @@
"h": 30
},
"frame": {
- "x": 199,
- "y": 58,
+ "x": 137,
+ "y": 236,
"w": 26,
"h": 30
}
@@ -1578,12 +1515,33 @@
"h": 30
},
"frame": {
- "x": 225,
- "y": 58,
+ "x": 109,
+ "y": 266,
"w": 26,
"h": 30
}
},
+ {
+ "filename": "794",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 1,
+ "w": 25,
+ "h": 29
+ },
+ "frame": {
+ "x": 109,
+ "y": 296,
+ "w": 25,
+ "h": 29
+ }
+ },
{
"filename": "773s-psychic",
"rotated": false,
@@ -1599,12 +1557,54 @@
"h": 30
},
"frame": {
- "x": 140,
- "y": 88,
+ "x": 135,
+ "y": 266,
"w": 26,
"h": 30
}
},
+ {
+ "filename": "794s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 1,
+ "w": 25,
+ "h": 29
+ },
+ "frame": {
+ "x": 134,
+ "y": 296,
+ "w": 25,
+ "h": 29
+ }
+ },
+ {
+ "filename": "796",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 1,
+ "w": 18,
+ "h": 29
+ },
+ "frame": {
+ "x": 159,
+ "y": 296,
+ "w": 18,
+ "h": 29
+ }
+ },
{
"filename": "773s-rock",
"rotated": false,
@@ -1620,12 +1620,54 @@
"h": 30
},
"frame": {
- "x": 166,
- "y": 88,
+ "x": 161,
+ "y": 266,
"w": 26,
"h": 30
}
},
+ {
+ "filename": "796s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 1,
+ "w": 18,
+ "h": 29
+ },
+ "frame": {
+ "x": 177,
+ "y": 296,
+ "w": 18,
+ "h": 29
+ }
+ },
+ {
+ "filename": "772s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 2,
+ "w": 25,
+ "h": 28
+ },
+ "frame": {
+ "x": 167,
+ "y": 28,
+ "w": 25,
+ "h": 28
+ }
+ },
{
"filename": "773s-steel",
"rotated": false,
@@ -1642,7 +1684,7 @@
},
"frame": {
"x": 192,
- "y": 88,
+ "y": 27,
"w": 26,
"h": 30
}
@@ -1663,13 +1705,13 @@
},
"frame": {
"x": 218,
- "y": 88,
+ "y": 27,
"w": 26,
"h": 30
}
},
{
- "filename": "764s",
+ "filename": "773s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1677,123 +1719,18 @@
"h": 30
},
"spriteSourceSize": {
- "x": 10,
+ "x": 7,
"y": 0,
- "w": 25,
+ "w": 26,
"h": 30
},
"frame": {
- "x": 140,
- "y": 118,
- "w": 25,
+ "x": 244,
+ "y": 27,
+ "w": 26,
"h": 30
}
},
- {
- "filename": "785s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 28,
- "h": 26
- },
- "frame": {
- "x": 165,
- "y": 118,
- "w": 28,
- "h": 26
- }
- },
- {
- "filename": "2075",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 29,
- "h": 24
- },
- "frame": {
- "x": 193,
- "y": 118,
- "w": 29,
- "h": 24
- }
- },
- {
- "filename": "794",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 1,
- "w": 25,
- "h": 29
- },
- "frame": {
- "x": 138,
- "y": 148,
- "w": 25,
- "h": 29
- }
- },
- {
- "filename": "794s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 1,
- "w": 25,
- "h": 29
- },
- "frame": {
- "x": 138,
- "y": 177,
- "w": 25,
- "h": 29
- }
- },
- {
- "filename": "726",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 222,
- "y": 118,
- "w": 23,
- "h": 24
- }
- },
{
"filename": "2103",
"rotated": false,
@@ -1809,12 +1746,75 @@
"h": 30
},
"frame": {
- "x": 251,
- "y": 58,
+ "x": 270,
+ "y": 27,
"w": 21,
"h": 30
}
},
+ {
+ "filename": "2026",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 26,
+ "h": 28
+ },
+ "frame": {
+ "x": 291,
+ "y": 23,
+ "w": 26,
+ "h": 28
+ }
+ },
+ {
+ "filename": "2026s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 1,
+ "w": 26,
+ "h": 28
+ },
+ "frame": {
+ "x": 317,
+ "y": 23,
+ "w": 26,
+ "h": 28
+ }
+ },
+ {
+ "filename": "2075",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 29,
+ "h": 24
+ },
+ "frame": {
+ "x": 343,
+ "y": 25,
+ "w": 29,
+ "h": 24
+ }
+ },
{
"filename": "2075s",
"rotated": false,
@@ -1830,180 +1830,12 @@
"h": 24
},
"frame": {
- "x": 244,
- "y": 88,
+ "x": 372,
+ "y": 25,
"w": 29,
"h": 24
}
},
- {
- "filename": "748",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 26,
- "h": 25
- },
- "frame": {
- "x": 245,
- "y": 112,
- "w": 26,
- "h": 25
- }
- },
- {
- "filename": "2103s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 21,
- "h": 30
- },
- "frame": {
- "x": 260,
- "y": 28,
- "w": 21,
- "h": 30
- }
- },
- {
- "filename": "748s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 26,
- "h": 25
- },
- "frame": {
- "x": 281,
- "y": 27,
- "w": 26,
- "h": 25
- }
- },
- {
- "filename": "2089",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 26,
- "h": 25
- },
- "frame": {
- "x": 307,
- "y": 27,
- "w": 26,
- "h": 25
- }
- },
- {
- "filename": "2089s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 26,
- "h": 25
- },
- "frame": {
- "x": 333,
- "y": 27,
- "w": 26,
- "h": 25
- }
- },
- {
- "filename": "724",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 4,
- "w": 19,
- "h": 25
- },
- "frame": {
- "x": 359,
- "y": 27,
- "w": 19,
- "h": 25
- }
- },
- {
- "filename": "745-dusk",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 25,
- "h": 25
- },
- "frame": {
- "x": 378,
- "y": 23,
- "w": 25,
- "h": 25
- }
- },
- {
- "filename": "745s-dusk",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 25,
- "h": 25
- },
- "frame": {
- "x": 403,
- "y": 23,
- "w": 25,
- "h": 25
- }
- },
{
"filename": "746-school",
"rotated": false,
@@ -2019,8 +1851,8 @@
"h": 22
},
"frame": {
- "x": 428,
- "y": 25,
+ "x": 401,
+ "y": 26,
"w": 28,
"h": 22
}
@@ -2040,14 +1872,14 @@
"h": 22
},
"frame": {
- "x": 456,
- "y": 25,
+ "x": 429,
+ "y": 26,
"w": 28,
"h": 22
}
},
{
- "filename": "796",
+ "filename": "760",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2055,20 +1887,20 @@
"h": 30
},
"spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 18,
- "h": 29
+ "x": 13,
+ "y": 4,
+ "w": 17,
+ "h": 24
},
"frame": {
- "x": 484,
- "y": 25,
- "w": 18,
- "h": 29
+ "x": 175,
+ "y": 56,
+ "w": 17,
+ "h": 24
}
},
{
- "filename": "796s",
+ "filename": "748",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2076,16 +1908,121 @@
"h": 30
},
"spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 18,
- "h": 29
+ "x": 7,
+ "y": 5,
+ "w": 26,
+ "h": 25
},
"frame": {
- "x": 272,
- "y": 58,
- "w": 18,
- "h": 29
+ "x": 192,
+ "y": 57,
+ "w": 26,
+ "h": 25
+ }
+ },
+ {
+ "filename": "748s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 26,
+ "h": 25
+ },
+ "frame": {
+ "x": 218,
+ "y": 57,
+ "w": 26,
+ "h": 25
+ }
+ },
+ {
+ "filename": "2089",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 3,
+ "w": 26,
+ "h": 25
+ },
+ "frame": {
+ "x": 244,
+ "y": 57,
+ "w": 26,
+ "h": 25
+ }
+ },
+ {
+ "filename": "745-dusk",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 25,
+ "h": 25
+ },
+ "frame": {
+ "x": 270,
+ "y": 57,
+ "w": 25,
+ "h": 25
+ }
+ },
+ {
+ "filename": "2089s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 3,
+ "w": 26,
+ "h": 25
+ },
+ "frame": {
+ "x": 295,
+ "y": 51,
+ "w": 26,
+ "h": 25
+ }
+ },
+ {
+ "filename": "745s-dusk",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 25,
+ "h": 25
+ },
+ "frame": {
+ "x": 321,
+ "y": 51,
+ "w": 25,
+ "h": 25
}
},
{
@@ -2103,8 +2040,8 @@
"h": 26
},
"frame": {
- "x": 290,
- "y": 52,
+ "x": 346,
+ "y": 49,
"w": 24,
"h": 26
}
@@ -2124,159 +2061,12 @@
"h": 26
},
"frame": {
- "x": 314,
- "y": 52,
+ "x": 370,
+ "y": 49,
"w": 24,
"h": 26
}
},
- {
- "filename": "750",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 25,
- "h": 24
- },
- "frame": {
- "x": 338,
- "y": 52,
- "w": 25,
- "h": 24
- }
- },
- {
- "filename": "724s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 4,
- "w": 19,
- "h": 25
- },
- "frame": {
- "x": 273,
- "y": 87,
- "w": 19,
- "h": 25
- }
- },
- {
- "filename": "776",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 23,
- "h": 26
- },
- "frame": {
- "x": 271,
- "y": 112,
- "w": 23,
- "h": 26
- }
- },
- {
- "filename": "750s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 25,
- "h": 24
- },
- "frame": {
- "x": 292,
- "y": 78,
- "w": 25,
- "h": 24
- }
- },
- {
- "filename": "726s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 317,
- "y": 78,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "776s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 23,
- "h": 26
- },
- "frame": {
- "x": 340,
- "y": 76,
- "w": 23,
- "h": 26
- }
- },
- {
- "filename": "801-original",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 2,
- "w": 20,
- "h": 28
- },
- "frame": {
- "x": 363,
- "y": 52,
- "w": 20,
- "h": 28
- }
- },
{
"filename": "765",
"rotated": false,
@@ -2292,14 +2082,56 @@
"h": 21
},
"frame": {
- "x": 383,
- "y": 48,
+ "x": 457,
+ "y": 28,
"w": 28,
"h": 21
}
},
{
- "filename": "727",
+ "filename": "760s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 485,
+ "y": 28,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "2103s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 0,
+ "w": 21,
+ "h": 30
+ },
+ "frame": {
+ "x": 165,
+ "y": 86,
+ "w": 21,
+ "h": 30
+ }
+ },
+ {
+ "filename": "783",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2308,14 +2140,56 @@
},
"spriteSourceSize": {
"x": 9,
+ "y": 3,
+ "w": 21,
+ "h": 27
+ },
+ "frame": {
+ "x": 165,
+ "y": 116,
+ "w": 21,
+ "h": 27
+ }
+ },
+ {
+ "filename": "750",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
"y": 4,
- "w": 23,
+ "w": 25,
"h": 24
},
"frame": {
- "x": 363,
- "y": 80,
- "w": 23,
+ "x": 186,
+ "y": 82,
+ "w": 25,
+ "h": 24
+ }
+ },
+ {
+ "filename": "750s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 25,
+ "h": 24
+ },
+ "frame": {
+ "x": 211,
+ "y": 82,
+ "w": 25,
"h": 24
}
},
@@ -2334,159 +2208,12 @@
"h": 21
},
"frame": {
- "x": 294,
- "y": 102,
+ "x": 186,
+ "y": 106,
"w": 28,
"h": 21
}
},
- {
- "filename": "725",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 25,
- "h": 21
- },
- "frame": {
- "x": 322,
- "y": 102,
- "w": 25,
- "h": 21
- }
- },
- {
- "filename": "780",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 27,
- "h": 19
- },
- "frame": {
- "x": 294,
- "y": 123,
- "w": 27,
- "h": 19
- }
- },
- {
- "filename": "780s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 27,
- "h": 19
- },
- "frame": {
- "x": 321,
- "y": 123,
- "w": 27,
- "h": 19
- }
- },
- {
- "filename": "723",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 5,
- "w": 17,
- "h": 22
- },
- "frame": {
- "x": 411,
- "y": 48,
- "w": 17,
- "h": 22
- }
- },
- {
- "filename": "745",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 6,
- "w": 25,
- "h": 23
- },
- "frame": {
- "x": 428,
- "y": 47,
- "w": 25,
- "h": 23
- }
- },
- {
- "filename": "745s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 6,
- "w": 25,
- "h": 23
- },
- "frame": {
- "x": 453,
- "y": 47,
- "w": 25,
- "h": 23
- }
- },
- {
- "filename": "768",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 478,
- "y": 54,
- "w": 24,
- "h": 23
- }
- },
{
"filename": "2028",
"rotated": false,
@@ -2502,8 +2229,8 @@
"h": 24
},
"frame": {
- "x": 386,
- "y": 69,
+ "x": 236,
+ "y": 82,
"w": 25,
"h": 24
}
@@ -2523,56 +2250,14 @@
"h": 24
},
"frame": {
- "x": 411,
- "y": 70,
+ "x": 261,
+ "y": 82,
"w": 25,
"h": 24
}
},
{
- "filename": "727s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 436,
- "y": 70,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "781",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 3,
- "w": 19,
- "h": 25
- },
- "frame": {
- "x": 459,
- "y": 70,
- "w": 19,
- "h": 25
- }
- },
- {
- "filename": "768s",
+ "filename": "725",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2581,15 +2266,15 @@
},
"spriteSourceSize": {
"x": 8,
- "y": 5,
- "w": 24,
- "h": 23
+ "y": 7,
+ "w": 25,
+ "h": 21
},
"frame": {
- "x": 478,
- "y": 77,
- "w": 24,
- "h": 23
+ "x": 214,
+ "y": 106,
+ "w": 25,
+ "h": 21
}
},
{
@@ -2607,14 +2292,14 @@
"h": 21
},
"frame": {
- "x": 386,
- "y": 93,
+ "x": 239,
+ "y": 106,
"w": 25,
"h": 21
}
},
{
- "filename": "2020",
+ "filename": "726",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2623,40 +2308,19 @@
},
"spriteSourceSize": {
"x": 8,
- "y": 6,
- "w": 25,
- "h": 22
- },
- "frame": {
- "x": 411,
- "y": 94,
- "w": 25,
- "h": 22
- }
- },
- {
- "filename": "729",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 5,
+ "y": 4,
"w": 23,
"h": 24
},
"frame": {
- "x": 436,
- "y": 94,
+ "x": 264,
+ "y": 106,
"w": 23,
"h": 24
}
},
{
- "filename": "781s",
+ "filename": "780",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2664,62 +2328,20 @@
"h": 30
},
"spriteSourceSize": {
- "x": 11,
- "y": 3,
- "w": 19,
- "h": 25
- },
- "frame": {
- "x": 459,
- "y": 95,
- "w": 19,
- "h": 25
- }
- },
- {
- "filename": "2105",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 478,
- "y": 100,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "761",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 16,
+ "x": 7,
+ "y": 7,
+ "w": 27,
"h": 19
},
"frame": {
- "x": 347,
- "y": 102,
- "w": 16,
+ "x": 186,
+ "y": 127,
+ "w": 27,
"h": 19
}
},
{
- "filename": "729s",
+ "filename": "780s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2727,184 +2349,16 @@
"h": 30
},
"spriteSourceSize": {
- "x": 11,
- "y": 5,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 363,
- "y": 104,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "734",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 10,
- "w": 25,
- "h": 16
- },
- "frame": {
- "x": 386,
- "y": 114,
- "w": 25,
- "h": 16
- }
- },
- {
- "filename": "734s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 10,
- "w": 25,
- "h": 16
- },
- "frame": {
- "x": 411,
- "y": 116,
- "w": 25,
- "h": 16
- }
- },
- {
- "filename": "733",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
+ "x": 7,
"y": 7,
- "w": 23,
- "h": 21
+ "w": 27,
+ "h": 19
},
"frame": {
- "x": 436,
- "y": 118,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "732",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 6,
- "w": 19,
- "h": 22
- },
- "frame": {
- "x": 459,
- "y": 120,
- "w": 19,
- "h": 22
- }
- },
- {
- "filename": "2105s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 478,
- "y": 123,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "2050",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 15,
- "h": 18
- },
- "frame": {
- "x": 348,
- "y": 121,
- "w": 15,
- "h": 18
- }
- },
- {
- "filename": "733s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 363,
- "y": 128,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "2020s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 6,
- "w": 25,
- "h": 22
- },
- "frame": {
- "x": 386,
- "y": 130,
- "w": 25,
- "h": 22
+ "x": 213,
+ "y": 127,
+ "w": 27,
+ "h": 19
}
},
{
@@ -2922,14 +2376,14 @@
"h": 22
},
"frame": {
- "x": 411,
- "y": 132,
+ "x": 240,
+ "y": 127,
"w": 24,
"h": 22
}
},
{
- "filename": "758s",
+ "filename": "726s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2937,104 +2391,20 @@
"h": 30
},
"spriteSourceSize": {
- "x": 11,
- "y": 6,
- "w": 24,
- "h": 22
+ "x": 8,
+ "y": 4,
+ "w": 23,
+ "h": 24
},
"frame": {
- "x": 435,
- "y": 139,
- "w": 24,
- "h": 22
+ "x": 264,
+ "y": 130,
+ "w": 23,
+ "h": 24
}
},
{
- "filename": "732s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 6,
- "w": 19,
- "h": 22
- },
- "frame": {
- "x": 459,
- "y": 142,
- "w": 19,
- "h": 22
- }
- },
- {
- "filename": "2053",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 24,
- "h": 22
- },
- "frame": {
- "x": 478,
- "y": 146,
- "w": 24,
- "h": 22
- }
- },
- {
- "filename": "801s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 2,
- "w": 20,
- "h": 28
- },
- "frame": {
- "x": 135,
- "y": 207,
- "w": 20,
- "h": 28
- }
- },
- {
- "filename": "801s-original",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 2,
- "w": 20,
- "h": 28
- },
- "frame": {
- "x": 135,
- "y": 235,
- "w": 20,
- "h": 28
- }
- },
- {
- "filename": "783",
+ "filename": "727",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3043,15 +2413,78 @@
},
"spriteSourceSize": {
"x": 9,
- "y": 3,
- "w": 21,
- "h": 27
+ "y": 4,
+ "w": 23,
+ "h": 24
},
"frame": {
- "x": 137,
- "y": 263,
- "w": 21,
- "h": 27
+ "x": 286,
+ "y": 82,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "776",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 23,
+ "h": 26
+ },
+ "frame": {
+ "x": 287,
+ "y": 106,
+ "w": 23,
+ "h": 26
+ }
+ },
+ {
+ "filename": "727s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 287,
+ "y": 132,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "776s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 23,
+ "h": 26
+ },
+ "frame": {
+ "x": 309,
+ "y": 76,
+ "w": 23,
+ "h": 26
}
},
{
@@ -3069,8 +2502,8 @@
"h": 27
},
"frame": {
- "x": 155,
- "y": 206,
+ "x": 310,
+ "y": 102,
"w": 21,
"h": 27
}
@@ -3090,8 +2523,8 @@
"h": 26
},
"frame": {
- "x": 155,
- "y": 233,
+ "x": 310,
+ "y": 129,
"w": 22,
"h": 26
}
@@ -3111,8 +2544,8 @@
"h": 26
},
"frame": {
- "x": 158,
- "y": 259,
+ "x": 332,
+ "y": 76,
"w": 22,
"h": 26
}
@@ -3132,12 +2565,306 @@
"h": 26
},
"frame": {
- "x": 160,
- "y": 285,
+ "x": 331,
+ "y": 102,
"w": 22,
"h": 26
}
},
+ {
+ "filename": "745",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 6,
+ "w": 25,
+ "h": 23
+ },
+ "frame": {
+ "x": 354,
+ "y": 75,
+ "w": 25,
+ "h": 23
+ }
+ },
+ {
+ "filename": "788s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 2,
+ "w": 22,
+ "h": 26
+ },
+ "frame": {
+ "x": 332,
+ "y": 128,
+ "w": 22,
+ "h": 26
+ }
+ },
+ {
+ "filename": "724",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 4,
+ "w": 19,
+ "h": 25
+ },
+ "frame": {
+ "x": 379,
+ "y": 75,
+ "w": 19,
+ "h": 25
+ }
+ },
+ {
+ "filename": "724s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 4,
+ "w": 19,
+ "h": 25
+ },
+ "frame": {
+ "x": 394,
+ "y": 49,
+ "w": 19,
+ "h": 25
+ }
+ },
+ {
+ "filename": "745s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 6,
+ "w": 25,
+ "h": 23
+ },
+ "frame": {
+ "x": 413,
+ "y": 48,
+ "w": 25,
+ "h": 23
+ }
+ },
+ {
+ "filename": "781",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 3,
+ "w": 19,
+ "h": 25
+ },
+ "frame": {
+ "x": 438,
+ "y": 48,
+ "w": 19,
+ "h": 25
+ }
+ },
+ {
+ "filename": "729",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 5,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 457,
+ "y": 49,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "806",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 3,
+ "w": 22,
+ "h": 25
+ },
+ "frame": {
+ "x": 480,
+ "y": 52,
+ "w": 22,
+ "h": 25
+ }
+ },
+ {
+ "filename": "801-original",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 2,
+ "w": 20,
+ "h": 28
+ },
+ "frame": {
+ "x": 398,
+ "y": 74,
+ "w": 20,
+ "h": 28
+ }
+ },
+ {
+ "filename": "801",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 2,
+ "w": 20,
+ "h": 28
+ },
+ "frame": {
+ "x": 418,
+ "y": 71,
+ "w": 20,
+ "h": 28
+ }
+ },
+ {
+ "filename": "803",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 3,
+ "w": 23,
+ "h": 25
+ },
+ "frame": {
+ "x": 438,
+ "y": 73,
+ "w": 23,
+ "h": 25
+ }
+ },
+ {
+ "filename": "781s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 3,
+ "w": 19,
+ "h": 25
+ },
+ "frame": {
+ "x": 461,
+ "y": 73,
+ "w": 19,
+ "h": 25
+ }
+ },
+ {
+ "filename": "806s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 3,
+ "w": 22,
+ "h": 25
+ },
+ "frame": {
+ "x": 480,
+ "y": 77,
+ "w": 22,
+ "h": 25
+ }
+ },
+ {
+ "filename": "734",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 10,
+ "w": 25,
+ "h": 16
+ },
+ "frame": {
+ "x": 354,
+ "y": 98,
+ "w": 25,
+ "h": 16
+ }
+ },
{
"filename": "767",
"rotated": false,
@@ -3153,14 +2880,35 @@
"h": 14
},
"frame": {
- "x": 245,
- "y": 137,
+ "x": 353,
+ "y": 114,
"w": 24,
"h": 14
}
},
{
- "filename": "767s",
+ "filename": "803s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 3,
+ "w": 23,
+ "h": 25
+ },
+ "frame": {
+ "x": 354,
+ "y": 128,
+ "w": 23,
+ "h": 25
+ }
+ },
+ {
+ "filename": "732",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3169,15 +2917,603 @@
},
"spriteSourceSize": {
"x": 10,
- "y": 11,
- "w": 24,
- "h": 14
+ "y": 6,
+ "w": 19,
+ "h": 22
},
"frame": {
- "x": 269,
- "y": 138,
+ "x": 379,
+ "y": 100,
+ "w": 19,
+ "h": 22
+ }
+ },
+ {
+ "filename": "801s-original",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 2,
+ "w": 20,
+ "h": 28
+ },
+ "frame": {
+ "x": 377,
+ "y": 122,
+ "w": 20,
+ "h": 28
+ }
+ },
+ {
+ "filename": "729s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 5,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 398,
+ "y": 102,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "768",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
"w": 24,
- "h": 14
+ "h": 23
+ },
+ "frame": {
+ "x": 397,
+ "y": 126,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "801s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 2,
+ "w": 20,
+ "h": 28
+ },
+ "frame": {
+ "x": 421,
+ "y": 99,
+ "w": 20,
+ "h": 28
+ }
+ },
+ {
+ "filename": "768s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 441,
+ "y": 98,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "735",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 4,
+ "w": 20,
+ "h": 24
+ },
+ "frame": {
+ "x": 421,
+ "y": 127,
+ "w": 20,
+ "h": 24
+ }
+ },
+ {
+ "filename": "770",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 441,
+ "y": 121,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "2050",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 10,
+ "w": 15,
+ "h": 18
+ },
+ "frame": {
+ "x": 465,
+ "y": 98,
+ "w": 15,
+ "h": 18
+ }
+ },
+ {
+ "filename": "756",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 5,
+ "w": 22,
+ "h": 24
+ },
+ "frame": {
+ "x": 480,
+ "y": 102,
+ "w": 22,
+ "h": 24
+ }
+ },
+ {
+ "filename": "2050s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 10,
+ "w": 15,
+ "h": 18
+ },
+ "frame": {
+ "x": 465,
+ "y": 116,
+ "w": 15,
+ "h": 18
+ }
+ },
+ {
+ "filename": "756s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 5,
+ "w": 22,
+ "h": 24
+ },
+ "frame": {
+ "x": 480,
+ "y": 126,
+ "w": 22,
+ "h": 24
+ }
+ },
+ {
+ "filename": "761",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 8,
+ "w": 16,
+ "h": 19
+ },
+ "frame": {
+ "x": 464,
+ "y": 134,
+ "w": 16,
+ "h": 19
+ }
+ },
+ {
+ "filename": "802-zenith",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 4,
+ "w": 22,
+ "h": 24
+ },
+ "frame": {
+ "x": 480,
+ "y": 150,
+ "w": 22,
+ "h": 24
+ }
+ },
+ {
+ "filename": "733",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 7,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 441,
+ "y": 145,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "761s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 8,
+ "w": 16,
+ "h": 19
+ },
+ "frame": {
+ "x": 464,
+ "y": 153,
+ "w": 16,
+ "h": 19
+ }
+ },
+ {
+ "filename": "745-midnight",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 165,
+ "y": 143,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "2020",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 6,
+ "w": 25,
+ "h": 22
+ },
+ "frame": {
+ "x": 186,
+ "y": 146,
+ "w": 25,
+ "h": 22
+ }
+ },
+ {
+ "filename": "2020s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 6,
+ "w": 25,
+ "h": 22
+ },
+ "frame": {
+ "x": 211,
+ "y": 146,
+ "w": 25,
+ "h": 22
+ }
+ },
+ {
+ "filename": "802",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 4,
+ "w": 22,
+ "h": 24
+ },
+ "frame": {
+ "x": 164,
+ "y": 167,
+ "w": 22,
+ "h": 24
+ }
+ },
+ {
+ "filename": "2105",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 186,
+ "y": 168,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "2105s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 210,
+ "y": 168,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "734s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 10,
+ "w": 25,
+ "h": 16
+ },
+ "frame": {
+ "x": 164,
+ "y": 191,
+ "w": 25,
+ "h": 16
+ }
+ },
+ {
+ "filename": "770s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 163,
+ "y": 207,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "2051",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 163,
+ "y": 231,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "758s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 6,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 189,
+ "y": 191,
+ "w": 24,
+ "h": 22
+ }
+ },
+ {
+ "filename": "2051s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 186,
+ "y": 213,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "745s-midnight",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 213,
+ "y": 191,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "2053",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 209,
+ "y": 215,
+ "w": 24,
+ "h": 22
}
},
{
@@ -3195,8 +3531,8 @@
"h": 22
},
"frame": {
- "x": 293,
- "y": 142,
+ "x": 186,
+ "y": 237,
"w": 24,
"h": 22
}
@@ -3216,14 +3552,14 @@
"h": 22
},
"frame": {
- "x": 317,
- "y": 142,
+ "x": 210,
+ "y": 237,
"w": 23,
"h": 22
}
},
{
- "filename": "769s",
+ "filename": "802s-zenith",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3231,125 +3567,20 @@
"h": 30
},
"spriteSourceSize": {
- "x": 8,
- "y": 6,
- "w": 23,
- "h": 22
- },
- "frame": {
- "x": 340,
- "y": 142,
- "w": 23,
- "h": 22
- }
- },
- {
- "filename": "752",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 8,
- "w": 23,
- "h": 18
- },
- "frame": {
- "x": 363,
- "y": 149,
- "w": 23,
- "h": 18
- }
- },
- {
- "filename": "2074",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 24,
- "h": 15
- },
- "frame": {
- "x": 386,
- "y": 152,
- "w": 24,
- "h": 15
- }
- },
- {
- "filename": "2074s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 24,
- "h": 15
- },
- "frame": {
- "x": 410,
- "y": 154,
- "w": 24,
- "h": 15
- }
- },
- {
- "filename": "752s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 8,
- "w": 23,
- "h": 18
- },
- "frame": {
- "x": 434,
- "y": 161,
- "w": 23,
- "h": 18
- }
- },
- {
- "filename": "745-midnight",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
+ "x": 13,
"y": 4,
- "w": 21,
+ "w": 22,
"h": 24
},
"frame": {
- "x": 457,
- "y": 164,
- "w": 21,
+ "x": 187,
+ "y": 259,
+ "w": 22,
"h": 24
}
},
{
- "filename": "770",
+ "filename": "802s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3357,20 +3588,20 @@
"h": 30
},
"spriteSourceSize": {
- "x": 9,
+ "x": 13,
"y": 4,
- "w": 23,
+ "w": 22,
"h": 24
},
"frame": {
- "x": 478,
- "y": 168,
- "w": 23,
+ "x": 209,
+ "y": 259,
+ "w": 22,
"h": 24
}
},
{
- "filename": "722",
+ "filename": "746",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3379,19 +3610,40 @@
},
"spriteSourceSize": {
"x": 12,
- "y": 8,
- "w": 17,
- "h": 18
+ "y": 11,
+ "w": 18,
+ "h": 13
},
"frame": {
- "x": 163,
- "y": 188,
- "w": 17,
- "h": 18
+ "x": 187,
+ "y": 283,
+ "w": 18,
+ "h": 13
}
},
{
- "filename": "735",
+ "filename": "733s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 7,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 236,
+ "y": 149,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "807",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3401,308 +3653,14 @@
"spriteSourceSize": {
"x": 11,
"y": 4,
- "w": 20,
- "h": 24
- },
- "frame": {
- "x": 163,
- "y": 164,
- "w": 20,
- "h": 24
- }
- },
- {
- "filename": "789",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 6,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 165,
- "y": 144,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "788s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
"w": 22,
- "h": 26
+ "h": 24
},
"frame": {
- "x": 176,
- "y": 206,
+ "x": 234,
+ "y": 170,
"w": 22,
- "h": 26
- }
- },
- {
- "filename": "803",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 3,
- "w": 23,
- "h": 25
- },
- "frame": {
- "x": 177,
- "y": 232,
- "w": 23,
- "h": 25
- }
- },
- {
- "filename": "786",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 3,
- "w": 20,
- "h": 25
- },
- "frame": {
- "x": 180,
- "y": 257,
- "w": 20,
- "h": 25
- }
- },
- {
- "filename": "786s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 3,
- "w": 20,
- "h": 25
- },
- "frame": {
- "x": 182,
- "y": 282,
- "w": 20,
- "h": 25
- }
- },
- {
- "filename": "778-busted",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 12,
- "w": 21,
- "h": 16
- },
- "frame": {
- "x": 182,
- "y": 307,
- "w": 21,
- "h": 16
- }
- },
- {
- "filename": "757",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 9,
- "w": 19,
- "h": 18
- },
- "frame": {
- "x": 180,
- "y": 188,
- "w": 19,
- "h": 18
- }
- },
- {
- "filename": "735s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 4,
- "w": 20,
"h": 24
- },
- "frame": {
- "x": 183,
- "y": 164,
- "w": 20,
- "h": 24
- }
- },
- {
- "filename": "728",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 17,
- "h": 20
- },
- "frame": {
- "x": 188,
- "y": 144,
- "w": 17,
- "h": 20
- }
- },
- {
- "filename": "770s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 205,
- "y": 142,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "760",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 228,
- "y": 142,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "803s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 3,
- "w": 23,
- "h": 25
- },
- "frame": {
- "x": 203,
- "y": 166,
- "w": 23,
- "h": 25
- }
- },
- {
- "filename": "806",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 3,
- "w": 22,
- "h": 25
- },
- "frame": {
- "x": 226,
- "y": 166,
- "w": 22,
- "h": 25
- }
- },
- {
- "filename": "789s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 6,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 199,
- "y": 191,
- "w": 23,
- "h": 20
}
},
{
@@ -3720,14 +3678,14 @@
"h": 21
},
"frame": {
- "x": 198,
- "y": 211,
+ "x": 234,
+ "y": 194,
"w": 22,
"h": 21
}
},
{
- "filename": "806s",
+ "filename": "807s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3735,125 +3693,20 @@
"h": 30
},
"spriteSourceSize": {
- "x": 9,
- "y": 3,
- "w": 22,
- "h": 25
- },
- "frame": {
- "x": 200,
- "y": 232,
- "w": 22,
- "h": 25
- }
- },
- {
- "filename": "756",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 5,
- "w": 22,
- "h": 24
- },
- "frame": {
- "x": 200,
- "y": 257,
- "w": 22,
- "h": 24
- }
- },
- {
- "filename": "745s-midnight",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
+ "x": 11,
"y": 4,
- "w": 21,
+ "w": 22,
"h": 24
},
"frame": {
- "x": 202,
- "y": 281,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "2027",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 10,
- "w": 21,
- "h": 18
- },
- "frame": {
- "x": 203,
- "y": 305,
- "w": 21,
- "h": 18
- }
- },
- {
- "filename": "2051",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 222,
- "y": 191,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "778s-busted",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 12,
- "w": 21,
- "h": 16
- },
- "frame": {
- "x": 220,
+ "x": 233,
"y": 215,
- "w": 21,
- "h": 16
+ "w": 22,
+ "h": 24
}
},
{
- "filename": "756s",
+ "filename": "738s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3862,19 +3715,19 @@
},
"spriteSourceSize": {
"x": 9,
- "y": 5,
+ "y": 6,
"w": 22,
- "h": 24
+ "h": 21
},
"frame": {
- "x": 222,
- "y": 231,
+ "x": 233,
+ "y": 239,
"w": 22,
- "h": 24
+ "h": 21
}
},
{
- "filename": "802",
+ "filename": "769s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3882,16 +3735,37 @@
"h": 30
},
"spriteSourceSize": {
- "x": 13,
- "y": 4,
- "w": 22,
- "h": 24
+ "x": 8,
+ "y": 6,
+ "w": 23,
+ "h": 22
},
"frame": {
- "x": 222,
- "y": 255,
- "w": 22,
- "h": 24
+ "x": 231,
+ "y": 260,
+ "w": 23,
+ "h": 22
+ }
+ },
+ {
+ "filename": "767s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 11,
+ "w": 24,
+ "h": 14
+ },
+ "frame": {
+ "x": 205,
+ "y": 283,
+ "w": 24,
+ "h": 14
}
},
{
@@ -3909,8 +3783,71 @@
"h": 24
},
"frame": {
- "x": 223,
- "y": 279,
+ "x": 195,
+ "y": 297,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "735s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 4,
+ "w": 20,
+ "h": 24
+ },
+ "frame": {
+ "x": 216,
+ "y": 297,
+ "w": 20,
+ "h": 24
+ }
+ },
+ {
+ "filename": "752",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 8,
+ "w": 23,
+ "h": 18
+ },
+ "frame": {
+ "x": 259,
+ "y": 154,
+ "w": 23,
+ "h": 18
+ }
+ },
+ {
+ "filename": "763s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 256,
+ "y": 172,
"w": 21,
"h": 24
}
@@ -3930,134 +3867,8 @@
"h": 20
},
"frame": {
- "x": 224,
- "y": 303,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "746",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 18,
- "h": 13
- },
- "frame": {
- "x": 245,
- "y": 151,
- "w": 18,
- "h": 13
- }
- },
- {
- "filename": "760s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 248,
- "y": 164,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "2051s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 265,
- "y": 152,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "738s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 265,
- "y": 176,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "743",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 5,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 245,
- "y": 191,
- "w": 20,
- "h": 22
- }
- },
- {
- "filename": "747s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 7,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 265,
- "y": 197,
+ "x": 256,
+ "y": 196,
"w": 22,
"h": 20
}
@@ -4077,8 +3888,8 @@
"h": 23
},
"frame": {
- "x": 288,
- "y": 164,
+ "x": 255,
+ "y": 216,
"w": 22,
"h": 23
}
@@ -4098,77 +3909,14 @@
"h": 23
},
"frame": {
- "x": 310,
- "y": 164,
+ "x": 255,
+ "y": 239,
"w": 22,
"h": 23
}
},
{
- "filename": "802s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 4,
- "w": 22,
- "h": 24
- },
- "frame": {
- "x": 287,
- "y": 187,
- "w": 22,
- "h": 24
- }
- },
- {
- "filename": "807",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 4,
- "w": 22,
- "h": 24
- },
- "frame": {
- "x": 309,
- "y": 187,
- "w": 22,
- "h": 24
- }
- },
- {
- "filename": "807s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 4,
- "w": 22,
- "h": 24
- },
- "frame": {
- "x": 332,
- "y": 164,
- "w": 22,
- "h": 24
- }
- },
- {
- "filename": "749",
+ "filename": "789",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4177,19 +3925,61 @@
},
"spriteSourceSize": {
"x": 10,
+ "y": 6,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 254,
+ "y": 262,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "752s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 8,
+ "w": 23,
+ "h": 18
+ },
+ "frame": {
+ "x": 282,
+ "y": 156,
+ "w": 23,
+ "h": 18
+ }
+ },
+ {
+ "filename": "743",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
"y": 5,
- "w": 21,
- "h": 23
+ "w": 20,
+ "h": 22
},
"frame": {
- "x": 331,
- "y": 188,
- "w": 21,
- "h": 23
+ "x": 277,
+ "y": 174,
+ "w": 20,
+ "h": 22
}
},
{
- "filename": "2037",
+ "filename": "732s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4198,61 +3988,19 @@
},
"spriteSourceSize": {
"x": 10,
- "y": 7,
- "w": 22,
- "h": 21
+ "y": 6,
+ "w": 19,
+ "h": 22
},
"frame": {
- "x": 354,
- "y": 167,
- "w": 22,
- "h": 21
+ "x": 278,
+ "y": 196,
+ "w": 19,
+ "h": 22
}
},
{
- "filename": "749s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 352,
- "y": 188,
- "w": 21,
- "h": 23
- }
- },
- {
- "filename": "2037s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 7,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 376,
- "y": 167,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "763s",
+ "filename": "786",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4261,15 +4009,57 @@
},
"spriteSourceSize": {
"x": 11,
- "y": 4,
- "w": 21,
- "h": 24
+ "y": 3,
+ "w": 20,
+ "h": 25
},
"frame": {
- "x": 373,
- "y": 188,
- "w": 21,
- "h": 24
+ "x": 277,
+ "y": 218,
+ "w": 20,
+ "h": 25
+ }
+ },
+ {
+ "filename": "786s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 3,
+ "w": 20,
+ "h": 25
+ },
+ "frame": {
+ "x": 277,
+ "y": 243,
+ "w": 20,
+ "h": 25
+ }
+ },
+ {
+ "filename": "739",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 6,
+ "w": 20,
+ "h": 21
+ },
+ "frame": {
+ "x": 277,
+ "y": 268,
+ "w": 20,
+ "h": 21
}
},
{
@@ -4287,54 +4077,12 @@
"h": 24
},
"frame": {
- "x": 394,
- "y": 188,
+ "x": 297,
+ "y": 174,
"w": 13,
"h": 24
}
},
- {
- "filename": "790",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 7,
- "w": 21,
- "h": 19
- },
- "frame": {
- "x": 398,
- "y": 169,
- "w": 21,
- "h": 19
- }
- },
- {
- "filename": "2050s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 15,
- "h": 18
- },
- "frame": {
- "x": 419,
- "y": 169,
- "w": 15,
- "h": 18
- }
- },
{
"filename": "755s",
"rotated": false,
@@ -4350,8 +4098,8 @@
"h": 24
},
"frame": {
- "x": 407,
- "y": 188,
+ "x": 297,
+ "y": 198,
"w": 13,
"h": 24
}
@@ -4371,180 +4119,12 @@
"h": 24
},
"frame": {
- "x": 420,
- "y": 187,
+ "x": 297,
+ "y": 222,
"w": 21,
"h": 24
}
},
- {
- "filename": "761s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 16,
- "h": 19
- },
- "frame": {
- "x": 441,
- "y": 179,
- "w": 16,
- "h": 19
- }
- },
- {
- "filename": "775",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 6,
- "w": 21,
- "h": 20
- },
- "frame": {
- "x": 457,
- "y": 188,
- "w": 21,
- "h": 20
- }
- },
- {
- "filename": "775s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 6,
- "w": 21,
- "h": 20
- },
- "frame": {
- "x": 478,
- "y": 192,
- "w": 21,
- "h": 20
- }
- },
- {
- "filename": "751",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 14,
- "h": 20
- },
- "frame": {
- "x": 441,
- "y": 198,
- "w": 14,
- "h": 20
- }
- },
- {
- "filename": "779",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 7,
- "w": 21,
- "h": 20
- },
- "frame": {
- "x": 420,
- "y": 211,
- "w": 21,
- "h": 20
- }
- },
- {
- "filename": "779s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 7,
- "w": 21,
- "h": 20
- },
- "frame": {
- "x": 455,
- "y": 208,
- "w": 21,
- "h": 20
- }
- },
- {
- "filename": "751s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 14,
- "h": 20
- },
- "frame": {
- "x": 441,
- "y": 218,
- "w": 14,
- "h": 20
- }
- },
- {
- "filename": "790s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 7,
- "w": 21,
- "h": 19
- },
- "frame": {
- "x": 476,
- "y": 212,
- "w": 21,
- "h": 19
- }
- },
{
"filename": "793s",
"rotated": false,
@@ -4560,14 +4140,161 @@
"h": 24
},
"frame": {
- "x": 455,
- "y": 228,
+ "x": 297,
+ "y": 246,
"w": 21,
"h": 24
}
},
{
- "filename": "2019",
+ "filename": "747s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 7,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 297,
+ "y": 270,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "2074",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 13,
+ "w": 24,
+ "h": 15
+ },
+ "frame": {
+ "x": 231,
+ "y": 282,
+ "w": 24,
+ "h": 15
+ }
+ },
+ {
+ "filename": "2037",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 7,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 255,
+ "y": 282,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "744",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 6,
+ "w": 19,
+ "h": 22
+ },
+ "frame": {
+ "x": 236,
+ "y": 297,
+ "w": 19,
+ "h": 22
+ }
+ },
+ {
+ "filename": "743s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 5,
+ "w": 20,
+ "h": 22
+ },
+ "frame": {
+ "x": 255,
+ "y": 303,
+ "w": 20,
+ "h": 22
+ }
+ },
+ {
+ "filename": "754",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 6,
+ "w": 20,
+ "h": 22
+ },
+ "frame": {
+ "x": 275,
+ "y": 303,
+ "w": 20,
+ "h": 22
+ }
+ },
+ {
+ "filename": "746s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 11,
+ "w": 18,
+ "h": 13
+ },
+ "frame": {
+ "x": 277,
+ "y": 290,
+ "w": 18,
+ "h": 13
+ }
+ },
+ {
+ "filename": "749",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4578,17 +4305,101 @@
"x": 10,
"y": 5,
"w": 21,
- "h": 21
+ "h": 23
},
"frame": {
- "x": 476,
- "y": 231,
+ "x": 295,
+ "y": 290,
"w": 21,
- "h": 21
+ "h": 23
}
},
{
- "filename": "2019s",
+ "filename": "722",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 8,
+ "w": 17,
+ "h": 18
+ },
+ "frame": {
+ "x": 305,
+ "y": 156,
+ "w": 17,
+ "h": 18
+ }
+ },
+ {
+ "filename": "741-sensu",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 310,
+ "y": 174,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "741s-sensu",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 310,
+ "y": 197,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "737",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 8,
+ "w": 18,
+ "h": 19
+ },
+ "frame": {
+ "x": 322,
+ "y": 155,
+ "w": 18,
+ "h": 19
+ }
+ },
+ {
+ "filename": "749s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4599,55 +4410,13 @@
"x": 10,
"y": 5,
"w": 21,
- "h": 21
+ "h": 23
},
"frame": {
- "x": 287,
- "y": 211,
+ "x": 327,
+ "y": 174,
"w": 21,
- "h": 21
- }
- },
- {
- "filename": "2052",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 7,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 308,
- "y": 211,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "2052s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 7,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 329,
- "y": 211,
- "w": 21,
- "h": 21
+ "h": 23
}
},
{
@@ -4665,8 +4434,8 @@
"h": 23
},
"frame": {
- "x": 350,
- "y": 211,
+ "x": 327,
+ "y": 197,
"w": 21,
"h": 23
}
@@ -4686,75 +4455,12 @@
"h": 23
},
"frame": {
- "x": 371,
- "y": 212,
+ "x": 318,
+ "y": 220,
"w": 21,
"h": 23
}
},
- {
- "filename": "743s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 5,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 392,
- "y": 212,
- "w": 20,
- "h": 22
- }
- },
- {
- "filename": "739",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 6,
- "w": 20,
- "h": 21
- },
- "frame": {
- "x": 245,
- "y": 213,
- "w": 20,
- "h": 21
- }
- },
- {
- "filename": "754",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 6,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 244,
- "y": 234,
- "w": 20,
- "h": 22
- }
- },
{
"filename": "754s",
"rotated": false,
@@ -4770,12 +4476,33 @@
"h": 22
},
"frame": {
- "x": 244,
- "y": 256,
+ "x": 318,
+ "y": 243,
"w": 20,
"h": 22
}
},
+ {
+ "filename": "728",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 8,
+ "w": 17,
+ "h": 20
+ },
+ "frame": {
+ "x": 340,
+ "y": 154,
+ "w": 17,
+ "h": 20
+ }
+ },
{
"filename": "739s",
"rotated": false,
@@ -4791,14 +4518,14 @@
"h": 21
},
"frame": {
- "x": 244,
- "y": 278,
+ "x": 357,
+ "y": 153,
"w": 20,
"h": 21
}
},
{
- "filename": "2027s",
+ "filename": "789s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4807,19 +4534,19 @@
},
"spriteSourceSize": {
"x": 10,
- "y": 10,
- "w": 21,
- "h": 18
+ "y": 6,
+ "w": 23,
+ "h": 20
},
"frame": {
- "x": 265,
- "y": 217,
- "w": 21,
- "h": 18
+ "x": 348,
+ "y": 174,
+ "w": 23,
+ "h": 20
}
},
{
- "filename": "744",
+ "filename": "2037s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4827,16 +4554,16 @@
"h": 30
},
"spriteSourceSize": {
- "x": 11,
- "y": 6,
- "w": 19,
- "h": 22
+ "x": 10,
+ "y": 7,
+ "w": 22,
+ "h": 21
},
"frame": {
- "x": 264,
- "y": 235,
- "w": 19,
- "h": 22
+ "x": 348,
+ "y": 194,
+ "w": 22,
+ "h": 21
}
},
{
@@ -4854,33 +4581,12 @@
"h": 22
},
"frame": {
- "x": 264,
- "y": 257,
+ "x": 377,
+ "y": 150,
"w": 19,
"h": 22
}
},
- {
- "filename": "741-pompom",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 7,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 264,
- "y": 279,
- "w": 20,
- "h": 20
- }
- },
{
"filename": "762",
"rotated": false,
@@ -4896,8 +4602,8 @@
"h": 23
},
"frame": {
- "x": 246,
- "y": 299,
+ "x": 319,
+ "y": 265,
"w": 18,
"h": 23
}
@@ -4917,54 +4623,12 @@
"h": 23
},
"frame": {
- "x": 264,
- "y": 299,
+ "x": 339,
+ "y": 220,
"w": 18,
"h": 23
}
},
- {
- "filename": "741-sensu",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 283,
- "y": 235,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "728s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 17,
- "h": 20
- },
- "frame": {
- "x": 283,
- "y": 258,
- "w": 17,
- "h": 20
- }
- },
{
"filename": "741-pau",
"rotated": false,
@@ -4980,8 +4644,8 @@
"h": 22
},
"frame": {
- "x": 300,
- "y": 232,
+ "x": 338,
+ "y": 243,
"w": 18,
"h": 22
}
@@ -5001,35 +4665,14 @@
"h": 22
},
"frame": {
- "x": 318,
- "y": 232,
+ "x": 337,
+ "y": 265,
"w": 18,
"h": 22
}
},
{
- "filename": "741s-pompom",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 7,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 300,
- "y": 254,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "723s",
+ "filename": "723",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5043,14 +4686,14 @@
"h": 22
},
"frame": {
- "x": 284,
- "y": 278,
+ "x": 357,
+ "y": 215,
"w": 17,
"h": 22
}
},
{
- "filename": "741s-sensu",
+ "filename": "2074s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5058,20 +4701,20 @@
"h": 30
},
"spriteSourceSize": {
- "x": 13,
- "y": 5,
- "w": 17,
- "h": 23
+ "x": 8,
+ "y": 13,
+ "w": 24,
+ "h": 15
},
"frame": {
- "x": 282,
- "y": 300,
- "w": 17,
- "h": 23
+ "x": 397,
+ "y": 149,
+ "w": 24,
+ "h": 15
}
},
{
- "filename": "731",
+ "filename": "741-pompom",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5079,16 +4722,37 @@
"h": 30
},
"spriteSourceSize": {
- "x": 12,
+ "x": 10,
+ "y": 7,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 421,
+ "y": 151,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "775",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
"y": 6,
- "w": 17,
- "h": 22
+ "w": 21,
+ "h": 20
},
"frame": {
- "x": 320,
- "y": 254,
- "w": 17,
- "h": 22
+ "x": 396,
+ "y": 164,
+ "w": 21,
+ "h": 20
}
},
{
@@ -5106,14 +4770,119 @@
"h": 20
},
"frame": {
- "x": 301,
- "y": 274,
+ "x": 377,
+ "y": 172,
"w": 19,
"h": 20
}
},
{
- "filename": "722s",
+ "filename": "775s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 6,
+ "w": 21,
+ "h": 20
+ },
+ "frame": {
+ "x": 417,
+ "y": 171,
+ "w": 21,
+ "h": 20
+ }
+ },
+ {
+ "filename": "778-busted",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 12,
+ "w": 21,
+ "h": 16
+ },
+ "frame": {
+ "x": 396,
+ "y": 184,
+ "w": 21,
+ "h": 16
+ }
+ },
+ {
+ "filename": "778s-busted",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 12,
+ "w": 21,
+ "h": 16
+ },
+ "frame": {
+ "x": 417,
+ "y": 191,
+ "w": 21,
+ "h": 16
+ }
+ },
+ {
+ "filename": "779",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 7,
+ "w": 21,
+ "h": 20
+ },
+ "frame": {
+ "x": 441,
+ "y": 166,
+ "w": 21,
+ "h": 20
+ }
+ },
+ {
+ "filename": "2019",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 5,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 438,
+ "y": 186,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "737s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5123,18 +4892,18 @@
"spriteSourceSize": {
"x": 12,
"y": 8,
- "w": 17,
- "h": 18
+ "w": 18,
+ "h": 19
},
"frame": {
- "x": 320,
- "y": 276,
- "w": 17,
- "h": 18
+ "x": 462,
+ "y": 172,
+ "w": 18,
+ "h": 19
}
},
{
- "filename": "753",
+ "filename": "779s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5142,20 +4911,125 @@
"h": 30
},
"spriteSourceSize": {
- "x": 14,
- "y": 8,
- "w": 14,
+ "x": 10,
+ "y": 7,
+ "w": 21,
+ "h": 20
+ },
+ "frame": {
+ "x": 480,
+ "y": 174,
+ "w": 21,
+ "h": 20
+ }
+ },
+ {
+ "filename": "790",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 7,
+ "w": 21,
"h": 19
},
"frame": {
- "x": 336,
- "y": 232,
- "w": 14,
+ "x": 459,
+ "y": 191,
+ "w": 21,
"h": 19
}
},
{
- "filename": "2088",
+ "filename": "790s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 7,
+ "w": 21,
+ "h": 19
+ },
+ "frame": {
+ "x": 480,
+ "y": 194,
+ "w": 21,
+ "h": 19
+ }
+ },
+ {
+ "filename": "2019s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 5,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 370,
+ "y": 194,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "723s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 5,
+ "w": 17,
+ "h": 22
+ },
+ "frame": {
+ "x": 374,
+ "y": 215,
+ "w": 17,
+ "h": 22
+ }
+ },
+ {
+ "filename": "2052",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 7,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 391,
+ "y": 200,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "2027",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5169,14 +5043,56 @@
"h": 18
},
"frame": {
- "x": 350,
- "y": 234,
+ "x": 391,
+ "y": 221,
"w": 21,
"h": 18
}
},
{
- "filename": "2088s",
+ "filename": "2052s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 7,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 412,
+ "y": 207,
+ "w": 21,
+ "h": 21
+ }
+ },
+ {
+ "filename": "741s-pompom",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 7,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 433,
+ "y": 207,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "2027s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5190,8 +5106,8 @@
"h": 18
},
"frame": {
- "x": 371,
- "y": 235,
+ "x": 412,
+ "y": 228,
"w": 21,
"h": 18
}
@@ -5211,12 +5127,75 @@
"h": 20
},
"frame": {
- "x": 392,
- "y": 234,
+ "x": 433,
+ "y": 227,
"w": 19,
"h": 20
}
},
+ {
+ "filename": "2088",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 10,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 453,
+ "y": 210,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "2088s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 10,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 452,
+ "y": 228,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "757",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 9,
+ "w": 19,
+ "h": 18
+ },
+ "frame": {
+ "x": 474,
+ "y": 213,
+ "w": 19,
+ "h": 18
+ }
+ },
{
"filename": "757s",
"rotated": false,
@@ -5232,12 +5211,54 @@
"h": 18
},
"frame": {
- "x": 301,
- "y": 294,
+ "x": 473,
+ "y": 231,
"w": 19,
"h": 18
}
},
+ {
+ "filename": "731",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 6,
+ "w": 17,
+ "h": 22
+ },
+ "frame": {
+ "x": 316,
+ "y": 290,
+ "w": 17,
+ "h": 22
+ }
+ },
+ {
+ "filename": "771",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 11,
+ "w": 18,
+ "h": 13
+ },
+ "frame": {
+ "x": 316,
+ "y": 312,
+ "w": 18,
+ "h": 13
+ }
+ },
{
"filename": "731s",
"rotated": false,
@@ -5253,12 +5274,33 @@
"h": 22
},
"frame": {
- "x": 320,
- "y": 294,
+ "x": 333,
+ "y": 288,
"w": 17,
"h": 22
}
},
+ {
+ "filename": "736",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 12,
+ "w": 17,
+ "h": 13
+ },
+ "frame": {
+ "x": 334,
+ "y": 310,
+ "w": 17,
+ "h": 13
+ }
+ },
{
"filename": "778-disguised",
"rotated": false,
@@ -5274,8 +5316,8 @@
"h": 22
},
"frame": {
- "x": 337,
- "y": 252,
+ "x": 350,
+ "y": 287,
"w": 17,
"h": 22
}
@@ -5295,54 +5337,12 @@
"h": 22
},
"frame": {
- "x": 354,
- "y": 252,
+ "x": 355,
+ "y": 265,
"w": 17,
"h": 22
}
},
- {
- "filename": "737",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 18,
- "h": 19
- },
- "frame": {
- "x": 337,
- "y": 274,
- "w": 18,
- "h": 19
- }
- },
- {
- "filename": "737s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 18,
- "h": 19
- },
- "frame": {
- "x": 371,
- "y": 253,
- "w": 18,
- "h": 19
- }
- },
{
"filename": "741",
"rotated": false,
@@ -5358,12 +5358,96 @@
"h": 19
},
"frame": {
- "x": 337,
- "y": 293,
+ "x": 356,
+ "y": 246,
"w": 17,
"h": 19
}
},
+ {
+ "filename": "728s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 8,
+ "w": 17,
+ "h": 20
+ },
+ "frame": {
+ "x": 373,
+ "y": 237,
+ "w": 17,
+ "h": 20
+ }
+ },
+ {
+ "filename": "722s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 8,
+ "w": 17,
+ "h": 18
+ },
+ "frame": {
+ "x": 390,
+ "y": 239,
+ "w": 17,
+ "h": 18
+ }
+ },
+ {
+ "filename": "736s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 12,
+ "w": 17,
+ "h": 13
+ },
+ "frame": {
+ "x": 351,
+ "y": 309,
+ "w": 17,
+ "h": 13
+ }
+ },
+ {
+ "filename": "771s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 11,
+ "w": 18,
+ "h": 13
+ },
+ "frame": {
+ "x": 373,
+ "y": 257,
+ "w": 18,
+ "h": 13
+ }
+ },
{
"filename": "741s",
"rotated": false,
@@ -5379,8 +5463,8 @@
"h": 19
},
"frame": {
- "x": 355,
- "y": 274,
+ "x": 372,
+ "y": 270,
"w": 17,
"h": 19
}
@@ -5400,12 +5484,33 @@
"h": 19
},
"frame": {
- "x": 354,
- "y": 293,
+ "x": 367,
+ "y": 289,
"w": 17,
"h": 19
}
},
+ {
+ "filename": "808",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 11,
+ "w": 17,
+ "h": 17
+ },
+ "frame": {
+ "x": 368,
+ "y": 308,
+ "w": 17,
+ "h": 17
+ }
+ },
{
"filename": "759s",
"rotated": false,
@@ -5421,96 +5526,12 @@
"h": 19
},
"frame": {
- "x": 372,
- "y": 272,
+ "x": 391,
+ "y": 257,
"w": 17,
"h": 19
}
},
- {
- "filename": "777",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 8,
- "w": 17,
- "h": 19
- },
- "frame": {
- "x": 389,
- "y": 254,
- "w": 17,
- "h": 19
- }
- },
- {
- "filename": "774",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 17,
- "h": 18
- },
- "frame": {
- "x": 389,
- "y": 273,
- "w": 17,
- "h": 18
- }
- },
- {
- "filename": "774s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 17,
- "h": 18
- },
- "frame": {
- "x": 389,
- "y": 273,
- "w": 17,
- "h": 18
- }
- },
- {
- "filename": "753s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 8,
- "w": 14,
- "h": 19
- },
- "frame": {
- "x": 406,
- "y": 254,
- "w": 14,
- "h": 19
- }
- },
{
"filename": "774-blue",
"rotated": false,
@@ -5526,35 +5547,14 @@
"h": 18
},
"frame": {
- "x": 406,
- "y": 273,
+ "x": 389,
+ "y": 276,
"w": 17,
"h": 18
}
},
{
- "filename": "746s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 18,
- "h": 13
- },
- "frame": {
- "x": 423,
- "y": 231,
- "w": 18,
- "h": 13
- }
- },
- {
- "filename": "777s",
+ "filename": "777",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5568,54 +5568,12 @@
"h": 19
},
"frame": {
- "x": 420,
- "y": 244,
+ "x": 408,
+ "y": 246,
"w": 17,
"h": 19
}
},
- {
- "filename": "771",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 11,
- "w": 18,
- "h": 13
- },
- "frame": {
- "x": 437,
- "y": 244,
- "w": 18,
- "h": 13
- }
- },
- {
- "filename": "771s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 11,
- "w": 18,
- "h": 13
- },
- "frame": {
- "x": 437,
- "y": 257,
- "w": 18,
- "h": 13
- }
- },
{
"filename": "774-green",
"rotated": false,
@@ -5631,12 +5589,33 @@
"h": 18
},
"frame": {
- "x": 455,
- "y": 252,
+ "x": 408,
+ "y": 265,
"w": 17,
"h": 18
}
},
+ {
+ "filename": "777s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 8,
+ "w": 17,
+ "h": 19
+ },
+ "frame": {
+ "x": 425,
+ "y": 247,
+ "w": 17,
+ "h": 19
+ }
+ },
{
"filename": "774-indigo",
"rotated": false,
@@ -5652,14 +5631,14 @@
"h": 18
},
"frame": {
- "x": 472,
- "y": 252,
+ "x": 425,
+ "y": 266,
"w": 17,
"h": 18
}
},
{
- "filename": "736",
+ "filename": "751",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5667,37 +5646,16 @@
"h": 30
},
"spriteSourceSize": {
- "x": 12,
- "y": 12,
- "w": 17,
- "h": 13
+ "x": 13,
+ "y": 8,
+ "w": 14,
+ "h": 20
},
"frame": {
- "x": 372,
- "y": 291,
- "w": 17,
- "h": 13
- }
- },
- {
- "filename": "736s",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 12,
- "w": 17,
- "h": 13
- },
- "frame": {
- "x": 389,
- "y": 291,
- "w": 17,
- "h": 13
+ "x": 442,
+ "y": 247,
+ "w": 14,
+ "h": 20
}
},
{
@@ -5715,8 +5673,8 @@
"h": 18
},
"frame": {
- "x": 406,
- "y": 291,
+ "x": 456,
+ "y": 246,
"w": 17,
"h": 18
}
@@ -5736,12 +5694,33 @@
"h": 18
},
"frame": {
- "x": 371,
- "y": 304,
+ "x": 473,
+ "y": 249,
"w": 17,
"h": 18
}
},
+ {
+ "filename": "751s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 8,
+ "w": 14,
+ "h": 20
+ },
+ "frame": {
+ "x": 442,
+ "y": 267,
+ "w": 14,
+ "h": 20
+ }
+ },
{
"filename": "774-violet",
"rotated": false,
@@ -5757,8 +5736,8 @@
"h": 18
},
"frame": {
- "x": 388,
- "y": 304,
+ "x": 456,
+ "y": 264,
"w": 17,
"h": 18
}
@@ -5778,8 +5757,29 @@
"h": 18
},
"frame": {
- "x": 423,
- "y": 270,
+ "x": 473,
+ "y": 267,
+ "w": 17,
+ "h": 18
+ }
+ },
+ {
+ "filename": "774",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 8,
+ "w": 17,
+ "h": 18
+ },
+ "frame": {
+ "x": 406,
+ "y": 283,
"w": 17,
"h": 18
}
@@ -5800,32 +5800,11 @@
},
"frame": {
"x": 423,
- "y": 288,
+ "y": 284,
"w": 17,
"h": 18
}
},
- {
- "filename": "808",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 17,
- "h": 17
- },
- "frame": {
- "x": 423,
- "y": 306,
- "w": 17,
- "h": 17
- }
- },
{
"filename": "774s-green",
"rotated": false,
@@ -5842,11 +5821,32 @@
},
"frame": {
"x": 440,
- "y": 270,
+ "y": 287,
"w": 17,
"h": 18
}
},
+ {
+ "filename": "753",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 14,
+ "y": 8,
+ "w": 14,
+ "h": 19
+ },
+ "frame": {
+ "x": 457,
+ "y": 282,
+ "w": 14,
+ "h": 19
+ }
+ },
{
"filename": "774s-indigo",
"rotated": false,
@@ -5862,14 +5862,14 @@
"h": 18
},
"frame": {
- "x": 440,
- "y": 288,
+ "x": 471,
+ "y": 285,
"w": 17,
"h": 18
}
},
{
- "filename": "808s",
+ "filename": "753s",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5877,16 +5877,16 @@
"h": 30
},
"spriteSourceSize": {
- "x": 12,
- "y": 11,
- "w": 17,
- "h": 17
+ "x": 14,
+ "y": 8,
+ "w": 14,
+ "h": 19
},
"frame": {
- "x": 440,
- "y": 306,
- "w": 17,
- "h": 17
+ "x": 488,
+ "y": 285,
+ "w": 14,
+ "h": 19
}
},
{
@@ -5904,8 +5904,8 @@
"h": 18
},
"frame": {
- "x": 457,
- "y": 270,
+ "x": 385,
+ "y": 294,
"w": 17,
"h": 18
}
@@ -5925,8 +5925,8 @@
"h": 18
},
"frame": {
- "x": 457,
- "y": 288,
+ "x": 402,
+ "y": 301,
"w": 17,
"h": 18
}
@@ -5946,8 +5946,8 @@
"h": 18
},
"frame": {
- "x": 474,
- "y": 270,
+ "x": 419,
+ "y": 302,
"w": 17,
"h": 18
}
@@ -5967,11 +5967,53 @@
"h": 18
},
"frame": {
- "x": 474,
- "y": 288,
+ "x": 436,
+ "y": 305,
"w": 17,
"h": 18
}
+ },
+ {
+ "filename": "774s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 11,
+ "y": 8,
+ "w": 17,
+ "h": 18
+ },
+ "frame": {
+ "x": 453,
+ "y": 305,
+ "w": 17,
+ "h": 18
+ }
+ },
+ {
+ "filename": "808s",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 11,
+ "w": 17,
+ "h": 17
+ },
+ "frame": {
+ "x": 470,
+ "y": 303,
+ "w": 17,
+ "h": 17
+ }
}
]
}
@@ -5979,6 +6021,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a4de8d1c4f7d4f58c929b8b5479e03f1:3c8ac308e19a7f9420a4df8a78188490:2e7c5873ead8fd8fce82a0b3fcc86b42$"
+ "smartupdate": "$TexturePacker:SmartUpdate:5861cb99c3db0943f1ccef3b0e1b4683:26656a692718930d92be5b6aba391ced:2e7c5873ead8fd8fce82a0b3fcc86b42$"
}
}
diff --git a/public/images/pokemon_icons_7.png b/public/images/pokemon_icons_7.png
index c9a396ed5c6..5e6421360fd 100644
Binary files a/public/images/pokemon_icons_7.png and b/public/images/pokemon_icons_7.png differ
diff --git a/public/images/pokemon_icons_7v.json b/public/images/pokemon_icons_7v.json
index a7f828a0fe1..30e12ce3bb4 100644
--- a/public/images/pokemon_icons_7v.json
+++ b/public/images/pokemon_icons_7v.json
@@ -1,956 +1,2981 @@
-{ "frames": {
- "2027_2": {
- "frame": { "x": 160, "y": 218, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2027_3": {
- "frame": { "x": 91, "y": 218, "w": 21, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 10, "w": 21, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2028_2": {
- "frame": { "x": 26, "y": 148, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2028_3": {
- "frame": { "x": 104, "y": 148, "w": 25, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 25, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2052_2": {
- "frame": { "x": 144, "y": 195, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2052_3": {
- "frame": { "x": 331, "y": 195, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2053_2": {
- "frame": { "x": 121, "y": 172, "w": 24, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 24, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "2053_3": {
- "frame": { "x": 312, "y": 172, "w": 24, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 24, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "728_2": {
- "frame": { "x": 62, "y": 219, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "728_3": {
- "frame": { "x": 45, "y": 219, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "729_2": {
- "frame": { "x": 158, "y": 171, "w": 23, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 23, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "729_3": {
- "frame": { "x": 98, "y": 172, "w": 23, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 23, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "730_2": {
- "frame": { "x": 130, "y": 145, "w": 28, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 28, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "730_3": {
- "frame": { "x": 234, "y": 147, "w": 28, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 28, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "734_2": {
- "frame": { "x": 306, "y": 214, "w": 25, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 25, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "734_3": {
- "frame": { "x": 20, "y": 215, "w": 25, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 25, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "735_2": {
- "frame": { "x": 268, "y": 175, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "735_3": {
- "frame": { "x": 288, "y": 175, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "742_2": {
- "frame": { "x": 187, "y": 217, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "742_3": {
- "frame": { "x": 283, "y": 217, "w": 19, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 19, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "743_2": {
- "frame": { "x": 0, "y": 197, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "743_3": {
- "frame": { "x": 96, "y": 196, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "747_2": {
- "frame": { "x": 165, "y": 198, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "747_3": {
- "frame": { "x": 202, "y": 197, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "748_2": {
- "frame": { "x": 0, "y": 148, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "748_3": {
- "frame": { "x": 312, "y": 147, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "751_2": {
- "frame": { "x": 104, "y": 60, "w": 14, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 14, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "751_3": {
- "frame": { "x": 130, "y": 88, "w": 14, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 14, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "752_2": {
- "frame": { "x": 283, "y": 199, "w": 23, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 23, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "752_3": {
- "frame": { "x": 116, "y": 214, "w": 23, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 8, "w": 23, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "753_2": {
- "frame": { "x": 187, "y": 198, "w": 14, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 8, "w": 14, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "753_3": {
- "frame": { "x": 234, "y": 118, "w": 14, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 8, "w": 14, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "754_2": {
- "frame": { "x": 71, "y": 197, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "754_3": {
- "frame": { "x": 224, "y": 198, "w": 20, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 20, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "755_2": {
- "frame": { "x": 346, "y": 52, "w": 13, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 4, "w": 13, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "755_3": {
- "frame": { "x": 268, "y": 30, "w": 13, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 14, "y": 4, "w": 13, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "756_2": {
- "frame": { "x": 338, "y": 171, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "756_3": {
- "frame": { "x": 0, "y": 173, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "761_2": {
- "frame": { "x": 323, "y": 235, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "761_3": {
- "frame": { "x": 129, "y": 235, "w": 16, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 16, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "762_2": {
- "frame": { "x": 342, "y": 29, "w": 18, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 4, "w": 18, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "762_3": {
- "frame": { "x": 265, "y": 199, "w": 18, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 4, "w": 18, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "763_2": {
- "frame": { "x": 50, "y": 175, "w": 21, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 21, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "763_3": {
- "frame": { "x": 181, "y": 174, "w": 21, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 21, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "767_2": {
- "frame": { "x": 223, "y": 220, "w": 24, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 24, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "767_3": {
- "frame": { "x": 17, "y": 231, "w": 24, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 11, "w": 24, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "768_2": {
- "frame": { "x": 26, "y": 172, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "768_3": {
- "frame": { "x": 74, "y": 150, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "771_2": {
- "frame": { "x": 163, "y": 236, "w": 18, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 11, "w": 18, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "771_3": {
- "frame": { "x": 145, "y": 236, "w": 18, "h": 13 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 11, "w": 18, "h": 13 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "772_2": {
- "frame": { "x": 262, "y": 147, "w": 25, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 25, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "772_3": {
- "frame": { "x": 287, "y": 147, "w": 25, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 25, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-bug_2": {
- "frame": { "x": 0, "y": 118, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-bug_3": {
- "frame": { "x": 26, "y": 118, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-dark_2": {
- "frame": { "x": 104, "y": 118, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-dark_3": {
- "frame": { "x": 182, "y": 118, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-dragon_2": {
- "frame": { "x": 208, "y": 118, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-dragon_3": {
- "frame": { "x": 52, "y": 120, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-electric_2": {
- "frame": { "x": 78, "y": 120, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-electric_3": {
- "frame": { "x": 268, "y": 57, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-fairy_2": {
- "frame": { "x": 294, "y": 57, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-fairy_3": {
- "frame": { "x": 320, "y": 57, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-fighting_2": {
- "frame": { "x": 0, "y": 58, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-fighting_3": {
- "frame": { "x": 26, "y": 58, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-fire_2": {
- "frame": { "x": 118, "y": 58, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-fire_3": {
- "frame": { "x": 203, "y": 58, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-flying_2": {
- "frame": { "x": 229, "y": 58, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-flying_3": {
- "frame": { "x": 326, "y": 117, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-ghost_2": {
- "frame": { "x": 78, "y": 60, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-ghost_3": {
- "frame": { "x": 144, "y": 85, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-grass_2": {
- "frame": { "x": 170, "y": 85, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-grass_3": {
- "frame": { "x": 255, "y": 87, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-ground_2": {
- "frame": { "x": 281, "y": 87, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-ground_3": {
- "frame": { "x": 307, "y": 87, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-ice_2": {
- "frame": { "x": 333, "y": 87, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-ice_3": {
- "frame": { "x": 0, "y": 88, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-poison_2": {
- "frame": { "x": 26, "y": 88, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-poison_3": {
- "frame": { "x": 104, "y": 88, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-psychic_2": {
- "frame": { "x": 196, "y": 88, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-psychic_3": {
- "frame": { "x": 222, "y": 88, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-rock_2": {
- "frame": { "x": 52, "y": 90, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-rock_3": {
- "frame": { "x": 78, "y": 90, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-steel_2": {
- "frame": { "x": 130, "y": 115, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-steel_3": {
- "frame": { "x": 52, "y": 60, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-water_2": {
- "frame": { "x": 156, "y": 115, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773-water_3": {
- "frame": { "x": 248, "y": 117, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773_2": {
- "frame": { "x": 274, "y": 117, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "773_3": {
- "frame": { "x": 300, "y": 117, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "776_2": {
- "frame": { "x": 181, "y": 148, "w": 23, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 23, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "776_3": {
- "frame": { "x": 158, "y": 145, "w": 23, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 23, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "777_2": {
- "frame": { "x": 223, "y": 234, "w": 17, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 17, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "777_3": {
- "frame": { "x": 112, "y": 232, "w": 17, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 8, "w": 17, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "778-busted_2": {
- "frame": { "x": 302, "y": 230, "w": 21, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 21, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "778-busted_3": {
- "frame": { "x": 247, "y": 222, "w": 21, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 12, "w": 21, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "778-disguised_2": {
- "frame": { "x": 206, "y": 217, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 5, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "778-disguised_3": {
- "frame": { "x": 0, "y": 219, "w": 17, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 5, "w": 17, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "779_2": {
- "frame": { "x": 244, "y": 199, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "779_3": {
- "frame": { "x": 45, "y": 199, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "789_1": {
- "frame": { "x": 308, "y": 194, "w": 23, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 23, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "789_2": {
- "frame": { "x": 22, "y": 195, "w": 23, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 23, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "789_3": {
- "frame": { "x": 121, "y": 194, "w": 23, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 6, "w": 23, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "790_2": {
- "frame": { "x": 331, "y": 216, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "790_3": {
- "frame": { "x": 139, "y": 216, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "791_1": {
- "frame": { "x": 239, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "791_2": {
- "frame": { "x": 210, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "791_3": {
- "frame": { "x": 118, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "792_2": {
- "frame": { "x": 175, "y": 57, "w": 28, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 28, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "792_3": {
- "frame": { "x": 147, "y": 57, "w": 28, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 1, "w": 28, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "793_2": {
- "frame": { "x": 247, "y": 175, "w": 21, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 21, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "793_3": {
- "frame": { "x": 226, "y": 174, "w": 21, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 21, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "797_2": {
- "frame": { "x": 250, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "797_3": {
- "frame": { "x": 218, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "798_2": {
- "frame": { "x": 179, "y": 28, "w": 31, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 31, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "798_3": {
- "frame": { "x": 148, "y": 28, "w": 31, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 31, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "800-dawn-wings_2": {
- "frame": { "x": 31, "y": 28, "w": 31, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 31, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "800-dawn-wings_3": {
- "frame": { "x": 0, "y": 28, "w": 31, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 31, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "800-dusk-mane_2": {
- "frame": { "x": 114, "y": 0, "w": 34, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 0, "w": 34, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "800-dusk-mane_3": {
- "frame": { "x": 80, "y": 0, "w": 34, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 0, "w": 34, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "800-ultra_2": {
- "frame": { "x": 183, "y": 0, "w": 35, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "800-ultra_3": {
- "frame": { "x": 148, "y": 0, "w": 35, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "800_2": {
- "frame": { "x": 90, "y": 30, "w": 28, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 28, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "800_3": {
- "frame": { "x": 62, "y": 30, "w": 28, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 28, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "802_1": {
- "frame": { "x": 74, "y": 173, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 4, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "802_2": {
- "frame": { "x": 204, "y": 173, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 4, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "802_3": {
- "frame": { "x": 338, "y": 147, "w": 22, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 4, "w": 22, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "803_2": {
- "frame": { "x": 51, "y": 150, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 3, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "803_3": {
- "frame": { "x": 204, "y": 148, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 3, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "804_2": {
- "frame": { "x": 315, "y": 0, "w": 33, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 33, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "804_3": {
- "frame": { "x": 282, "y": 0, "w": 33, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 33, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "808_2": {
- "frame": { "x": 339, "y": 235, "w": 17, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 17, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "808_3": {
- "frame": { "x": 79, "y": 236, "w": 17, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 17, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "809-gigantamax_2": {
- "frame": { "x": 312, "y": 29, "w": 30, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "809-gigantamax_3": {
- "frame": { "x": 282, "y": 29, "w": 30, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "809_2": {
- "frame": { "x": 40, "y": 0, "w": 40, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 0, "y": 1, "w": 40, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "809_3": {
- "frame": { "x": 0, "y": 0, "w": 40, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 0, "y": 1, "w": 40, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_6v.png",
- "format": "RGBA8888",
- "size": { "w": 360, "h": 254 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_7v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 440,
+ "h": 440
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "728_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "728_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "729_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "729_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "730_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "730_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "734_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "734_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "735_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "735_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "742_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "742_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "743_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "743_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "747_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "747_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "748_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "748_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "751_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "751_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "752_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "752_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "753_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "753_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "754_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "754_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "755_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "755_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "756_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "756_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "761_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "761_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "762_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "762_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "763_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "763_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "767_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "767_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "768_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "768_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "771_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "771_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "772_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "772_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-bug_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-bug_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-dark_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-dark_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-dragon_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-dragon_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-electric_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-electric_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-fairy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-fairy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-fighting_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-fighting_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-fire_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-fire_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-flying_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-flying_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-ghost_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-ghost_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-grass_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-grass_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-ground_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-ground_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-ice_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-ice_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-poison_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-poison_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-psychic_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-psychic_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-rock_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-rock_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-steel_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-steel_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-water_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773-water_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "773_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "776_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "776_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "777_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "777_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "778-busted_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "778-busted_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "778-disguised_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "778-disguised_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "779_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "779_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "789_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "789_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "789_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "790_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "790_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "791_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "791_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "791_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "792_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "792_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "793_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "793_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "797_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "797_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "798_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "798_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800-dawn-wings_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800-dawn-wings_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800-dusk-mane_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800-dusk-mane_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800-ultra_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800-ultra_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "800_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "802_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "802_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "802_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "803_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "803_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "804_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "804_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "807_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "807_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "808_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "808_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "809-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "809-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "809_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "809_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2026_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2026_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2027_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2027_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2028_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2028_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2052_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2052_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2053_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2053_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2103_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "2103_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:914c9869d6dab145bbbe443bdc3f932c:80b9ecf9647b68af17c07b88e1a1856e:d5975df27e1e94206a68aa1fd3c2c8d0$"
+ }
}
diff --git a/public/images/pokemon_icons_7v.png b/public/images/pokemon_icons_7v.png
index 50fee6de396..1f7d6e5f826 100644
Binary files a/public/images/pokemon_icons_7v.png and b/public/images/pokemon_icons_7v.png differ
diff --git a/public/images/pokemon_icons_8v.json b/public/images/pokemon_icons_8v.json
index 002957bba0c..a33f88e9d9b 100644
--- a/public/images/pokemon_icons_8v.json
+++ b/public/images/pokemon_icons_8v.json
@@ -1,1306 +1,4115 @@
-{ "frames": {
- "4052_2": {
- "frame": { "x": 85, "y": 209, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4052_3": {
- "frame": { "x": 106, "y": 210, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4077_2": {
- "frame": { "x": 203, "y": 112, "w": 24, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 24, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4077_3": {
- "frame": { "x": 48, "y": 112, "w": 24, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 24, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4078_2": {
- "frame": { "x": 230, "y": 133, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4078_3": {
- "frame": { "x": 203, "y": 133, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4079_2": {
- "frame": { "x": 79, "y": 250, "w": 26, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 26, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4079_3": {
- "frame": { "x": 351, "y": 250, "w": 26, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 8, "w": 26, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4080_1": {
- "frame": { "x": 352, "y": 161, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4080_2": {
- "frame": { "x": 23, "y": 161, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4080_3": {
- "frame": { "x": 328, "y": 160, "w": 24, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4144_2": {
- "frame": { "x": 146, "y": 230, "w": 22, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4144_3": {
- "frame": { "x": 85, "y": 231, "w": 22, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4145_2": {
- "frame": { "x": 228, "y": 110, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4145_3": {
- "frame": { "x": 97, "y": 89, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4146_2": {
- "frame": { "x": 240, "y": 200, "w": 28, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 28, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4146_3": {
- "frame": { "x": 212, "y": 200, "w": 28, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 6, "w": 28, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4199_1": {
- "frame": { "x": 360, "y": 30, "w": 20, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 20, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4199_2": {
- "frame": { "x": 96, "y": 182, "w": 20, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 20, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4199_3": {
- "frame": { "x": 192, "y": 179, "w": 20, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 20, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4222_2": {
- "frame": { "x": 309, "y": 228, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4222_3": {
- "frame": { "x": 330, "y": 228, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4263_2": {
- "frame": { "x": 216, "y": 258, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4263_3": {
- "frame": { "x": 304, "y": 265, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4264_2": {
- "frame": { "x": 287, "y": 210, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4264_3": {
- "frame": { "x": 160, "y": 210, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4562_2": {
- "frame": { "x": 76, "y": 264, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "4562_3": {
- "frame": { "x": 351, "y": 264, "w": 22, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 22, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6100_2": {
- "frame": { "x": 168, "y": 230, "w": 14, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 14, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6100_3": {
- "frame": { "x": 49, "y": 277, "w": 14, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 14, "w": 14, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6101_2": {
- "frame": { "x": 312, "y": 187, "w": 16, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 16, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6101_3": {
- "frame": { "x": 266, "y": 271, "w": 16, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 16, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6215_2": {
- "frame": { "x": 182, "y": 251, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6215_3": {
- "frame": { "x": 126, "y": 250, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6549_2": {
- "frame": { "x": 288, "y": 249, "w": 16, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 16, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6549_3": {
- "frame": { "x": 286, "y": 58, "w": 16, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 5, "w": 16, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6570_2": {
- "frame": { "x": 146, "y": 249, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6570_3": {
- "frame": { "x": 333, "y": 248, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 6, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6571_2": {
- "frame": { "x": 193, "y": 156, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6571_3": {
- "frame": { "x": 23, "y": 138, "w": 25, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 25, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6705_2": {
- "frame": { "x": 125, "y": 89, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 6, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6705_3": {
- "frame": { "x": 34, "y": 271, "w": 15, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 6, "w": 15, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6706_2": {
- "frame": { "x": 234, "y": 85, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6706_3": {
- "frame": { "x": 260, "y": 85, "w": 26, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 26, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6713_2": {
- "frame": { "x": 257, "y": 133, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "6713_3": {
- "frame": { "x": 48, "y": 134, "w": 27, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 5, "w": 27, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "816_2": {
- "frame": { "x": 0, "y": 188, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "816_3": {
- "frame": { "x": 290, "y": 187, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "817_2": {
- "frame": { "x": 308, "y": 136, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "817_3": {
- "frame": { "x": 332, "y": 136, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "818-gigantamax_2": {
- "frame": { "x": 214, "y": 28, "w": 30, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "818-gigantamax_3": {
- "frame": { "x": 348, "y": 0, "w": 30, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "818_2": {
- "frame": { "x": 75, "y": 134, "w": 22, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 1, "w": 22, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "818_3": {
- "frame": { "x": 123, "y": 135, "w": 22, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 1, "w": 22, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "821_2": {
- "frame": { "x": 139, "y": 271, "w": 19, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 19, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "821_3": {
- "frame": { "x": 158, "y": 271, "w": 19, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 7, "w": 19, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "822_2": {
- "frame": { "x": 0, "y": 231, "w": 22, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "822_3": {
- "frame": { "x": 287, "y": 230, "w": 22, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "823-gigantamax_2": {
- "frame": { "x": 302, "y": 28, "w": 32, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 32, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "823-gigantamax_3": {
- "frame": { "x": 0, "y": 30, "w": 32, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 32, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "823_2": {
- "frame": { "x": 140, "y": 87, "w": 27, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 27, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "823_3": {
- "frame": { "x": 201, "y": 88, "w": 27, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 27, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "829_2": {
- "frame": { "x": 270, "y": 231, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "829_3": {
- "frame": { "x": 122, "y": 271, "w": 17, "h": 18 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 6, "w": 17, "h": 18 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "830_2": {
- "frame": { "x": 42, "y": 226, "w": 19, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "830_3": {
- "frame": { "x": 233, "y": 218, "w": 19, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "835_2": {
- "frame": { "x": 211, "y": 218, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "835_3": {
- "frame": { "x": 0, "y": 211, "w": 22, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "836_2": {
- "frame": { "x": 189, "y": 206, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "836_3": {
- "frame": { "x": 138, "y": 205, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "850_2": {
- "frame": { "x": 194, "y": 276, "w": 21, "h": 10 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 21, "h": 10 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "850_3": {
- "frame": { "x": 233, "y": 275, "w": 21, "h": 10 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 10, "w": 21, "h": 10 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "851_2": {
- "frame": { "x": 113, "y": 0, "w": 37, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 0, "w": 37, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "851_3": {
- "frame": { "x": 76, "y": 0, "w": 37, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 0, "w": 37, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "854_2": {
- "frame": { "x": 98, "y": 274, "w": 17, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "854_3": {
- "frame": { "x": 177, "y": 272, "w": 17, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "855_2": {
- "frame": { "x": 116, "y": 187, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "855_3": {
- "frame": { "x": 167, "y": 187, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "856_2": {
- "frame": { "x": 127, "y": 227, "w": 19, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "856_3": {
- "frame": { "x": 182, "y": 228, "w": 19, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "857_2": {
- "frame": { "x": 312, "y": 206, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "857_3": {
- "frame": { "x": 44, "y": 204, "w": 22, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 4, "w": 22, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "858-gigantamax_2": {
- "frame": { "x": 273, "y": 28, "w": 29, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 29, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "858-gigantamax_3": {
- "frame": { "x": 244, "y": 28, "w": 29, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 29, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "858_2": {
- "frame": { "x": 47, "y": 179, "w": 22, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 22, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "858_3": {
- "frame": { "x": 74, "y": 161, "w": 22, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 22, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "859_2": {
- "frame": { "x": 326, "y": 270, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "859_3": {
- "frame": { "x": 0, "y": 271, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "860_2": {
- "frame": { "x": 22, "y": 184, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "860_3": {
- "frame": { "x": 69, "y": 186, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "861-gigantamax_2": {
- "frame": { "x": 0, "y": 57, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "861-gigantamax_3": {
- "frame": { "x": 302, "y": 55, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "861_2": {
- "frame": { "x": 286, "y": 85, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "861_3": {
- "frame": { "x": 72, "y": 83, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "863_2": {
- "frame": { "x": 22, "y": 207, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "863_3": {
- "frame": { "x": 360, "y": 112, "w": 20, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 20, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "864_2": {
- "frame": { "x": 94, "y": 30, "w": 30, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 1, "w": 30, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "864_3": {
- "frame": { "x": 151, "y": 30, "w": 30, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 1, "w": 30, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "867_2": {
- "frame": { "x": 32, "y": 30, "w": 31, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 31, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "867_3": {
- "frame": { "x": 63, "y": 30, "w": 31, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 1, "w": 31, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "872_1": {
- "frame": { "x": 282, "y": 272, "w": 17, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "872_2": {
- "frame": { "x": 216, "y": 274, "w": 17, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "872_3": {
- "frame": { "x": 17, "y": 274, "w": 17, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "873_1": {
- "frame": { "x": 243, "y": 178, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "873_2": {
- "frame": { "x": 218, "y": 178, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "873_3": {
- "frame": { "x": 270, "y": 162, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "876-female_2": {
- "frame": { "x": 350, "y": 184, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "876-female_3": {
- "frame": { "x": 268, "y": 184, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "876_2": {
- "frame": { "x": 268, "y": 207, "w": 19, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "876_3": {
- "frame": { "x": 66, "y": 209, "w": 19, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "877-hangry_1": {
- "frame": { "x": 105, "y": 253, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "877-hangry_2": {
- "frame": { "x": 249, "y": 254, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "877-hangry_3": {
- "frame": { "x": 199, "y": 255, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "877_1": {
- "frame": { "x": 59, "y": 256, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "877_2": {
- "frame": { "x": 0, "y": 250, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "877_3": {
- "frame": { "x": 17, "y": 253, "w": 17, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 17, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "880_2": {
- "frame": { "x": 244, "y": 156, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "880_3": {
- "frame": { "x": 218, "y": 156, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "881_2": {
- "frame": { "x": 252, "y": 231, "w": 18, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 3, "w": 18, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "881_3": {
- "frame": { "x": 61, "y": 233, "w": 18, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 3, "w": 18, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "882_2": {
- "frame": { "x": 328, "y": 183, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "882_3": {
- "frame": { "x": 145, "y": 182, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 3, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "883_2": {
- "frame": { "x": 357, "y": 207, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "883_3": {
- "frame": { "x": 334, "y": 207, "w": 23, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 4, "w": 23, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "884-gigantamax_2": {
- "frame": { "x": 124, "y": 30, "w": 27, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 27, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "884-gigantamax_3": {
- "frame": { "x": 181, "y": 30, "w": 27, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 27, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "884_2": {
- "frame": { "x": 123, "y": 162, "w": 22, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 22, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "884_3": {
- "frame": { "x": 0, "y": 163, "w": 22, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 22, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "885_1": {
- "frame": { "x": 201, "y": 238, "w": 24, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 24, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "885_2": {
- "frame": { "x": 225, "y": 241, "w": 24, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 24, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "885_3": {
- "frame": { "x": 309, "y": 248, "w": 24, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 6, "w": 24, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "886_1": {
- "frame": { "x": 308, "y": 112, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "886_2": {
- "frame": { "x": 125, "y": 111, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "886_3": {
- "frame": { "x": 177, "y": 112, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "887_1": {
- "frame": { "x": 86, "y": 57, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "887_2": {
- "frame": { "x": 56, "y": 57, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "887_3": {
- "frame": { "x": 26, "y": 57, "w": 30, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "888-crowned_2": {
- "frame": { "x": 182, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "888-crowned_3": {
- "frame": { "x": 150, "y": 0, "w": 32, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "888_2": {
- "frame": { "x": 167, "y": 89, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "888_3": {
- "frame": { "x": 311, "y": 89, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "889-crowned_2": {
- "frame": { "x": 214, "y": 0, "w": 34, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "889-crowned_3": {
- "frame": { "x": 248, "y": 0, "w": 34, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "889_2": {
- "frame": { "x": 260, "y": 58, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 1, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "889_3": {
- "frame": { "x": 234, "y": 58, "w": 26, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 1, "w": 26, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "890-eternamax_2": {
- "frame": { "x": 0, "y": 0, "w": 38, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 0, "w": 38, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "890-eternamax_3": {
- "frame": { "x": 38, "y": 0, "w": 38, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 1, "y": 0, "w": 38, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "890_2": {
- "frame": { "x": 282, "y": 0, "w": 33, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 33, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "890_3": {
- "frame": { "x": 315, "y": 0, "w": 33, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 3, "y": 1, "w": 33, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "891_1": {
- "frame": { "x": 164, "y": 249, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "891_2": {
- "frame": { "x": 270, "y": 249, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "891_3": {
- "frame": { "x": 41, "y": 249, "w": 18, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 4, "w": 18, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-gigantamax-rapid_1": {
- "frame": { "x": 284, "y": 111, "w": 24, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 24, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-gigantamax-rapid_2": {
- "frame": { "x": 0, "y": 112, "w": 24, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 24, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-gigantamax-rapid_3": {
- "frame": { "x": 24, "y": 112, "w": 24, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 24, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-gigantamax-single_1": {
- "frame": { "x": 26, "y": 83, "w": 23, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 23, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-gigantamax-single_2": {
- "frame": { "x": 49, "y": 83, "w": 23, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 23, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-gigantamax-single_3": {
- "frame": { "x": 352, "y": 60, "w": 23, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 23, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-rapid-strike_1": {
- "frame": { "x": 48, "y": 157, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-rapid-strike_2": {
- "frame": { "x": 97, "y": 160, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892-rapid-strike_3": {
- "frame": { "x": 145, "y": 160, "w": 26, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 4, "w": 26, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892_1": {
- "frame": { "x": 356, "y": 136, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892_2": {
- "frame": { "x": 284, "y": 137, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "892_3": {
- "frame": { "x": 0, "y": 138, "w": 23, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 2, "w": 23, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "896_1": {
- "frame": { "x": 97, "y": 136, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "896_2": {
- "frame": { "x": 145, "y": 136, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "896_3": {
- "frame": { "x": 169, "y": 136, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "897_1": {
- "frame": { "x": 151, "y": 112, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "897_2": {
- "frame": { "x": 97, "y": 112, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "897_3": {
- "frame": { "x": 334, "y": 112, "w": 26, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 26, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898-ice_1": {
- "frame": { "x": 328, "y": 60, "w": 24, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 24, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898-ice_2": {
- "frame": { "x": 116, "y": 60, "w": 24, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 24, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898-ice_3": {
- "frame": { "x": 177, "y": 60, "w": 24, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 24, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898-shadow_1": {
- "frame": { "x": 151, "y": 57, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898-shadow_2": {
- "frame": { "x": 208, "y": 58, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898-shadow_3": {
- "frame": { "x": 334, "y": 30, "w": 26, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 0, "w": 26, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898_1": {
- "frame": { "x": 351, "y": 228, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898_2": {
- "frame": { "x": 22, "y": 231, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "898_3": {
- "frame": { "x": 107, "y": 231, "w": 19, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 19, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "900_2": {
- "frame": { "x": 0, "y": 87, "w": 25, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 25, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "900_3": {
- "frame": { "x": 72, "y": 109, "w": 25, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 3, "w": 25, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "901_2": {
- "frame": { "x": 256, "y": 110, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "901_3": {
- "frame": { "x": 339, "y": 89, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 5, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "903_2": {
- "frame": { "x": 307, "y": 160, "w": 21, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 21, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "903_3": {
- "frame": { "x": 171, "y": 160, "w": 21, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 21, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_8v.png",
- "format": "RGBA8888",
- "size": { "w": 380, "h": 293 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_8v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 510,
+ "h": 510
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "816_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "816_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "817_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "817_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "818-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "818-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "818_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "818_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "821_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "821_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "822_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "822_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "823-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "823-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "823_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "823_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "829_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "829_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "830_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "830_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "835_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "835_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "836_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "836_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "850_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "850_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "851-gigantamax",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "851-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "851-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "851_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "851_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "851s-gigantamax",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "854_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "854_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "855_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "855_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "856_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "856_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "857_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "857_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "858-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "858-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "858_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "858_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "859_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "859_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "860_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "860_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "861-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "861-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "861_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "861_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "863_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "863_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "864_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "864_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "867_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "867_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "872_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "872_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "872_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "873_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "873_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "873_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "876-female_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "876-female_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "876_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "876_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "877-hangry_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "877-hangry_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "877-hangry_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "877_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "877_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "877_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "880_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "880_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "881_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "881_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "882_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "882_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "883_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "883_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "884-gigantamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "884-gigantamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "884_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "884_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "885_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "885_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "885_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "886_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "886_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "886_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "887_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "887_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "887_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "888-crowned_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "888-crowned_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "888_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "888_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "889-crowned_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "889-crowned_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "889_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "889_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "890-eternamax_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "890-eternamax_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "890_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "890_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "891_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "891_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "891_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-gigantamax-rapid_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-gigantamax-rapid_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-gigantamax-rapid_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-gigantamax-single_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-gigantamax-single_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-gigantamax-single_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-rapid-strike_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-rapid-strike_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892-rapid-strike_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "892_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "894_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "894_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "895_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "895_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "896_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "896_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "896_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "897_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "897_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "897_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898-ice_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898-ice_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898-ice_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898-shadow_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898-shadow_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898-shadow_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "898_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "900_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "900_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "901_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "901_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "903_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "903_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4052_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4052_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4077_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4077_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4078_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4078_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4079_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4079_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4080_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4080_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4080_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4144_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4144_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4145_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4145_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4146_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4146_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4199_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4199_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4199_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4222_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4222_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4263_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4263_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4264_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4264_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4562_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "4562_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6100_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6100_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6101_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6101_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6215_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6215_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6503_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6503_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6549_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6549_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6570_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6570_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6571_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6571_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6705_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6705_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6706_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 440,
+ "y": 450,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6706_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6713_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "6713_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 480,
+ "w": 40,
+ "h": 30
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:c6192164d1b1971f54a6c5864e11748d:46b3adcf2a25bfb824db3d24cd1c96a9:ec5f05e7f30cd98f74db0c2326109fd3$"
+ }
}
diff --git a/public/images/pokemon_icons_8v.png b/public/images/pokemon_icons_8v.png
index 1968bfe6214..2af86ac656f 100644
Binary files a/public/images/pokemon_icons_8v.png and b/public/images/pokemon_icons_8v.png differ
diff --git a/public/images/pokemon_icons_9v.json b/public/images/pokemon_icons_9v.json
index 06909a8298f..6c8b93208e3 100644
--- a/public/images/pokemon_icons_9v.json
+++ b/public/images/pokemon_icons_9v.json
@@ -1,1047 +1,3296 @@
-{ "frames": {
- "1000_1": {
- "frame": { "x": 93, "y": 139, "w": 22, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 1, "w": 22, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1000_2": {
- "frame": { "x": 170, "y": 135, "w": 22, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 1, "w": 22, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1000_3": {
- "frame": { "x": 192, "y": 135, "w": 22, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 1, "w": 22, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1001_2": {
- "frame": { "x": 249, "y": 0, "w": 30, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1001_3": {
- "frame": { "x": 279, "y": 0, "w": 30, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1003_2": {
- "frame": { "x": 27, "y": 58, "w": 28, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 28, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1003_3": {
- "frame": { "x": 55, "y": 58, "w": 28, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 28, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1004_2": {
- "frame": { "x": 249, "y": 207, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1004_3": {
- "frame": { "x": 204, "y": 206, "w": 21, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 8, "w": 21, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1006_2": {
- "frame": { "x": 44, "y": 140, "w": 22, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 22, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1006_3": {
- "frame": { "x": 22, "y": 139, "w": 22, "h": 27 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 22, "h": 27 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1007-apex-build_2": {
- "frame": { "x": 155, "y": 0, "w": 32, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1007-apex-build_3": {
- "frame": { "x": 187, "y": 0, "w": 32, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 32, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1008-ultimate-mode_1": {
- "frame": { "x": 185, "y": 29, "w": 30, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1008-ultimate-mode_2": {
- "frame": { "x": 155, "y": 29, "w": 30, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1008-ultimate-mode_3": {
- "frame": { "x": 219, "y": 0, "w": 30, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 30, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1010_2": {
- "frame": { "x": 271, "y": 179, "w": 21, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 21, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1010_3": {
- "frame": { "x": 162, "y": 182, "w": 21, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 2, "w": 21, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1018_2": {
- "frame": { "x": 0, "y": 0, "w": 31, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 31, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1018_3": {
- "frame": { "x": 31, "y": 0, "w": 31, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 31, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1022_2": {
- "frame": { "x": 27, "y": 86, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1022_3": {
- "frame": { "x": 163, "y": 84, "w": 29, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 29, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1023_2": {
- "frame": { "x": 300, "y": 30, "w": 20, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 20, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "1023_3": {
- "frame": { "x": 46, "y": 167, "w": 20, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 1, "w": 20, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "8901_1": {
- "frame": { "x": 30, "y": 30, "w": 30, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 1, "w": 30, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "8901_2": {
- "frame": { "x": 60, "y": 30, "w": 30, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 1, "w": 30, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "8901_3": {
- "frame": { "x": 0, "y": 30, "w": 30, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 1, "w": 30, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "909_2": {
- "frame": { "x": 42, "y": 195, "w": 21, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 21, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "909_3": {
- "frame": { "x": 63, "y": 196, "w": 21, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 5, "w": 21, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "910_2": {
- "frame": { "x": 271, "y": 205, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "910_3": {
- "frame": { "x": 292, "y": 204, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "911_2": {
- "frame": { "x": 131, "y": 112, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "911_3": {
- "frame": { "x": 188, "y": 112, "w": 28, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 3, "w": 28, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "912_2": {
- "frame": { "x": 36, "y": 244, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "912_3": {
- "frame": { "x": 178, "y": 244, "w": 15, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 9, "w": 15, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "913_2": {
- "frame": { "x": 84, "y": 217, "w": 17, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 17, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "913_3": {
- "frame": { "x": 197, "y": 59, "w": 17, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 5, "w": 17, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "914_2": {
- "frame": { "x": 122, "y": 135, "w": 24, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "914_3": {
- "frame": { "x": 146, "y": 135, "w": 24, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 3, "w": 24, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "919_1": {
- "frame": { "x": 0, "y": 253, "w": 16, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 13, "w": 16, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "919_2": {
- "frame": { "x": 51, "y": 250, "w": 16, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 13, "w": 16, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "919_3": {
- "frame": { "x": 95, "y": 247, "w": 16, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 13, "w": 16, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "920_1": {
- "frame": { "x": 0, "y": 190, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "920_2": {
- "frame": { "x": 208, "y": 183, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "920_3": {
- "frame": { "x": 0, "y": 143, "w": 22, "h": 23 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 5, "w": 22, "h": 23 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "924_1": {
- "frame": { "x": 237, "y": 152, "w": 29, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 8, "w": 29, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "924_2": {
- "frame": { "x": 144, "y": 162, "w": 29, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 8, "w": 29, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "924_3": {
- "frame": { "x": 266, "y": 159, "w": 29, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 8, "w": 29, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "925-four_1": {
- "frame": { "x": 93, "y": 117, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "925-four_2": {
- "frame": { "x": 245, "y": 130, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "925-four_3": {
- "frame": { "x": 216, "y": 112, "w": 29, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 6, "w": 29, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "925-three_1": {
- "frame": { "x": 115, "y": 160, "w": 29, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 8, "w": 29, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "925-three_2": {
- "frame": { "x": 202, "y": 163, "w": 29, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 8, "w": 29, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "925-three_3": {
- "frame": { "x": 173, "y": 162, "w": 29, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 8, "w": 29, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "932_2": {
- "frame": { "x": 202, "y": 226, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "932_3": {
- "frame": { "x": 292, "y": 225, "w": 18, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 9, "w": 18, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "933_2": {
- "frame": { "x": 183, "y": 183, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "933_3": {
- "frame": { "x": 292, "y": 183, "w": 25, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 7, "w": 25, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "934_2": {
- "frame": { "x": 273, "y": 30, "w": 27, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 27, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "934_3": {
- "frame": { "x": 0, "y": 58, "w": 27, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 0, "w": 27, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "935_1": {
- "frame": { "x": 300, "y": 244, "w": 13, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 13, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "935_2": {
- "frame": { "x": 287, "y": 244, "w": 13, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 13, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "935_3": {
- "frame": { "x": 236, "y": 241, "w": 13, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 13, "y": 7, "w": 13, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "936_1": {
- "frame": { "x": 251, "y": 179, "w": 20, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 0, "w": 20, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "936_2": {
- "frame": { "x": 66, "y": 168, "w": 20, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 0, "w": 20, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "936_3": {
- "frame": { "x": 231, "y": 172, "w": 20, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 0, "w": 20, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "937_1": {
- "frame": { "x": 215, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "937_2": {
- "frame": { "x": 244, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "937_3": {
- "frame": { "x": 90, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "937_9": {
- "frame": { "x": 119, "y": 30, "w": 29, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 5, "y": 0, "w": 29, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "940_2": {
- "frame": { "x": 245, "y": 116, "w": 17, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 14, "w": 17, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "940_3": {
- "frame": { "x": 153, "y": 254, "w": 17, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 14, "w": 17, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "941_2": {
- "frame": { "x": 183, "y": 204, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "941_3": {
- "frame": { "x": 125, "y": 204, "w": 21, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 7, "w": 21, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "948_2": {
- "frame": { "x": 249, "y": 227, "w": 16, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 16, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "948_3": {
- "frame": { "x": 0, "y": 232, "w": 16, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 7, "w": 16, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "949_2": {
- "frame": { "x": 22, "y": 193, "w": 20, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 20, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "949_3": {
- "frame": { "x": 86, "y": 192, "w": 20, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 20, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "951_2": {
- "frame": { "x": 220, "y": 241, "w": 16, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 16, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "951_3": {
- "frame": { "x": 162, "y": 234, "w": 16, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 8, "w": 16, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "952_2": {
- "frame": { "x": 112, "y": 180, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "952_3": {
- "frame": { "x": 137, "y": 182, "w": 25, "h": 22 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 6, "w": 25, "h": 22 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "953_2": {
- "frame": { "x": 51, "y": 219, "w": 24, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 12, "w": 24, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "953_3": {
- "frame": { "x": 225, "y": 225, "w": 24, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 12, "w": 24, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "954_2": {
- "frame": { "x": 296, "y": 130, "w": 21, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 0, "w": 21, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "954_3": {
- "frame": { "x": 216, "y": 134, "w": 21, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 0, "w": 21, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "957_1": {
- "frame": { "x": 193, "y": 245, "w": 16, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 16, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "957_2": {
- "frame": { "x": 301, "y": 113, "w": 16, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 16, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "957_3": {
- "frame": { "x": 265, "y": 246, "w": 16, "h": 17 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 11, "w": 16, "h": 17 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "958_1": {
- "frame": { "x": 270, "y": 226, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "958_2": {
- "frame": { "x": 145, "y": 227, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "958_3": {
- "frame": { "x": 101, "y": 227, "w": 17, "h": 20 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 8, "w": 17, "h": 20 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "959_1": {
- "frame": { "x": 62, "y": 0, "w": 31, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 31, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "959_2": {
- "frame": { "x": 93, "y": 0, "w": 31, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 31, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "959_3": {
- "frame": { "x": 124, "y": 0, "w": 31, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 0, "w": 31, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "962_1": {
- "frame": { "x": 301, "y": 88, "w": 19, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "962_2": {
- "frame": { "x": 230, "y": 200, "w": 19, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "962_3": {
- "frame": { "x": 106, "y": 202, "w": 19, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 3, "w": 19, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "967_2": {
- "frame": { "x": 182, "y": 225, "w": 20, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 20, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "967_3": {
- "frame": { "x": 125, "y": 225, "w": 20, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 9, "w": 20, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "968_2": {
- "frame": { "x": 48, "y": 112, "w": 23, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 23, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "968_3": {
- "frame": { "x": 25, "y": 111, "w": 23, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 23, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "969_2": {
- "frame": { "x": 16, "y": 260, "w": 18, "h": 12 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 16, "w": 18, "h": 12 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "969_3": {
- "frame": { "x": 67, "y": 255, "w": 18, "h": 12 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 11, "y": 16, "w": 18, "h": 12 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "970_2": {
- "frame": { "x": 118, "y": 244, "w": 20, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "970_3": {
- "frame": { "x": 16, "y": 244, "w": 20, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 12, "w": 20, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "973_1": {
- "frame": { "x": 167, "y": 208, "w": 15, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 2, "w": 15, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "973_2": {
- "frame": { "x": 21, "y": 218, "w": 15, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 2, "w": 15, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "973_3": {
- "frame": { "x": 36, "y": 218, "w": 15, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 2, "w": 15, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "974_2": {
- "frame": { "x": 73, "y": 240, "w": 22, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 13, "w": 22, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "974_3": {
- "frame": { "x": 51, "y": 235, "w": 22, "h": 15 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 13, "w": 22, "h": 15 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "975_2": {
- "frame": { "x": 269, "y": 109, "w": 32, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 7, "w": 32, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "975_3": {
- "frame": { "x": 269, "y": 88, "w": 32, "h": 21 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 4, "y": 7, "w": 32, "h": 21 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "978-curly_2": {
- "frame": { "x": 111, "y": 260, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "978-curly_3": {
- "frame": { "x": 209, "y": 261, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "978-droopy_2": {
- "frame": { "x": 85, "y": 262, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "978-droopy_3": {
- "frame": { "x": 193, "y": 262, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "978-stretchy_2": {
- "frame": { "x": 224, "y": 262, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "978-stretchy_3": {
- "frame": { "x": 34, "y": 263, "w": 15, "h": 14 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 14, "w": 15, "h": 14 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "979_1": {
- "frame": { "x": 56, "y": 86, "w": 27, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 27, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "979_2": {
- "frame": { "x": 192, "y": 86, "w": 27, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 27, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "979_3": {
- "frame": { "x": 219, "y": 86, "w": 27, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 27, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "981_2": {
- "frame": { "x": 108, "y": 87, "w": 23, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 0, "w": 23, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "981_3": {
- "frame": { "x": 246, "y": 86, "w": 23, "h": 30 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 0, "w": 23, "h": 30 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "982-three-segment_2": {
- "frame": { "x": 83, "y": 87, "w": 25, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 1, "w": 25, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "982-three-segment_3": {
- "frame": { "x": 295, "y": 60, "w": 25, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 1, "w": 25, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "982_2": {
- "frame": { "x": 24, "y": 167, "w": 22, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 22, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "982_3": {
- "frame": { "x": 90, "y": 166, "w": 22, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 2, "w": 22, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "987_1": {
- "frame": { "x": 66, "y": 144, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "987_2": {
- "frame": { "x": 295, "y": 159, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "987_3": {
- "frame": { "x": 0, "y": 166, "w": 24, "h": 24 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 10, "y": 4, "w": 24, "h": 24 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "988_2": {
- "frame": { "x": 137, "y": 84, "w": 26, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 1, "w": 26, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "988_3": {
- "frame": { "x": 269, "y": 60, "w": 26, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 1, "w": 26, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "993_2": {
- "frame": { "x": 167, "y": 59, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "993_3": {
- "frame": { "x": 137, "y": 59, "w": 30, "h": 25 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 6, "y": 2, "w": 30, "h": 25 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "994_2": {
- "frame": { "x": 242, "y": 58, "w": 27, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 1, "w": 27, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "994_3": {
- "frame": { "x": 215, "y": 58, "w": 27, "h": 28 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 1, "w": 27, "h": 28 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "995_2": {
- "frame": { "x": 110, "y": 58, "w": 27, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 27, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "995_3": {
- "frame": { "x": 83, "y": 58, "w": 27, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 8, "y": 0, "w": 27, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "996_2": {
- "frame": { "x": 138, "y": 247, "w": 15, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 15, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "996_3": {
- "frame": { "x": 249, "y": 248, "w": 15, "h": 16 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 12, "y": 12, "w": 15, "h": 16 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "997_2": {
- "frame": { "x": 146, "y": 208, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "997_3": {
- "frame": { "x": 0, "y": 213, "w": 21, "h": 19 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 9, "w": 21, "h": 19 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "998_2": {
- "frame": { "x": 163, "y": 109, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "998_3": {
- "frame": { "x": 0, "y": 88, "w": 25, "h": 26 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 7, "y": 2, "w": 25, "h": 26 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "999_1": {
- "frame": { "x": 274, "y": 130, "w": 22, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 0, "w": 22, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "999_2": {
- "frame": { "x": 71, "y": 115, "w": 22, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 0, "w": 22, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- },
- "999_3": {
- "frame": { "x": 0, "y": 114, "w": 22, "h": 29 },
- "rotated": false,
- "trimmed": true,
- "spriteSourceSize": { "x": 9, "y": 0, "w": 22, "h": 29 },
- "sourceSize": { "w": 40, "h": 30 }
- }
- },
- "meta": {
- "app": "https://www.aseprite.org/",
- "version": "1.3.7-dev",
- "image": "pokemon_icons_9v.png",
- "format": "RGBA8888",
- "size": { "w": 320, "h": 277 },
- "scale": "1"
- }
+{
+ "textures": [
+ {
+ "image": "pokemon_icons_9v.png",
+ "format": "RGBA8888",
+ "size": {
+ "w": 450,
+ "h": 450
+ },
+ "scale": 1,
+ "frames": [
+ {
+ "filename": "909_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "909_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "910_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "910_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "911_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "911_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "912_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "912_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "913_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "913_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "914_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "914_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "919_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "919_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "919_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "920_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "920_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "920_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "924_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "924_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "924_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "925-four_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 30,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "925-four_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "925-four_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "925-three_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "925-three_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "925-three_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "932_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "932_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "933_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "933_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "934_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "934_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 60,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "935_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "935_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "935_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "936_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "936_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "936_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "937_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "937_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "937_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "937_9",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "940_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 90,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "940_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "941_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "941_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "944_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "944_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "945_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "945_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "948_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "948_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "949_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "949_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 120,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "951_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "951_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "952_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "952_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "953_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "953_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "954_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "954_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "957_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "957_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "957_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 150,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "958_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "958_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "958_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "959_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "959_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "959_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "962_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "962_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "962_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "967_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "967_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 180,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "968_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "968_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "969_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "969_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "970_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "970_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "973_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "973_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "973_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "974_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "974_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 210,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "975_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "975_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "978-curly_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "978-curly_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "978-droopy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "978-droopy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "978-stretchy_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "978-stretchy_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "979_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "979_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "979_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 240,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "981_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "981_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "982-three-segment_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "982-three-segment_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "982_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "982_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "987_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "987_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "987_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "988_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "988_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 270,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "993_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "993_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "994_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "994_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "995_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "995_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "996_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "996_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "997_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "997_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "998_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 300,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "998_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "999_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "999_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "999_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1000_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1000_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1000_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1001_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1001_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1003_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1003_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 330,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1004_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1004_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1006_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1006_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1007-apex-build_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1007-apex-build_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1008-ultimate-mode_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1008-ultimate-mode_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1008-ultimate-mode_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1010_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1010_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 360,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1012-counterfeit_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1012-counterfeit_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1013-unremarkable_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 80,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1013-unremarkable_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 120,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1018_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 160,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1018_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 200,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1022_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 240,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1022_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 280,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1023_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 320,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "1023_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 360,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "8901_1",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 400,
+ "y": 390,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "8901_2",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 0,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ },
+ {
+ "filename": "8901_3",
+ "rotated": false,
+ "trimmed": false,
+ "sourceSize": {
+ "w": 40,
+ "h": 30
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 30
+ },
+ "frame": {
+ "x": 40,
+ "y": 420,
+ "w": 40,
+ "h": 30
+ }
+ }
+ ]
+ }
+ ],
+ "meta": {
+ "app": "https://www.codeandweb.com/texturepacker",
+ "version": "3.0",
+ "smartupdate": "$TexturePacker:SmartUpdate:c13ec323095f727665fa953e64e98300:e7531bea9b5e1bef44def5b357c81630:3ec5c0bc286c296cfb7fa30a8b06f3da$"
+ }
}
diff --git a/public/images/pokemon_icons_9v.png b/public/images/pokemon_icons_9v.png
index 5d0908d0590..f71b6c5ada5 100644
Binary files a/public/images/pokemon_icons_9v.png and b/public/images/pokemon_icons_9v.png differ
diff --git a/public/images/statuses_es.json b/public/images/statuses_es-ES.json
similarity index 98%
rename from public/images/statuses_es.json
rename to public/images/statuses_es-ES.json
index 4b44aa117e4..dbb3783842a 100644
--- a/public/images/statuses_es.json
+++ b/public/images/statuses_es-ES.json
@@ -1,7 +1,7 @@
{
"textures": [
{
- "image": "statuses_es.png",
+ "image": "statuses_es-ES.png",
"format": "RGBA8888",
"size": {
"w": 22,
diff --git a/public/images/statuses_es-ES.png b/public/images/statuses_es-ES.png
new file mode 100644
index 00000000000..dc845d6fb1f
Binary files /dev/null and b/public/images/statuses_es-ES.png differ
diff --git a/public/images/statuses_es.png b/public/images/statuses_es.png
deleted file mode 100644
index d372b989be9..00000000000
Binary files a/public/images/statuses_es.png and /dev/null differ
diff --git a/public/images/trainer/aether_grunt_f.json b/public/images/trainer/aether_grunt_f.json
index c43bdae9b2e..26ae177bd21 100644
--- a/public/images/trainer/aether_grunt_f.json
+++ b/public/images/trainer/aether_grunt_f.json
@@ -4,8 +4,8 @@
"image": "aether_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 69,
- "h": 69
+ "w": 70,
+ "h": 70
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 39,
+ "h": 70
},
"spriteSourceSize": {
- "x": 23,
- "y": 10,
- "w": 35,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 70
},
"frame": {
"x": 0,
"y": 0,
- "w": 35,
- "h": 69
+ "w": 39,
+ "h": 70
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c9e77856d3b434e719021572bcb93de:f9c45dc5d67009b134dd1bbc5593f6ec:a694f8828aff21c718e5161e2fd63ade$"
+ "smartupdate": "$TexturePacker:SmartUpdate:0a678d2035c82d3741f2de29e01d42d3:374042fde99a4ff05c5e90cedbc5bd1f:a694f8828aff21c718e5161e2fd63ade$"
}
}
diff --git a/public/images/trainer/aether_grunt_f.png b/public/images/trainer/aether_grunt_f.png
index b43c5e71a51..a5088c9e1de 100644
Binary files a/public/images/trainer/aether_grunt_f.png and b/public/images/trainer/aether_grunt_f.png differ
diff --git a/public/images/trainer/aether_grunt_m.json b/public/images/trainer/aether_grunt_m.json
index eba00096f8d..74195b97dde 100644
--- a/public/images/trainer/aether_grunt_m.json
+++ b/public/images/trainer/aether_grunt_m.json
@@ -4,8 +4,8 @@
"image": "aether_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 65,
- "h": 65
+ "w": 69,
+ "h": 69
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 45,
+ "h": 69
},
"spriteSourceSize": {
- "x": 16,
- "y": 14,
- "w": 47,
- "h": 65
+ "x": 0,
+ "y": 0,
+ "w": 45,
+ "h": 69
},
"frame": {
"x": 0,
"y": 0,
- "w": 47,
- "h": 65
+ "w": 45,
+ "h": 69
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:963887cf29549ad3c123b8055cb4d701:68004c4a6e04c93bd21c26a6f8921f0c:d2241fc11d0fc31b26ecbedae6da74f4$"
+ "smartupdate": "$TexturePacker:SmartUpdate:f7ad29bea8c4a179c08958890cadb04b:741fc1b2e43d2da720c249c6f81910bc:d2241fc11d0fc31b26ecbedae6da74f4$"
}
}
diff --git a/public/images/trainer/aether_grunt_m.png b/public/images/trainer/aether_grunt_m.png
index f4df26ef007..1b1e092a340 100644
Binary files a/public/images/trainer/aether_grunt_m.png and b/public/images/trainer/aether_grunt_m.png differ
diff --git a/public/images/trainer/aqua_grunt_f.json b/public/images/trainer/aqua_grunt_f.json
index 20515f30e5e..23f118927f1 100644
--- a/public/images/trainer/aqua_grunt_f.json
+++ b/public/images/trainer/aqua_grunt_f.json
@@ -4,8 +4,8 @@
"image": "aqua_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 71,
- "h": 71
+ "w": 73,
+ "h": 73
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 34,
+ "h": 73
},
"spriteSourceSize": {
- "x": 22,
- "y": 8,
- "w": 36,
- "h": 71
+ "x": 0,
+ "y": 0,
+ "w": 34,
+ "h": 73
},
"frame": {
"x": 0,
"y": 0,
- "w": 36,
- "h": 71
+ "w": 34,
+ "h": 73
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6db25cb5753163d19bca8e2db45849ae:7d8f51509862bfdf8a78bf42dd0005cd:af0aa9494be37941522487032b556989$"
+ "smartupdate": "$TexturePacker:SmartUpdate:99d76e35df4b09fc9d312218d8fa8cc7:8ad846929ea03b5fb70fd16144e5e2fa:af0aa9494be37941522487032b556989$"
}
}
diff --git a/public/images/trainer/aqua_grunt_f.png b/public/images/trainer/aqua_grunt_f.png
index 132d239c0b8..4db237bf9e7 100644
Binary files a/public/images/trainer/aqua_grunt_f.png and b/public/images/trainer/aqua_grunt_f.png differ
diff --git a/public/images/trainer/aqua_grunt_m.json b/public/images/trainer/aqua_grunt_m.json
index 93408cc40c8..3a120f7d20c 100644
--- a/public/images/trainer/aqua_grunt_m.json
+++ b/public/images/trainer/aqua_grunt_m.json
@@ -4,8 +4,8 @@
"image": "aqua_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 73,
- "h": 73
+ "w": 74,
+ "h": 74
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 38,
+ "h": 74
},
"spriteSourceSize": {
- "x": 17,
- "y": 6,
- "w": 46,
- "h": 73
+ "x": 0,
+ "y": 0,
+ "w": 38,
+ "h": 74
},
"frame": {
"x": 0,
"y": 0,
- "w": 46,
- "h": 73
+ "w": 38,
+ "h": 74
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:efd07ff3ed1e610150a4b8ca18974343:d9b85b9eb11182e9e4669e2bd8b08694:72b7b50231708a9486d5f315824e4df1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:ea2cdca90584089079af92307948ecdc:331e1f5314abbfcf58331ab0b9fd1c40:72b7b50231708a9486d5f315824e4df1$"
}
}
diff --git a/public/images/trainer/aqua_grunt_m.png b/public/images/trainer/aqua_grunt_m.png
index 87dbfd566a1..4fe230ca119 100644
Binary files a/public/images/trainer/aqua_grunt_m.png and b/public/images/trainer/aqua_grunt_m.png differ
diff --git a/public/images/trainer/archie.json b/public/images/trainer/archie.json
index 63837d40847..3718bcffd0c 100644
--- a/public/images/trainer/archie.json
+++ b/public/images/trainer/archie.json
@@ -4,8 +4,8 @@
"image": "archie.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 79,
+ "h": 79
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 58,
+ "h": 79
},
"spriteSourceSize": {
- "x": 21,
+ "x": 0,
"y": 0,
- "w": 42,
- "h": 80
+ "w": 58,
+ "h": 79
},
"frame": {
"x": 0,
"y": 0,
- "w": 42,
- "h": 80
+ "w": 58,
+ "h": 79
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bfa7fdd7b6ac9be68dc9dc562fb8339f:06f87a279450b21b19294ba956b69c26:4b7980be4e3ac1d20c9eaf970913ec63$"
+ "smartupdate": "$TexturePacker:SmartUpdate:1edc051db037c1742819ac8674ebe4be:bfaa715c0faf707c1b20ab8259d42a35:4b7980be4e3ac1d20c9eaf970913ec63$"
}
}
diff --git a/public/images/trainer/archie.png b/public/images/trainer/archie.png
index c83975c0690..d4c003fd348 100644
Binary files a/public/images/trainer/archie.png and b/public/images/trainer/archie.png differ
diff --git a/public/images/trainer/atticus.json b/public/images/trainer/atticus.json
index 95621998bf2..8b1ebdd63f2 100644
--- a/public/images/trainer/atticus.json
+++ b/public/images/trainer/atticus.json
@@ -4,8 +4,8 @@
"image": "atticus.png",
"format": "RGBA8888",
"size": {
- "w": 46,
- "h": 46
+ "w": 55,
+ "h": 55
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 55,
+ "h": 49
},
"spriteSourceSize": {
- "x": 21,
- "y": 33,
- "w": 43,
- "h": 46
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 49
},
"frame": {
"x": 0,
"y": 0,
- "w": 43,
- "h": 46
+ "w": 55,
+ "h": 49
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6dcd7c3d3982793cbca0d6fcd1f9260e:19c44634629fadd9d039d23dc71ec987:d26ede35f15aa571d5a7a2dd2fb868e1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:2c1a2ecebeac4770c51422bede6add57:5c82bf231c27d62e440081f186eb1da9:d26ede35f15aa571d5a7a2dd2fb868e1$"
}
}
diff --git a/public/images/trainer/atticus.png b/public/images/trainer/atticus.png
index e3e7e870f2b..75cd70b72d8 100644
Binary files a/public/images/trainer/atticus.png and b/public/images/trainer/atticus.png differ
diff --git a/public/images/trainer/courtney.json b/public/images/trainer/courtney.json
index de55e91eb85..1da3e08b107 100644
--- a/public/images/trainer/courtney.json
+++ b/public/images/trainer/courtney.json
@@ -4,8 +4,8 @@
"image": "courtney.png",
"format": "RGBA8888",
"size": {
- "w": 52,
- "h": 80
+ "w": 72,
+ "h": 72
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 52,
- "h": 80
+ "w": 44,
+ "h": 72
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 52,
- "h": 80
+ "w": 44,
+ "h": 72
},
"frame": {
"x": 0,
"y": 0,
- "w": 52,
- "h": 80
+ "w": 44,
+ "h": 72
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:831f5748dad92911b10a1cb358ee2dae:a3bf81bbaa3b49cad5e0e549cf94563b:bb6befc9383c9c08837183ae2a7a80c1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:c39b0f300dc09114fba490e6ab68b2b5:a24a6dbdd0e3f4d4b7a567673b73316a:b0c7d3a5747d1c7edafa00c8e6d1257e$"
}
}
diff --git a/public/images/trainer/courtney.png b/public/images/trainer/courtney.png
index 0efdb615fcd..3db5151e61c 100644
Binary files a/public/images/trainer/courtney.png and b/public/images/trainer/courtney.png differ
diff --git a/public/images/trainer/eri.json b/public/images/trainer/eri.json
index fd4daf60437..08312d7a310 100644
--- a/public/images/trainer/eri.json
+++ b/public/images/trainer/eri.json
@@ -4,8 +4,8 @@
"image": "eri.png",
"format": "RGBA8888",
"size": {
- "w": 74,
- "h": 74
+ "w": 78,
+ "h": 78
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 52,
+ "h": 78
},
"spriteSourceSize": {
- "x": 15,
- "y": 5,
- "w": 45,
- "h": 74
+ "x": 0,
+ "y": 0,
+ "w": 52,
+ "h": 78
},
"frame": {
"x": 0,
"y": 0,
- "w": 45,
- "h": 74
+ "w": 52,
+ "h": 78
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:59594ac27e74ec85e2949d12ff680dc2:d65b6b00858ac47b26ef8393a8fa6795:d7f4cd3ff755f8074c14d3006b0c8301$"
+ "smartupdate": "$TexturePacker:SmartUpdate:d413fdffea2ec50087a67019a6ce4063:66a18e7a21ca3a1953778dbc09074ab6:d7f4cd3ff755f8074c14d3006b0c8301$"
}
}
diff --git a/public/images/trainer/eri.png b/public/images/trainer/eri.png
index 0c9bdf7b47b..cb38f96b030 100644
Binary files a/public/images/trainer/eri.png and b/public/images/trainer/eri.png differ
diff --git a/public/images/trainer/faba.json b/public/images/trainer/faba.json
index 0e9544e2529..a419c782d87 100644
--- a/public/images/trainer/faba.json
+++ b/public/images/trainer/faba.json
@@ -4,8 +4,8 @@
"image": "faba.png",
"format": "RGBA8888",
"size": {
- "w": 74,
- "h": 74
+ "w": 76,
+ "h": 76
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 29,
+ "h": 76
},
"spriteSourceSize": {
- "x": 25,
- "y": 5,
- "w": 31,
- "h": 74
+ "x": 0,
+ "y": 0,
+ "w": 29,
+ "h": 76
},
"frame": {
"x": 0,
"y": 0,
- "w": 31,
- "h": 74
+ "w": 29,
+ "h": 76
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:47622708d99a504998950bd9c389a504:fe1c51be191dd9fafb5b6f309c08ae1a:8d64db18930325b8b513740c1d83ce4c$"
+ "smartupdate": "$TexturePacker:SmartUpdate:bbfce6e1ed69401694ce8c2537dd1fea:a2c9351e4ba08d44cafa66ecdf509866:8d64db18930325b8b513740c1d83ce4c$"
}
}
diff --git a/public/images/trainer/faba.png b/public/images/trainer/faba.png
index a7fa0fb4879..1c509da8a78 100644
Binary files a/public/images/trainer/faba.png and b/public/images/trainer/faba.png differ
diff --git a/public/images/trainer/flare_grunt_f.json b/public/images/trainer/flare_grunt_f.json
index e536d28a1aa..a8ebf9a8a4a 100644
--- a/public/images/trainer/flare_grunt_f.json
+++ b/public/images/trainer/flare_grunt_f.json
@@ -4,8 +4,8 @@
"image": "flare_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 85,
+ "h": 85
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 23,
+ "h": 85
},
"spriteSourceSize": {
- "x": 31,
+ "x": 0,
"y": 0,
"w": 23,
- "h": 80
+ "h": 85
},
"frame": {
"x": 0,
"y": 0,
"w": 23,
- "h": 80
+ "h": 85
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c30bf82452209a923f4becf13d275a9a:a6355b09f92c9c0388d0b919010f587f:0638dbf213f8a974eb5af76eb1e5ddeb$"
+ "smartupdate": "$TexturePacker:SmartUpdate:88d242a8c3b9859307ecdd290c30ce7d:acd04d60ab09f18e86e4e5727132dac2:0638dbf213f8a974eb5af76eb1e5ddeb$"
}
}
diff --git a/public/images/trainer/flare_grunt_f.png b/public/images/trainer/flare_grunt_f.png
index 4446675dc44..e2a4dd7fe92 100644
Binary files a/public/images/trainer/flare_grunt_f.png and b/public/images/trainer/flare_grunt_f.png differ
diff --git a/public/images/trainer/flare_grunt_m.json b/public/images/trainer/flare_grunt_m.json
index 4d54acbf810..226257ef84a 100644
--- a/public/images/trainer/flare_grunt_m.json
+++ b/public/images/trainer/flare_grunt_m.json
@@ -14,12 +14,12 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 31,
+ "h": 77
},
"spriteSourceSize": {
- "x": 24,
- "y": 2,
+ "x": 0,
+ "y": 0,
"w": 31,
"h": 77
},
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a26606e70778f88a1a7053b2f2420dde:84abf0d0f6bc90c6a60f660567b2d641:adc35a4070bac9fe828c2605a3b15744$"
+ "smartupdate": "$TexturePacker:SmartUpdate:8683e52bbd1a42992f4d7ab8aa65a2a1:e8279cd322279bc5f8e2bb5797e6f818:adc35a4070bac9fe828c2605a3b15744$"
}
}
diff --git a/public/images/trainer/flare_grunt_m.png b/public/images/trainer/flare_grunt_m.png
index 79eb98449ca..eb14dbed0e2 100644
Binary files a/public/images/trainer/flare_grunt_m.png and b/public/images/trainer/flare_grunt_m.png differ
diff --git a/public/images/trainer/giacomo.json b/public/images/trainer/giacomo.json
index 5eeb2cd685b..f61d5b64901 100644
--- a/public/images/trainer/giacomo.json
+++ b/public/images/trainer/giacomo.json
@@ -4,8 +4,8 @@
"image": "giacomo.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 71,
+ "h": 71
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 37,
+ "h": 71
},
"spriteSourceSize": {
- "x": 23,
- "y": 4,
+ "x": 0,
+ "y": 0,
"w": 37,
- "h": 75
+ "h": 71
},
"frame": {
"x": 0,
"y": 0,
"w": 37,
- "h": 75
+ "h": 71
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8c4e7da48e5667abc6d364330268c092:0fa43e58d8a746d3b86cb2dd763719f4:8603cc19e888c8c8de62177f4011577c$"
+ "smartupdate": "$TexturePacker:SmartUpdate:8d4b9bca01f3729556cd02a8795c3e89:cb2840cbbd1e5a614bfa6bcb23db5b62:8603cc19e888c8c8de62177f4011577c$"
}
}
diff --git a/public/images/trainer/giacomo.png b/public/images/trainer/giacomo.png
index 275f47fad3c..352acaddf95 100644
Binary files a/public/images/trainer/giacomo.png and b/public/images/trainer/giacomo.png differ
diff --git a/public/images/trainer/guzma.json b/public/images/trainer/guzma.json
index c278d68be24..1b75915c088 100644
--- a/public/images/trainer/guzma.json
+++ b/public/images/trainer/guzma.json
@@ -4,8 +4,8 @@
"image": "guzma.png",
"format": "RGBA8888",
"size": {
- "w": 58,
- "h": 58
+ "w": 64,
+ "h": 64
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 34,
+ "h": 64
},
"spriteSourceSize": {
- "x": 21,
- "y": 20,
- "w": 37,
- "h": 58
+ "x": 0,
+ "y": 0,
+ "w": 34,
+ "h": 64
},
"frame": {
"x": 0,
"y": 0,
- "w": 37,
- "h": 58
+ "w": 34,
+ "h": 64
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c3b08a562a2882d1ca8b5e031e245da9:72a8305e547f091d15abccd2b142e401:3b302c7f9eb6ea81b65bcaeead4a95a9$"
+ "smartupdate": "$TexturePacker:SmartUpdate:90cfe8ae514c30ddf48840678b251141:87a93d268c61327ad913bba3b052686b:3b302c7f9eb6ea81b65bcaeead4a95a9$"
}
}
diff --git a/public/images/trainer/guzma.png b/public/images/trainer/guzma.png
index 6afd6f3b34a..1ae6d8eb8d1 100644
Binary files a/public/images/trainer/guzma.png and b/public/images/trainer/guzma.png differ
diff --git a/public/images/trainer/hala.json b/public/images/trainer/hala.json
index f909ebe7684..5fcea739488 100644
--- a/public/images/trainer/hala.json
+++ b/public/images/trainer/hala.json
@@ -4,8 +4,8 @@
"image": "hala.png",
"format": "RGBA8888",
"size": {
- "w": 78,
- "h": 78
+ "w": 82,
+ "h": 82
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 59,
- "h": 78
+ "w": 58,
+ "h": 82
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 59,
- "h": 78
+ "w": 58,
+ "h": 82
},
"frame": {
"x": 0,
"y": 0,
- "w": 59,
- "h": 78
+ "w": 58,
+ "h": 82
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b6547cc9975d92a02b99fd63122d740b:0a72e0ac4fcbfe4329a7dcdad284ab36:7c2af56b9a9851f2e2eaeaf0cdca9370$"
+ "smartupdate": "$TexturePacker:SmartUpdate:57dc13db648785ad4694bf67c40fa21d:ee2bc7184f4f48ab8ba3c10c89bfc8f0:7c2af56b9a9851f2e2eaeaf0cdca9370$"
}
}
diff --git a/public/images/trainer/hala.png b/public/images/trainer/hala.png
index 0a72be4113b..4f26cbb8ff3 100644
Binary files a/public/images/trainer/hala.png and b/public/images/trainer/hala.png differ
diff --git a/public/images/trainer/hau.json b/public/images/trainer/hau.json
index 5f2ef8bcec8..351283ff0ad 100644
--- a/public/images/trainer/hau.json
+++ b/public/images/trainer/hau.json
@@ -4,8 +4,8 @@
"image": "hau.png",
"format": "RGBA8888",
"size": {
- "w": 70,
- "h": 70
+ "w": 71,
+ "h": 71
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 24,
+ "h": 71
},
"spriteSourceSize": {
- "x": 27,
- "y": 9,
- "w": 29,
- "h": 70
+ "x": 0,
+ "y": 0,
+ "w": 24,
+ "h": 71
},
"frame": {
"x": 0,
"y": 0,
- "w": 29,
- "h": 70
+ "w": 24,
+ "h": 71
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:688d6d27e686efec45b144ba4544f248:676457a4e9dfbcad0510f6e7bfa73514:d4c7e8b349477c2295b49b0e99b91bb3$"
+ "smartupdate": "$TexturePacker:SmartUpdate:0d500afd9a36f32a23b5a316dcf397d9:aa5d3e58d6df67b90e484ec7f345a4cf:d4c7e8b349477c2295b49b0e99b91bb3$"
}
}
diff --git a/public/images/trainer/hau.png b/public/images/trainer/hau.png
index 1ce2c98f6af..7aa673a6fe9 100644
Binary files a/public/images/trainer/hau.png and b/public/images/trainer/hau.png differ
diff --git a/public/images/trainer/korrina.json b/public/images/trainer/korrina.json
index cc1ba59bd55..7c258fa4927 100644
--- a/public/images/trainer/korrina.json
+++ b/public/images/trainer/korrina.json
@@ -4,8 +4,8 @@
"image": "korrina.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 83,
+ "h": 83
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 57,
+ "h": 83
},
"spriteSourceSize": {
- "x": 10,
- "y": 4,
- "w": 56,
- "h": 75
+ "x": 0,
+ "y": 0,
+ "w": 57,
+ "h": 83
},
"frame": {
"x": 0,
"y": 0,
- "w": 56,
- "h": 75
+ "w": 57,
+ "h": 83
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:43a6564beec2569a58110232e9752b64:0decef066ae75dc7f3bd0c811f9a92d1:ed5be09cd8b82ed6439ff8617ffa74c0$"
+ "smartupdate": "$TexturePacker:SmartUpdate:1dc28e18e99698fbfd8a110a1dc737f2:79d24176afd3059dc69ce785ce672bbb:ed5be09cd8b82ed6439ff8617ffa74c0$"
}
}
diff --git a/public/images/trainer/korrina.png b/public/images/trainer/korrina.png
index 6d6817faf94..8994afdddb1 100644
Binary files a/public/images/trainer/korrina.png and b/public/images/trainer/korrina.png differ
diff --git a/public/images/pokemon/back/shiny/668-female.json b/public/images/trainer/kukui.json
similarity index 63%
rename from public/images/pokemon/back/shiny/668-female.json
rename to public/images/trainer/kukui.json
index 7b4adc1a94d..139a1456cc5 100644
--- a/public/images/pokemon/back/shiny/668-female.json
+++ b/public/images/trainer/kukui.json
@@ -1,7 +1,7 @@
{
"textures": [
{
- "image": "668-female.png",
+ "image": "kukui.png",
"format": "RGBA8888",
"size": {
"w": 74,
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 74,
- "h": 72
+ "w": 37,
+ "h": 74
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 74,
- "h": 72
+ "w": 37,
+ "h": 74
},
"frame": {
"x": 0,
"y": 0,
- "w": 74,
- "h": 72
+ "w": 37,
+ "h": 74
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3f814ea1f5b062df0ecc4e7c343d89b:769178f31dc2505ae0e67b72b1319828:d99ed0e84a0695b54e479aa98271aba1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:bccd7af37a8608585716e34d0acb49af:8e1ebc6f022707fbb1e6b4f7d1dbb00c:70bdbf4bca082082ae121aa8ef03c2be$"
}
}
diff --git a/public/images/trainer/kukui.png b/public/images/trainer/kukui.png
new file mode 100644
index 00000000000..aacf1c197ee
Binary files /dev/null and b/public/images/trainer/kukui.png differ
diff --git a/public/images/trainer/lusamine.json b/public/images/trainer/lusamine.json
index 55a711a21fb..c2e9b2f2356 100644
--- a/public/images/trainer/lusamine.json
+++ b/public/images/trainer/lusamine.json
@@ -4,8 +4,8 @@
"image": "lusamine.png",
"format": "RGBA8888",
"size": {
- "w": 74,
- "h": 74
+ "w": 80,
+ "h": 80
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
+ "w": 52,
"h": 80
},
"spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 36,
- "h": 74
+ "x": 0,
+ "y": 0,
+ "w": 52,
+ "h": 80
},
"frame": {
"x": 0,
"y": 0,
- "w": 36,
- "h": 74
+ "w": 52,
+ "h": 80
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:41da3a1299e3831be70016dc91e49313:2413ba06767fb10fdc6fde8cc736c51c:4012333084c529872232c8d052561dc1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:52c5f9beccbfe68b9861b8fc393ba674:35d25e8bad6c7212e330a0e3d0c88315:4012333084c529872232c8d052561dc1$"
}
}
diff --git a/public/images/trainer/lusamine.png b/public/images/trainer/lusamine.png
index 8b835a2d0be..1619dc11e2d 100644
Binary files a/public/images/trainer/lusamine.png and b/public/images/trainer/lusamine.png differ
diff --git a/public/images/trainer/lysandre.json b/public/images/trainer/lysandre.json
index 931b1633a32..1dcb9c8c710 100644
--- a/public/images/trainer/lysandre.json
+++ b/public/images/trainer/lysandre.json
@@ -4,8 +4,8 @@
"image": "lysandre.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 82,
+ "h": 82
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 50,
+ "h": 82
},
"spriteSourceSize": {
- "x": 14,
+ "x": 0,
"y": 0,
- "w": 52,
- "h": 80
+ "w": 50,
+ "h": 82
},
"frame": {
"x": 0,
"y": 0,
- "w": 52,
- "h": 80
+ "w": 50,
+ "h": 82
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6b887c8bab74885a1b05f2b382759db6:ba102d9d25ddd794a3a17f029b971daf:e6066149f6ec4ccb9fc28faea3d64a7f$"
+ "smartupdate": "$TexturePacker:SmartUpdate:b09528fe2d3137bba8ce5c667d2a962f:7c522eefcc85ee87df485d34b58e814b:e6066149f6ec4ccb9fc28faea3d64a7f$"
}
}
diff --git a/public/images/trainer/lysandre.png b/public/images/trainer/lysandre.png
index b83b649d142..fe6dafb00f8 100644
Binary files a/public/images/trainer/lysandre.png and b/public/images/trainer/lysandre.png differ
diff --git a/public/images/trainer/macro_grunt_f.json b/public/images/trainer/macro_grunt_f.json
index 04b30ec4ca5..8a9a3943a27 100644
--- a/public/images/trainer/macro_grunt_f.json
+++ b/public/images/trainer/macro_grunt_f.json
@@ -14,19 +14,19 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 33,
+ "h": 74
},
"spriteSourceSize": {
- "x": 24,
- "y": 5,
- "w": 31,
+ "x": 0,
+ "y": 0,
+ "w": 33,
"h": 74
},
"frame": {
"x": 0,
"y": 0,
- "w": 31,
+ "w": 33,
"h": 74
}
}
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a015c43d80f8fd1932758e0e2cfcec61:59fc8205ea5ca04295831b4a2eb623ec:30df2ea8e9dac9e95f70534ec43d5ecd$"
+ "smartupdate": "$TexturePacker:SmartUpdate:7449212fcdbfb4a600364bd3761e4fb6:37c81a387501a047cff84cabdeedb496:d1412ef32f1904a102cf70569806f3b7$"
}
}
diff --git a/public/images/trainer/macro_grunt_f.png b/public/images/trainer/macro_grunt_f.png
index 892299d701e..85586126da1 100644
Binary files a/public/images/trainer/macro_grunt_f.png and b/public/images/trainer/macro_grunt_f.png differ
diff --git a/public/images/trainer/macro_grunt_m.json b/public/images/trainer/macro_grunt_m.json
index 5357fdb0767..f9a8736c4d1 100644
--- a/public/images/trainer/macro_grunt_m.json
+++ b/public/images/trainer/macro_grunt_m.json
@@ -4,8 +4,8 @@
"image": "macro_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 76,
+ "h": 76
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 35,
+ "h": 76
},
"spriteSourceSize": {
- "x": 15,
- "y": 4,
- "w": 48,
- "h": 75
+ "x": 0,
+ "y": 0,
+ "w": 35,
+ "h": 76
},
"frame": {
"x": 0,
"y": 0,
- "w": 48,
- "h": 75
+ "w": 35,
+ "h": 76
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:52fccff2a0675b4e10139ddb7067d4cf:10d254175d2d8a9111cce096ffb55fa3:d57016467aa07cafdfaf13e0ff643c1b$"
+ "smartupdate": "$TexturePacker:SmartUpdate:5800bf6888eb6dd61ea39e1c9a1f93e3:25a930b7c50e2d7832bd3c30402d7544:1f76f2e682f472208a45e187250a6a3d$"
}
}
diff --git a/public/images/trainer/macro_grunt_m.png b/public/images/trainer/macro_grunt_m.png
index aa6b3607a87..464c735c75d 100644
Binary files a/public/images/trainer/macro_grunt_m.png and b/public/images/trainer/macro_grunt_m.png differ
diff --git a/public/images/trainer/magma_grunt_f.json b/public/images/trainer/magma_grunt_f.json
index 05c0512bbf0..d7a3d214317 100644
--- a/public/images/trainer/magma_grunt_f.json
+++ b/public/images/trainer/magma_grunt_f.json
@@ -4,30 +4,30 @@
"image": "magma_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 72,
+ "h": 72
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
- "trimmed": true,
+ "trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 43,
+ "h": 72
},
"spriteSourceSize": {
- "x": 10,
+ "x": 0,
"y": 0,
- "w": 60,
- "h": 80
+ "w": 43,
+ "h": 72
},
"frame": {
- "x": 10,
+ "x": 0,
"y": 0,
- "w": 60,
- "h": 80
+ "w": 43,
+ "h": 72
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f63ad48affc076f60fae78992c96a2bf:80928b32710abcb28c07c6fc5a425d99:3b961d8852b62aaf24ceb2030c036515$"
+ "smartupdate": "$TexturePacker:SmartUpdate:219462e400564a65012cda9dbc31ab22:4e0070239d24311df52a263271698c59:3b961d8852b62aaf24ceb2030c036515$"
}
}
diff --git a/public/images/trainer/magma_grunt_f.png b/public/images/trainer/magma_grunt_f.png
index 215ad83eea1..5ea582ad067 100644
Binary files a/public/images/trainer/magma_grunt_f.png and b/public/images/trainer/magma_grunt_f.png differ
diff --git a/public/images/trainer/magma_grunt_m.json b/public/images/trainer/magma_grunt_m.json
index ac8cd838c5a..57ac7c40da9 100644
--- a/public/images/trainer/magma_grunt_m.json
+++ b/public/images/trainer/magma_grunt_m.json
@@ -4,30 +4,30 @@
"image": "magma_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 72,
+ "h": 72
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
- "trimmed": true,
+ "trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 44,
+ "h": 72
},
"spriteSourceSize": {
- "x": 10,
+ "x": 0,
"y": 0,
- "w": 60,
- "h": 80
+ "w": 44,
+ "h": 72
},
"frame": {
- "x": 10,
+ "x": 0,
"y": 0,
- "w": 60,
- "h": 80
+ "w": 44,
+ "h": 72
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:96aa833d987a01bcdcb6f0e7809f5daf:791cce8d026f92b2e52f0b66df8b8e11:35532fd5d9aea30957d50d06f2d2f9a6$"
+ "smartupdate": "$TexturePacker:SmartUpdate:46f6e6e1aef8e2e7640c67116e548c5d:34cb6b7f64b0d3c294fcdde45097575d:35532fd5d9aea30957d50d06f2d2f9a6$"
}
}
diff --git a/public/images/trainer/magma_grunt_m.png b/public/images/trainer/magma_grunt_m.png
index a37b9acbb52..b2432a79d28 100644
Binary files a/public/images/trainer/magma_grunt_m.png and b/public/images/trainer/magma_grunt_m.png differ
diff --git a/public/images/trainer/mela.json b/public/images/trainer/mela.json
index c9db18acc5a..1d242d50074 100644
--- a/public/images/trainer/mela.json
+++ b/public/images/trainer/mela.json
@@ -4,8 +4,8 @@
"image": "mela.png",
"format": "RGBA8888",
"size": {
- "w": 78,
- "h": 78
+ "w": 75,
+ "h": 75
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 41,
+ "h": 75
},
"spriteSourceSize": {
- "x": 18,
- "y": 1,
- "w": 46,
- "h": 78
+ "x": 0,
+ "y": 0,
+ "w": 41,
+ "h": 75
},
"frame": {
"x": 0,
"y": 0,
- "w": 46,
- "h": 78
+ "w": 41,
+ "h": 75
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e26d8c926c54c848cef673b3f59f35e7:ff040c2cebb1a92d2ef61dc91c018390:68668cf06383ff459cccaafb6bf56215$"
+ "smartupdate": "$TexturePacker:SmartUpdate:96e97b165e8ca706b7838616d32ab81f:89c577db41f4b610520823e876066e35:68668cf06383ff459cccaafb6bf56215$"
}
}
diff --git a/public/images/trainer/mela.png b/public/images/trainer/mela.png
index fbb08ed69cf..a98547d6380 100644
Binary files a/public/images/trainer/mela.png and b/public/images/trainer/mela.png differ
diff --git a/public/images/trainer/molayne.json b/public/images/trainer/molayne.json
index ae80a12f012..8a0b1b3534e 100644
--- a/public/images/trainer/molayne.json
+++ b/public/images/trainer/molayne.json
@@ -4,8 +4,8 @@
"image": "molayne.png",
"format": "RGBA8888",
"size": {
- "w": 79,
- "h": 79
+ "w": 78,
+ "h": 78
},
"scale": 1,
"frames": [
@@ -15,19 +15,19 @@
"trimmed": false,
"sourceSize": {
"w": 31,
- "h": 79
+ "h": 78
},
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 31,
- "h": 79
+ "h": 78
},
"frame": {
"x": 0,
"y": 0,
"w": 31,
- "h": 79
+ "h": 78
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:056720ae56077b81375b258850332053:774e1c8463f26fac3be55ed88c8b48b9:11092260a376b1a46e696927361b6498$"
+ "smartupdate": "$TexturePacker:SmartUpdate:190386db101d4bd1ef5ed1f4f7b5bb1c:c8bc1b069ceb2707738b9178fb6aea0f:11092260a376b1a46e696927361b6498$"
}
}
diff --git a/public/images/trainer/molayne.png b/public/images/trainer/molayne.png
index 75f9569370e..c400e5be33d 100644
Binary files a/public/images/trainer/molayne.png and b/public/images/trainer/molayne.png differ
diff --git a/public/images/pokemon/668-female.json b/public/images/trainer/mustard.json
similarity index 59%
rename from public/images/pokemon/668-female.json
rename to public/images/trainer/mustard.json
index 13d67c90194..5c3a73f0a0b 100644
--- a/public/images/pokemon/668-female.json
+++ b/public/images/trainer/mustard.json
@@ -1,11 +1,11 @@
{
"textures": [
{
- "image": "668-female.png",
+ "image": "mustard.png",
"format": "RGBA8888",
"size": {
- "w": 72,
- "h": 72
+ "w": 71,
+ "h": 71
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 63,
- "h": 72
+ "w": 57,
+ "h": 71
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 63,
- "h": 72
+ "w": 57,
+ "h": 71
},
"frame": {
"x": 0,
"y": 0,
- "w": 63,
- "h": 72
+ "w": 57,
+ "h": 71
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f88e039152d4a967a218cb721938610:e6991ce9c3bad348cbc05ebf9b440302:d99ed0e84a0695b54e479aa98271aba1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:8e2d109ee2cb1b2a6dda840c5bba1d4e:8116b1de2fd7bc0ca08e2d3e618b3dae:ac5d03e7cabff8ff660969c2bc2f3b36$"
}
}
diff --git a/public/images/trainer/mustard.png b/public/images/trainer/mustard.png
new file mode 100644
index 00000000000..0acba02db45
Binary files /dev/null and b/public/images/trainer/mustard.png differ
diff --git a/public/images/trainer/oleana.json b/public/images/trainer/oleana.json
index 7219b640c38..d9344226819 100644
--- a/public/images/trainer/oleana.json
+++ b/public/images/trainer/oleana.json
@@ -4,8 +4,8 @@
"image": "oleana.png",
"format": "RGBA8888",
"size": {
- "w": 79,
- "h": 79
+ "w": 78,
+ "h": 78
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 56,
+ "h": 78
},
"spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 53,
- "h": 79
+ "x": 0,
+ "y": 0,
+ "w": 56,
+ "h": 78
},
"frame": {
"x": 0,
"y": 0,
- "w": 53,
- "h": 79
+ "w": 56,
+ "h": 78
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:30987a671771127a38491a588c465964:38b28effcfd5c6cbc0f358912a775af3:82e2a1f8afed29be57f6c2473f4c5be2$"
+ "smartupdate": "$TexturePacker:SmartUpdate:3f088913cab1db14067e247bd92e82ce:b32e1ef6ef289564b39fd326346002c6:82e2a1f8afed29be57f6c2473f4c5be2$"
}
}
diff --git a/public/images/trainer/oleana.png b/public/images/trainer/oleana.png
index 3252c67ab8e..e74fb6ab2eb 100644
Binary files a/public/images/trainer/oleana.png and b/public/images/trainer/oleana.png differ
diff --git a/public/images/trainer/ortega.json b/public/images/trainer/ortega.json
index 53bab5dba40..082817344e0 100644
--- a/public/images/trainer/ortega.json
+++ b/public/images/trainer/ortega.json
@@ -4,8 +4,8 @@
"image": "ortega.png",
"format": "RGBA8888",
"size": {
- "w": 69,
- "h": 69
+ "w": 70,
+ "h": 70
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 47,
+ "h": 70
},
"spriteSourceSize": {
- "x": 8,
- "y": 10,
- "w": 53,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 47,
+ "h": 70
},
"frame": {
"x": 0,
"y": 0,
- "w": 53,
- "h": 69
+ "w": 47,
+ "h": 70
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c6ff92d90ed884222095de81d1db9166:a91cf3c83a063f549c52afb42f7ba3b0:c3f9fcec121c8bc93f2b230b20b79c57$"
+ "smartupdate": "$TexturePacker:SmartUpdate:f69a1067315885ed736a07362122f371:717e3f134eb10424f0f0fa724500ba63:c3f9fcec121c8bc93f2b230b20b79c57$"
}
}
diff --git a/public/images/trainer/ortega.png b/public/images/trainer/ortega.png
index 7f694c6ded6..cede7b6c311 100644
Binary files a/public/images/trainer/ortega.png and b/public/images/trainer/ortega.png differ
diff --git a/public/images/trainer/penny.json b/public/images/trainer/penny.json
index da64efffa3b..bb74e43da89 100644
--- a/public/images/trainer/penny.json
+++ b/public/images/trainer/penny.json
@@ -4,8 +4,8 @@
"image": "penny.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 67,
+ "h": 67
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 30,
+ "h": 67
},
"spriteSourceSize": {
- "x": 24,
- "y": 4,
- "w": 34,
- "h": 75
+ "x": 0,
+ "y": 0,
+ "w": 30,
+ "h": 67
},
"frame": {
"x": 0,
"y": 0,
- "w": 34,
- "h": 75
+ "w": 30,
+ "h": 67
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:54f184bf1995a94a78aff33c9a851e6b:a6c9b3fe428b0cd0344b5cf14b999f36:cf221da9747cb8cb356053d3042d8d22$"
+ "smartupdate": "$TexturePacker:SmartUpdate:cb4d76912d528afe986ac5cad775f455:cc70d9738c9c7347b2ac9afec4ec9290:cf221da9747cb8cb356053d3042d8d22$"
}
}
diff --git a/public/images/trainer/penny.png b/public/images/trainer/penny.png
index 0e36760e21b..67c90a41462 100644
Binary files a/public/images/trainer/penny.png and b/public/images/trainer/penny.png differ
diff --git a/public/images/trainer/plasma_grunt_f.json b/public/images/trainer/plasma_grunt_f.json
index 4d23eeeb483..4a73a55e24b 100644
--- a/public/images/trainer/plasma_grunt_f.json
+++ b/public/images/trainer/plasma_grunt_f.json
@@ -4,30 +4,408 @@
"image": "plasma_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 75,
- "h": 75
+ "w": 186,
+ "h": 186
},
"scale": 1,
"frames": [
{
- "filename": "0001.png",
+ "filename": "0002.png",
"rotated": false,
- "trimmed": false,
+ "trimmed": true,
"sourceSize": {
"w": 80,
"h": 80
},
"spriteSourceSize": {
- "x": 21,
- "y": 4,
- "w": 37,
- "h": 75
+ "x": 16,
+ "y": 31,
+ "w": 49,
+ "h": 49
},
"frame": {
"x": 0,
"y": 0,
- "w": 37,
- "h": 75
+ "w": 49,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 16,
+ "y": 31,
+ "w": 49,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 49,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 46,
+ "h": 53
+ },
+ "frame": {
+ "x": 49,
+ "y": 0,
+ "w": 46,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 33,
+ "w": 50,
+ "h": 47
+ },
+ "frame": {
+ "x": 45,
+ "y": 53,
+ "w": 50,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 33,
+ "w": 50,
+ "h": 47
+ },
+ "frame": {
+ "x": 45,
+ "y": 53,
+ "w": 50,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 36,
+ "w": 50,
+ "h": 44
+ },
+ "frame": {
+ "x": 45,
+ "y": 100,
+ "w": 50,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0007.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 36,
+ "w": 50,
+ "h": 44
+ },
+ "frame": {
+ "x": 45,
+ "y": 100,
+ "w": 50,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 45,
+ "h": 53
+ },
+ "frame": {
+ "x": 0,
+ "y": 102,
+ "w": 45,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0008.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 38,
+ "w": 50,
+ "h": 42
+ },
+ "frame": {
+ "x": 45,
+ "y": 144,
+ "w": 50,
+ "h": 42
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 15,
+ "y": 38,
+ "w": 50,
+ "h": 42
+ },
+ "frame": {
+ "x": 45,
+ "y": 144,
+ "w": 50,
+ "h": 42
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 43,
+ "h": 53
+ },
+ "frame": {
+ "x": 95,
+ "y": 0,
+ "w": 43,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 27,
+ "w": 43,
+ "h": 53
+ },
+ "frame": {
+ "x": 95,
+ "y": 53,
+ "w": 43,
+ "h": 53
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 16,
+ "y": 31,
+ "w": 49,
+ "h": 49
+ },
+ "frame": {
+ "x": 95,
+ "y": 106,
+ "w": 49,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 16,
+ "y": 31,
+ "w": 49,
+ "h": 49
+ },
+ "frame": {
+ "x": 95,
+ "y": 106,
+ "w": 49,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 16,
+ "y": 29,
+ "w": 46,
+ "h": 51
+ },
+ "frame": {
+ "x": 138,
+ "y": 0,
+ "w": 46,
+ "h": 51
}
}
]
@@ -36,6 +414,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c3001e18f1878c01a4825697200e823e:2003e0d4db249f7020c3471872198ac8:b01645b9e941158814978f2126e7e995$"
+ "smartupdate": "$TexturePacker:SmartUpdate:e8e867ad78b993918fba435e10511740:758a95ecd97e2607ff6ab81f85e665e6:b01645b9e941158814978f2126e7e995$"
}
}
diff --git a/public/images/trainer/plasma_grunt_f.png b/public/images/trainer/plasma_grunt_f.png
index 95b065f4360..7fa804cc39d 100644
Binary files a/public/images/trainer/plasma_grunt_f.png and b/public/images/trainer/plasma_grunt_f.png differ
diff --git a/public/images/trainer/plasma_grunt_m.json b/public/images/trainer/plasma_grunt_m.json
index 7c34b16790f..8fda1bd947b 100644
--- a/public/images/trainer/plasma_grunt_m.json
+++ b/public/images/trainer/plasma_grunt_m.json
@@ -4,30 +4,555 @@
"image": "plasma_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 72,
- "h": 72
+ "w": 262,
+ "h": 262
},
"scale": 1,
"frames": [
{
- "filename": "0001.png",
+ "filename": "0021.png",
"rotated": false,
- "trimmed": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 11,
+ "w": 54,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 13,
+ "y": 11,
+ "w": 54,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
"sourceSize": {
"w": 80,
"h": 80
},
"spriteSourceSize": {
"x": 16,
- "y": 7,
- "w": 47,
- "h": 72
+ "y": 11,
+ "w": 51,
+ "h": 69
},
"frame": {
"x": 0,
+ "y": 69,
+ "w": 51,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 50,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 50,
+ "y": 138,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 51,
+ "y": 69,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 54,
"y": 0,
- "w": 47,
- "h": 72
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 17,
+ "y": 11,
+ "w": 50,
+ "h": 69
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 50,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 18,
+ "y": 11,
+ "w": 49,
+ "h": 69
+ },
+ "frame": {
+ "x": 100,
+ "y": 138,
+ "w": 49,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 18,
+ "y": 11,
+ "w": 49,
+ "h": 69
+ },
+ "frame": {
+ "x": 100,
+ "y": 138,
+ "w": 49,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 14,
+ "y": 13,
+ "w": 52,
+ "h": 67
+ },
+ "frame": {
+ "x": 101,
+ "y": 69,
+ "w": 52,
+ "h": 67
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 14,
+ "y": 13,
+ "w": 52,
+ "h": 67
+ },
+ "frame": {
+ "x": 101,
+ "y": 69,
+ "w": 52,
+ "h": 67
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 14,
+ "y": 13,
+ "w": 52,
+ "h": 67
+ },
+ "frame": {
+ "x": 104,
+ "y": 0,
+ "w": 52,
+ "h": 67
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 156,
+ "y": 0,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0007.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 156,
+ "y": 0,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0008.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 209,
+ "y": 0,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 156,
+ "y": 65,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 209,
+ "y": 65,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 153,
+ "y": 130,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 149,
+ "y": 195,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 202,
+ "y": 195,
+ "w": 53,
+ "h": 65
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 80,
+ "h": 80
+ },
+ "spriteSourceSize": {
+ "x": 12,
+ "y": 15,
+ "w": 53,
+ "h": 65
+ },
+ "frame": {
+ "x": 206,
+ "y": 130,
+ "w": 53,
+ "h": 65
}
}
]
@@ -36,6 +561,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:61f195ebbcde93ab7442408edad7fe7a:28ae203b3cb42a94c4ba4420fdebdccc:9ae0ee174d431d48052a2f6b74e9d40c$"
+ "smartupdate": "$TexturePacker:SmartUpdate:8e214218a81b826b2cecce3e41f6eee8:2b88638dcf4559e6aad7c14cd730b7c3:9ae0ee174d431d48052a2f6b74e9d40c$"
}
}
diff --git a/public/images/trainer/plasma_grunt_m.png b/public/images/trainer/plasma_grunt_m.png
index e3ec6dd8c35..801e91b1d6d 100644
Binary files a/public/images/trainer/plasma_grunt_m.png and b/public/images/trainer/plasma_grunt_m.png differ
diff --git a/public/images/trainer/plumeria.json b/public/images/trainer/plumeria.json
index 936a8766750..4175fe5d716 100644
--- a/public/images/trainer/plumeria.json
+++ b/public/images/trainer/plumeria.json
@@ -4,8 +4,8 @@
"image": "plumeria.png",
"format": "RGBA8888",
"size": {
- "w": 72,
- "h": 72
+ "w": 76,
+ "h": 76
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 40,
+ "h": 76
},
"spriteSourceSize": {
- "x": 23,
- "y": 7,
- "w": 36,
- "h": 72
+ "x": 0,
+ "y": 0,
+ "w": 40,
+ "h": 76
},
"frame": {
"x": 0,
"y": 0,
- "w": 36,
- "h": 72
+ "w": 40,
+ "h": 76
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5527e7b646932d429928b53f055e9d27:c0640510780d2974f9b74a7f8e6b29aa:7bfec029bae78c9d483f59c35b73afad$"
+ "smartupdate": "$TexturePacker:SmartUpdate:d0e080a4dcc30b39616c49dfd96c98f7:47c6a714be68fabdf11801166e154db6:7bfec029bae78c9d483f59c35b73afad$"
}
}
diff --git a/public/images/trainer/plumeria.png b/public/images/trainer/plumeria.png
index b7382f6afde..4528c3e2053 100644
Binary files a/public/images/trainer/plumeria.png and b/public/images/trainer/plumeria.png differ
diff --git a/public/images/trainer/rose.json b/public/images/trainer/rose.json
index 86869257b63..883aa128e50 100644
--- a/public/images/trainer/rose.json
+++ b/public/images/trainer/rose.json
@@ -4,8 +4,8 @@
"image": "rose.png",
"format": "RGBA8888",
"size": {
- "w": 79,
- "h": 79
+ "w": 77,
+ "h": 77
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 31,
+ "h": 77
},
"spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 52,
- "h": 79
+ "x": 0,
+ "y": 0,
+ "w": 31,
+ "h": 77
},
"frame": {
"x": 0,
"y": 0,
- "w": 52,
- "h": 79
+ "w": 31,
+ "h": 77
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2b4ccaff7255c7d72661eac13de83ff8:72ee3660cdf470bd67375d355307e19d:8d35b104fc841baa4443581e6cea979e$"
+ "smartupdate": "$TexturePacker:SmartUpdate:be2215e7232e2260242613e54c91c3c4:852fb3fda379db104106f8888649d9d5:8d35b104fc841baa4443581e6cea979e$"
}
}
diff --git a/public/images/trainer/rose.png b/public/images/trainer/rose.png
index f90da7568d4..4c448e3302b 100644
Binary files a/public/images/trainer/rose.png and b/public/images/trainer/rose.png differ
diff --git a/public/images/trainer/shelly.json b/public/images/trainer/shelly.json
index 7761779864a..bac17e2885e 100644
--- a/public/images/trainer/shelly.json
+++ b/public/images/trainer/shelly.json
@@ -4,8 +4,8 @@
"image": "shelly.png",
"format": "RGBA8888",
"size": {
- "w": 80,
- "h": 80
+ "w": 78,
+ "h": 78
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 45,
+ "h": 78
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 80,
- "h": 80
+ "w": 45,
+ "h": 78
},
"frame": {
"x": 0,
"y": 0,
- "w": 80,
- "h": 80
+ "w": 45,
+ "h": 78
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:831f5748dad92911b10a1cb358ee2dae:a3bf81bbaa3b49cad5e0e549cf94563b:bb6befc9383c9c08837183ae2a7a80c1$"
+ "smartupdate": "$TexturePacker:SmartUpdate:601dbcee82b14bde5072df26ddd7d684:a0d576e65d8e3ff549dde75f0a82bc94:a277ff67eb669e1dac57ad29940004ac$"
}
}
diff --git a/public/images/trainer/shelly.png b/public/images/trainer/shelly.png
index 505dce1b110..95e6a07310d 100644
Binary files a/public/images/trainer/shelly.png and b/public/images/trainer/shelly.png differ
diff --git a/public/images/trainer/skull_grunt_f.json b/public/images/trainer/skull_grunt_f.json
index 182f9300ad5..b8c42ffafdd 100644
--- a/public/images/trainer/skull_grunt_f.json
+++ b/public/images/trainer/skull_grunt_f.json
@@ -4,8 +4,8 @@
"image": "skull_grunt_f.png",
"format": "RGBA8888",
"size": {
- "w": 74,
- "h": 74
+ "w": 69,
+ "h": 69
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 31,
- "h": 74
+ "w": 44,
+ "h": 69
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 31,
- "h": 74
+ "w": 44,
+ "h": 69
},
"frame": {
"x": 0,
"y": 0,
- "w": 31,
- "h": 74
+ "w": 44,
+ "h": 69
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a1f5b1981674c6e81163ac8ea576c3:a5e612d58e5f0a1489e111212baea09d:dd369353af16e4c5eb6547e129dfac18$"
+ "smartupdate": "$TexturePacker:SmartUpdate:b9685517b9674887653c84a03f3781c0:894dcd88bf117d48750df82b7bfac644:9035f560a0ab0d45bcc084aba7172990$"
}
}
diff --git a/public/images/trainer/skull_grunt_f.png b/public/images/trainer/skull_grunt_f.png
index fe7834ba4a8..c26e8d7f882 100644
Binary files a/public/images/trainer/skull_grunt_f.png and b/public/images/trainer/skull_grunt_f.png differ
diff --git a/public/images/trainer/skull_grunt_m.json b/public/images/trainer/skull_grunt_m.json
index 7c728e9d3fc..6a2d13ed8a3 100644
--- a/public/images/trainer/skull_grunt_m.json
+++ b/public/images/trainer/skull_grunt_m.json
@@ -4,8 +4,8 @@
"image": "skull_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 72,
- "h": 72
+ "w": 64,
+ "h": 64
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 51,
- "h": 72
+ "w": 39,
+ "h": 64
},
"spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 51,
- "h": 72
+ "w": 39,
+ "h": 64
},
"frame": {
"x": 0,
"y": 0,
- "w": 51,
- "h": 72
+ "w": 39,
+ "h": 64
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4deb2a68e4d168bb1a40cb5d190a7d1f:be3d7b29f4b544ba51cf907691fef51d:df57ca2c9bf5f80d930306e15a851d4d$"
+ "smartupdate": "$TexturePacker:SmartUpdate:c39ac1d47c8cbe300cffe98bda48c590:b400e0c6286f0e20dfbc383f7453e35b:1ff10b395daf6ebfa377680a6404f816$"
}
}
diff --git a/public/images/trainer/skull_grunt_m.png b/public/images/trainer/skull_grunt_m.png
index f2b8acba984..8babb09ec74 100644
Binary files a/public/images/trainer/skull_grunt_m.png and b/public/images/trainer/skull_grunt_m.png differ
diff --git a/public/images/trainer/star_grunt_f.json b/public/images/trainer/star_grunt_f.json
index e26477e3512..a6b613f44cf 100644
--- a/public/images/trainer/star_grunt_f.json
+++ b/public/images/trainer/star_grunt_f.json
@@ -14,12 +14,12 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 30,
+ "h": 68
},
"spriteSourceSize": {
- "x": 24,
- "y": 11,
+ "x": 0,
+ "y": 0,
"w": 30,
"h": 68
},
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b542a1bdd6995584fc776f75d578b434:f03fddece4494ab59698002fe6671972:c6f0e54e24ec5ffaa711700431b1955e$"
+ "smartupdate": "$TexturePacker:SmartUpdate:a5493363086a57d0f145cf61c42475de:2e4d3b330bb89e05e93f34d605eee203:c6f0e54e24ec5ffaa711700431b1955e$"
}
}
diff --git a/public/images/trainer/star_grunt_f.png b/public/images/trainer/star_grunt_f.png
index 6eb63ae1e03..ee0c25147cc 100644
Binary files a/public/images/trainer/star_grunt_f.png and b/public/images/trainer/star_grunt_f.png differ
diff --git a/public/images/trainer/star_grunt_m.json b/public/images/trainer/star_grunt_m.json
index bf49e3027e6..ba245e2eeb3 100644
--- a/public/images/trainer/star_grunt_m.json
+++ b/public/images/trainer/star_grunt_m.json
@@ -4,8 +4,8 @@
"image": "star_grunt_m.png",
"format": "RGBA8888",
"size": {
- "w": 70,
- "h": 70
+ "w": 64,
+ "h": 64
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": false,
"sourceSize": {
- "w": 80,
- "h": 80
+ "w": 36,
+ "h": 64
},
"spriteSourceSize": {
- "x": 24,
- "y": 9,
- "w": 31,
- "h": 70
+ "x": 0,
+ "y": 0,
+ "w": 36,
+ "h": 64
},
"frame": {
"x": 0,
"y": 0,
- "w": 31,
- "h": 70
+ "w": 36,
+ "h": 64
}
}
]
@@ -36,6 +36,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:abc4b0424c37fd55a2bf2e9f5142adce:41a140aa68a1eda61d9a00cab4e07721:a0796711f9e0333796b6629cd43ff8e8$"
+ "smartupdate": "$TexturePacker:SmartUpdate:11da63c3829d44356a3c26d094212d64:45ebf021548ac0e12b6f25093c5bf0db:a0796711f9e0333796b6629cd43ff8e8$"
}
}
diff --git a/public/images/trainer/star_grunt_m.png b/public/images/trainer/star_grunt_m.png
index a69359eda8e..13fd4e88510 100644
Binary files a/public/images/trainer/star_grunt_m.png and b/public/images/trainer/star_grunt_m.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.json b/public/images/types_es-ES.json
similarity index 99%
rename from public/images/types_es.json
rename to public/images/types_es-ES.json
index 0fb922e8939..198899c0f12 100644
--- a/public/images/types_es.json
+++ b/public/images/types_es-ES.json
@@ -1,7 +1,7 @@
{
"textures": [
{
- "image": "types_es.png",
+ "image": "types_es-ES.png",
"format": "RGBA8888",
"size": {
"w": 32,
diff --git a/public/images/types_es.png b/public/images/types_es-ES.png
similarity index 100%
rename from public/images/types_es.png
rename to public/images/types_es-ES.png
diff --git a/public/images/ui/button_tera.json b/public/images/ui/button_tera.json
new file mode 100644
index 00000000000..7b64db66ae6
--- /dev/null
+++ b/public/images/ui/button_tera.json
@@ -0,0 +1,158 @@
+{ "frames": {
+ "unknown": {
+ "frame": { "x": 0, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "bug": {
+ "frame": { "x": 18, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "dark": {
+ "frame": { "x": 36, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "dragon": {
+ "frame": { "x": 54, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "electric": {
+ "frame": { "x": 72, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fairy": {
+ "frame": { "x": 0, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fighting": {
+ "frame": { "x": 18, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fire": {
+ "frame": { "x": 36, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "flying": {
+ "frame": { "x": 54, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ghost": {
+ "frame": { "x": 72, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "grass": {
+ "frame": { "x": 0, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ground": {
+ "frame": { "x": 18, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ice": {
+ "frame": { "x": 36, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "normal": {
+ "frame": { "x": 54, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "poison": {
+ "frame": { "x": 72, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "psychic": {
+ "frame": { "x": 0, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "rock": {
+ "frame": { "x": 18, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "steel": {
+ "frame": { "x": 36, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "water": {
+ "frame": { "x": 54, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "stellar": {
+ "frame": { "x": 72, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-dev",
+ "image": "button_tera.png",
+ "format": "RGBA8888",
+ "size": { "w": 90, "h": 84 },
+ "scale": "1",
+ "frameTags": [
+ ],
+ "layers": [
+ { "name": "Sprite Sheet", "opacity": 255, "blendMode": "normal" }
+ ],
+ "slices": [
+ ]
+ }
+}
diff --git a/public/images/ui/button_tera.png b/public/images/ui/button_tera.png
new file mode 100644
index 00000000000..c9672bafa39
Binary files /dev/null and b/public/images/ui/button_tera.png differ
diff --git a/public/images/ui/cursor_tera.png b/public/images/ui/cursor_tera.png
new file mode 100644
index 00000000000..34cbe095895
Binary files /dev/null and b/public/images/ui/cursor_tera.png differ
diff --git a/public/images/ui/legacy/button_tera.json b/public/images/ui/legacy/button_tera.json
new file mode 100644
index 00000000000..7b64db66ae6
--- /dev/null
+++ b/public/images/ui/legacy/button_tera.json
@@ -0,0 +1,158 @@
+{ "frames": {
+ "unknown": {
+ "frame": { "x": 0, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "bug": {
+ "frame": { "x": 18, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "dark": {
+ "frame": { "x": 36, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "dragon": {
+ "frame": { "x": 54, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "electric": {
+ "frame": { "x": 72, "y": 0, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fairy": {
+ "frame": { "x": 0, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fighting": {
+ "frame": { "x": 18, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "fire": {
+ "frame": { "x": 36, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "flying": {
+ "frame": { "x": 54, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ghost": {
+ "frame": { "x": 72, "y": 21, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "grass": {
+ "frame": { "x": 0, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ground": {
+ "frame": { "x": 18, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "ice": {
+ "frame": { "x": 36, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "normal": {
+ "frame": { "x": 54, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "poison": {
+ "frame": { "x": 72, "y": 42, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "psychic": {
+ "frame": { "x": 0, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "rock": {
+ "frame": { "x": 18, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "steel": {
+ "frame": { "x": 36, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "water": {
+ "frame": { "x": 54, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ },
+ "stellar": {
+ "frame": { "x": 72, "y": 63, "w": 18, "h": 21 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 18, "h": 21 },
+ "sourceSize": { "w": 20, "h": 23 }
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.7-dev",
+ "image": "button_tera.png",
+ "format": "RGBA8888",
+ "size": { "w": 90, "h": 84 },
+ "scale": "1",
+ "frameTags": [
+ ],
+ "layers": [
+ { "name": "Sprite Sheet", "opacity": 255, "blendMode": "normal" }
+ ],
+ "slices": [
+ ]
+ }
+}
diff --git a/public/images/ui/legacy/button_tera.png b/public/images/ui/legacy/button_tera.png
new file mode 100644
index 00000000000..c9672bafa39
Binary files /dev/null and b/public/images/ui/legacy/button_tera.png differ
diff --git a/public/images/ui/legacy/cursor_tera.png b/public/images/ui/legacy/cursor_tera.png
new file mode 100644
index 00000000000..f2e77046137
Binary files /dev/null and b/public/images/ui/legacy/cursor_tera.png differ
diff --git a/public/images/ui/legacy/mystery_egg.png b/public/images/ui/legacy/mystery_egg.png
new file mode 100644
index 00000000000..bb117a137b0
Binary files /dev/null and b/public/images/ui/legacy/mystery_egg.png differ
diff --git a/public/images/ui/legacy/normal_memory.png b/public/images/ui/legacy/normal_memory.png
new file mode 100644
index 00000000000..ddc22d1d4ab
Binary files /dev/null and b/public/images/ui/legacy/normal_memory.png differ
diff --git a/public/images/ui/legacy/pokedex_summary_bg.png b/public/images/ui/legacy/pokedex_summary_bg.png
new file mode 100644
index 00000000000..690df1547c0
Binary files /dev/null and b/public/images/ui/legacy/pokedex_summary_bg.png differ
diff --git a/public/images/ui/legacy/summary_bg.png b/public/images/ui/legacy/summary_bg.png
index e4da2dd5da2..c482b5a1bf1 100644
Binary files a/public/images/ui/legacy/summary_bg.png and b/public/images/ui/legacy/summary_bg.png differ
diff --git a/public/images/ui/legacy/summary_profile.png b/public/images/ui/legacy/summary_profile.png
index 1d184023ca8..77d59dac177 100644
Binary files a/public/images/ui/legacy/summary_profile.png and b/public/images/ui/legacy/summary_profile.png differ
diff --git a/public/images/ui/mystery_egg.png b/public/images/ui/mystery_egg.png
new file mode 100644
index 00000000000..bb117a137b0
Binary files /dev/null and b/public/images/ui/mystery_egg.png differ
diff --git a/public/images/ui/normal_memory.png b/public/images/ui/normal_memory.png
new file mode 100644
index 00000000000..ddc22d1d4ab
Binary files /dev/null and b/public/images/ui/normal_memory.png differ
diff --git a/public/images/ui/pokedex_summary_bg.png b/public/images/ui/pokedex_summary_bg.png
new file mode 100644
index 00000000000..92e70bbee27
Binary files /dev/null and b/public/images/ui/pokedex_summary_bg.png differ
diff --git a/public/images/ui/summary_bg.png b/public/images/ui/summary_bg.png
index b77cdadd2ac..a86a94dd56e 100644
Binary files a/public/images/ui/summary_bg.png and b/public/images/ui/summary_bg.png differ
diff --git a/public/images/ui/summary_profile.png b/public/images/ui/summary_profile.png
index 38bb5e84dfd..55cc70dc4d0 100644
Binary files a/public/images/ui/summary_profile.png and b/public/images/ui/summary_profile.png differ
diff --git a/public/locales b/public/locales
index 71390cba88f..6b3f37cb351 160000
--- a/public/locales
+++ b/public/locales
@@ -1 +1 @@
-Subproject commit 71390cba88f4103d0d2273d59a6dd8340a4fa54f
+Subproject commit 6b3f37cb351552721232f4dabefa17bddb5b9004
diff --git a/scripts/find_sprite_variant_mismatches.py b/scripts/find_sprite_variant_mismatches.py
new file mode 100644
index 00000000000..483695fdb66
--- /dev/null
+++ b/scripts/find_sprite_variant_mismatches.py
@@ -0,0 +1,98 @@
+"""
+Validates the contents of the variant's masterlist file and identifies
+any mismatched entries for the sprite of the same key between front, back, exp, exp back, and female.
+
+This will create a csv file that contains all of the entries with mismatches.
+
+An empty entry means that there was not a mismatch for that version of the sprite (meaning it matches front).
+"""
+
+import sys
+
+if sys.version_info < (3, 7):
+ msg = "This script requires Python 3.7+"
+ raise RuntimeError(msg)
+
+import json
+import os
+import csv
+from dataclasses import dataclass, field
+from typing import Literal as L
+
+MASTERLIST_PATH = os.path.join(
+ os.path.dirname(os.path.dirname(__file__)), "public", "images", "pokemon", "variant", "_masterlist.json"
+)
+DEFAULT_OUTPUT_PATH = "sprite-mismatches.csv"
+
+
+@dataclass(order=True)
+class Sprite:
+ key: str = field(compare=False)
+ front: list[int] = field(default_factory=list, compare=False)
+ back: list[int] = field(default_factory=list, compare=False)
+ female: list[int] = field(default_factory=list, compare=False)
+ exp: list[int] = field(default_factory=list, compare=False)
+ expback: list[int] = field(default_factory=list, compare=False)
+ sortedKey: tuple[int] | tuple[int, str] = field(init=False, repr=False, compare=True)
+
+ def as_row(self) -> tuple[str, list[int] | L[""], list[int] | L[""], list[int] | L[""], list[int] | L[""], list[int] | L[""]]:
+ """return sprite information as a tuple for csv writing"""
+ return (self.key, self.front or "", self.back or "", self.exp or "", self.expback or "", self.female or "")
+
+ def is_mismatch(self) -> bool:
+ """return True if the female, back, or exp sprites do not match the front"""
+ for val in [self.back, self.exp, self.expback, self.female]:
+ if val != [] and val != self.front:
+ return True
+ return False
+
+ def __post_init__(self):
+ split = self.key.split("-", maxsplit=1)
+ self.sortedKey = (int(split[0]), split[1]) if len(split) == 2 else (int(split[0]),)
+
+
+def make_mismatch_sprite_list(path):
+ with open(path, "r") as f:
+ masterlist: dict = json.load(f)
+
+ # Go through the keys in "front" and "back" and make sure they match the masterlist
+ back_data: dict[str, list[int]] = masterlist.pop("back", {})
+ exp_data: dict[str, list[int]] = masterlist.pop("exp", {})
+ exp_back_data: dict[str, list[int]] = exp_data.get("back", [])
+ female_data: dict[str, list[int]] = masterlist.pop("female", {})
+
+ sprites: list[Sprite] = []
+
+ for key, item in masterlist.items():
+ sprite = Sprite(
+ key, front=item, back=back_data.get(key, []), exp=exp_data.get(key, []), expback=exp_back_data.get(key, []), female=female_data.get(key, [])
+ )
+ if sprite.is_mismatch():
+ sprites.append(sprite)
+
+ return sprites
+
+
+def write_mismatch_csv(filename: str, mismatches: list[Sprite]):
+ with open(filename, "w", newline="") as csvfile:
+ writer = csv.writer(csvfile)
+ writer.writerow(["key", "front", "back", "exp", "expback", "female"])
+ for sprite in sorted(mismatches):
+ writer.writerow(sprite.as_row())
+
+
+if __name__ == "__main__":
+ import argparse
+
+ p = argparse.ArgumentParser("find_sprite_variant_mismatches", description=__doc__)
+
+ p.add_argument(
+ "-o",
+ "--output",
+ default=DEFAULT_OUTPUT_PATH,
+ help=f"The path to a file to save the output file. If not specified, will write to {DEFAULT_OUTPUT_PATH}.",
+ )
+ p.add_argument("--masterlist", default=MASTERLIST_PATH, help=f"The path to the masterlist file to validate. Defaults to {MASTERLIST_PATH}.")
+ args = p.parse_args()
+ mismatches = make_mismatch_sprite_list(args.masterlist)
+ write_mismatch_csv(args.output, mismatches)
diff --git a/src/@types/PokerogueAccountApi.ts b/src/@types/PokerogueAccountApi.ts
new file mode 100644
index 00000000000..68d0a5e7730
--- /dev/null
+++ b/src/@types/PokerogueAccountApi.ts
@@ -0,0 +1,17 @@
+import type { UserInfo } from "#app/@types/UserInfo";
+
+export interface AccountInfoResponse extends UserInfo {}
+
+export interface AccountLoginRequest {
+ username: string;
+ password: string;
+}
+
+export interface AccountLoginResponse {
+ token: string;
+}
+
+export interface AccountRegisterRequest {
+ username: string;
+ password: string;
+}
diff --git a/src/@types/PokerogueAdminApi.ts b/src/@types/PokerogueAdminApi.ts
new file mode 100644
index 00000000000..2ee25b560d9
--- /dev/null
+++ b/src/@types/PokerogueAdminApi.ts
@@ -0,0 +1,31 @@
+export interface LinkAccountToDiscordIdRequest {
+ username: string;
+ discordId: string;
+}
+
+export interface UnlinkAccountFromDiscordIdRequest {
+ username: string;
+ discordId: string;
+}
+
+export interface LinkAccountToGoogledIdRequest {
+ username: string;
+ googleId: string;
+}
+
+export interface UnlinkAccountFromGoogledIdRequest {
+ username: string;
+ googleId: string;
+}
+
+export interface SearchAccountRequest {
+ username: string;
+}
+
+export interface SearchAccountResponse {
+ username: string;
+ discordId: string;
+ googleId: string;
+ lastLoggedIn: string;
+ registered: string;
+}
diff --git a/src/@types/PokerogueApi.ts b/src/@types/PokerogueApi.ts
new file mode 100644
index 00000000000..79755b23a54
--- /dev/null
+++ b/src/@types/PokerogueApi.ts
@@ -0,0 +1,4 @@
+export interface TitleStatsResponse {
+ playerCount: number;
+ battleCount: number;
+}
diff --git a/src/@types/PokerogueDailyApi.ts b/src/@types/PokerogueDailyApi.ts
new file mode 100644
index 00000000000..3f3d8eb61ca
--- /dev/null
+++ b/src/@types/PokerogueDailyApi.ts
@@ -0,0 +1,10 @@
+import type { ScoreboardCategory } from "#app/ui/daily-run-scoreboard";
+
+export interface GetDailyRankingsRequest {
+ category: ScoreboardCategory;
+ page?: number;
+}
+
+export interface GetDailyRankingsPageCountRequest {
+ category: ScoreboardCategory;
+}
diff --git a/src/@types/PokerogueSavedataApi.ts b/src/@types/PokerogueSavedataApi.ts
new file mode 100644
index 00000000000..a313cd708c7
--- /dev/null
+++ b/src/@types/PokerogueSavedataApi.ts
@@ -0,0 +1,8 @@
+import type { SessionSaveData, SystemSaveData } from "#app/system/game-data";
+
+export interface UpdateAllSavedataRequest {
+ system: SystemSaveData;
+ session: SessionSaveData;
+ sessionSlotId: number;
+ clientSessionId: string;
+}
diff --git a/src/@types/PokerogueSessionSavedataApi.ts b/src/@types/PokerogueSessionSavedataApi.ts
new file mode 100644
index 00000000000..c4650611c4f
--- /dev/null
+++ b/src/@types/PokerogueSessionSavedataApi.ts
@@ -0,0 +1,40 @@
+export class UpdateSessionSavedataRequest {
+ slot: number;
+ trainerId: number;
+ secretId: number;
+ clientSessionId: string;
+}
+
+/** This is **NOT** similar to {@linkcode ClearSessionSavedataRequest} */
+export interface NewClearSessionSavedataRequest {
+ slot: number;
+ isVictory: boolean;
+ clientSessionId: string;
+}
+
+export interface GetSessionSavedataRequest {
+ slot: number;
+ clientSessionId: string;
+}
+
+export interface DeleteSessionSavedataRequest {
+ slot: number;
+ clientSessionId: string;
+}
+
+/** This is **NOT** similar to {@linkcode NewClearSessionSavedataRequest} */
+export interface ClearSessionSavedataRequest {
+ slot: number;
+ trainerId: number;
+ clientSessionId: string;
+}
+
+/**
+ * Pokerogue API response for path: `/savedata/session/clear`
+ */
+export interface ClearSessionSavedataResponse {
+ /** Contains the error message if any occured */
+ error?: string;
+ /** Is `true` if the request was successfully processed */
+ success?: boolean;
+}
diff --git a/src/@types/PokerogueSystemSavedataApi.ts b/src/@types/PokerogueSystemSavedataApi.ts
new file mode 100644
index 00000000000..8ce160a5ec2
--- /dev/null
+++ b/src/@types/PokerogueSystemSavedataApi.ts
@@ -0,0 +1,20 @@
+import type { SystemSaveData } from "#app/system/game-data";
+
+export interface GetSystemSavedataRequest {
+ clientSessionId: string;
+}
+
+export class UpdateSystemSavedataRequest {
+ clientSessionId: string;
+ trainerId?: number;
+ secretId?: number;
+}
+
+export interface VerifySystemSavedataRequest {
+ clientSessionId: string;
+}
+
+export interface VerifySystemSavedataResponse {
+ valid: boolean;
+ systemData: SystemSaveData;
+}
diff --git a/src/@types/UserInfo.ts b/src/@types/UserInfo.ts
new file mode 100644
index 00000000000..c8a0c6ecb26
--- /dev/null
+++ b/src/@types/UserInfo.ts
@@ -0,0 +1,7 @@
+export interface UserInfo {
+ username: string;
+ lastSessionSlot: number;
+ discordId: string;
+ googleId: string;
+ hasAdminRole: boolean;
+}
diff --git a/src/@types/common.ts b/src/@types/common.ts
index fcd946656dc..93d88a3b680 100644
--- a/src/@types/common.ts
+++ b/src/@types/common.ts
@@ -1,3 +1 @@
-import BattleScene from "#app/battle-scene";
-
-export type ConditionFn = (scene: BattleScene, args?: any[]) => boolean;
+export type ConditionFn = (args?: any[]) => boolean;
diff --git a/src/@types/i18next.d.ts b/src/@types/i18next.d.ts
index 3bd71bc6c61..0eaa1e6ff0f 100644
--- a/src/@types/i18next.d.ts
+++ b/src/@types/i18next.d.ts
@@ -1,4 +1,4 @@
-import { TOptions } from "i18next";
+import type { TOptions } from "i18next";
// Module declared to make referencing keys in the localization files type-safe.
declare module "i18next" {
diff --git a/src/@types/pokerogue-api.ts b/src/@types/pokerogue-api.ts
deleted file mode 100644
index 892869968bb..00000000000
--- a/src/@types/pokerogue-api.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
- * Pokerogue API response for path: `/savedata/session/clear`
- */
-export interface PokerogueApiClearSessionData {
- /** Contains the error message if any occured */
- error?: string;
- /** Is `true` if the request was successfully processed */
- success?: boolean;
-}
diff --git a/src/account.ts b/src/account.ts
index 692ff2b0d81..96ce32714bb 100644
--- a/src/account.ts
+++ b/src/account.ts
@@ -1,26 +1,32 @@
+import { pokerogueApi } from "#app/plugins/api/pokerogue-api";
+import type { UserInfo } from "#app/@types/UserInfo";
import { bypassLogin } from "./battle-scene";
import * as Utils from "./utils";
-export interface UserInfo {
- username: string;
- lastSessionSlot: integer;
- discordId: string;
- googleId: string;
- hasAdminRole: boolean;
-}
-
export let loggedInUser: UserInfo | null = null;
// This is a random string that is used to identify the client session - unique per session (tab or window) so that the game will only save on the one that the server is expecting
export const clientSessionId = Utils.randomString(32);
export function initLoggedInUser(): void {
- loggedInUser = { username: "Guest", lastSessionSlot: -1, discordId: "", googleId: "", hasAdminRole: false };
+ loggedInUser = {
+ username: "Guest",
+ lastSessionSlot: -1,
+ discordId: "",
+ googleId: "",
+ hasAdminRole: false,
+ };
}
-export function updateUserInfo(): Promise<[boolean, integer]> {
- return new Promise<[boolean, integer]>(resolve => {
+export function updateUserInfo(): Promise<[boolean, number]> {
+ return new Promise<[boolean, number]>(resolve => {
if (bypassLogin) {
- loggedInUser = { username: "Guest", lastSessionSlot: -1, discordId: "", googleId: "", hasAdminRole: false };
+ loggedInUser = {
+ username: "Guest",
+ lastSessionSlot: -1,
+ discordId: "",
+ googleId: "",
+ hasAdminRole: false,
+ };
let lastSessionSlot = -1;
for (let s = 0; s < 5; s++) {
if (localStorage.getItem(`sessionData${s ? s : ""}_${loggedInUser.username}`)) {
@@ -30,7 +36,7 @@ export function updateUserInfo(): Promise<[boolean, integer]> {
}
loggedInUser.lastSessionSlot = lastSessionSlot;
// Migrate old data from before the username was appended
- [ "data", "sessionData", "sessionData1", "sessionData2", "sessionData3", "sessionData4" ].map(d => {
+ ["data", "sessionData", "sessionData1", "sessionData2", "sessionData3", "sessionData4"].map(d => {
const lsItem = localStorage.getItem(d);
if (lsItem && !!loggedInUser?.username) {
const lsUserItem = localStorage.getItem(`${d}_${loggedInUser.username}`);
@@ -41,20 +47,15 @@ export function updateUserInfo(): Promise<[boolean, integer]> {
localStorage.removeItem(d);
}
});
- return resolve([ true, 200 ]);
+ return resolve([true, 200]);
}
- Utils.apiFetch("account/info", true).then(response => {
- if (!response.ok) {
- resolve([ false, response.status ]);
+ pokerogueApi.account.getInfo().then(([accountInfo, status]) => {
+ if (!accountInfo) {
+ resolve([false, status]);
return;
}
- return response.json();
- }).then(jsonResponse => {
- loggedInUser = jsonResponse;
- resolve([ true, 200 ]);
- }).catch(err => {
- console.error(err);
- resolve([ false, 500 ]);
+ loggedInUser = accountInfo;
+ resolve([true, 200]);
});
});
}
diff --git a/src/battle-scene.ts b/src/battle-scene.ts
index 3cbf4d7b422..a6c986d3d0f 100644
--- a/src/battle-scene.ts
+++ b/src/battle-scene.ts
@@ -1,43 +1,104 @@
import Phaser from "phaser";
import UI from "#app/ui/ui";
-import Pokemon, { EnemyPokemon, PlayerPokemon } from "#app/field/pokemon";
-import PokemonSpecies, { allSpecies, getPokemonSpecies, PokemonSpeciesFilter } from "#app/data/pokemon-species";
-import { Constructor, isNullOrUndefined, randSeedInt } from "#app/utils";
+import type Pokemon from "#app/field/pokemon";
+import { EnemyPokemon, PlayerPokemon } from "#app/field/pokemon";
+import type { PokemonSpeciesFilter } from "#app/data/pokemon-species";
+import type PokemonSpecies from "#app/data/pokemon-species";
+import { allSpecies, getPokemonSpecies } from "#app/data/pokemon-species";
+import type { Constructor } from "#app/utils";
+import { isNullOrUndefined, randSeedInt } from "#app/utils";
import * as Utils from "#app/utils";
-import { ConsumableModifier, ConsumablePokemonModifier, DoubleBattleChanceBoosterModifier, ExpBalanceModifier, ExpShareModifier, FusePokemonModifier, HealingBoosterModifier, Modifier, ModifierBar, ModifierPredicate, MultipleParticipantExpBonusModifier, overrideHeldItems, overrideModifiers, PersistentModifier, PokemonExpBoosterModifier, PokemonFormChangeItemModifier, PokemonHeldItemModifier, PokemonHpRestoreModifier, PokemonIncrementingStatModifier, RememberMoveModifier, TerastallizeModifier, TurnHeldItemTransferModifier } from "./modifier/modifier";
-import { PokeballType } from "#app/data/pokeball";
-import { initCommonAnims, initMoveAnim, loadCommonAnimAssets, loadMoveAnimAssets, populateAnims } from "#app/data/battle-anims";
-import { Phase } from "#app/phase";
+import type { Modifier, ModifierPredicate, TurnHeldItemTransferModifier } from "./modifier/modifier";
+import {
+ ConsumableModifier,
+ ConsumablePokemonModifier,
+ DoubleBattleChanceBoosterModifier,
+ ExpBalanceModifier,
+ ExpShareModifier,
+ FusePokemonModifier,
+ HealingBoosterModifier,
+ ModifierBar,
+ MultipleParticipantExpBonusModifier,
+ PersistentModifier,
+ PokemonExpBoosterModifier,
+ PokemonFormChangeItemModifier,
+ PokemonHeldItemModifier,
+ PokemonHpRestoreModifier,
+ PokemonIncrementingStatModifier,
+ RememberMoveModifier,
+} from "./modifier/modifier";
+import { PokeballType } from "#enums/pokeball";
+import {
+ initCommonAnims,
+ initMoveAnim,
+ loadCommonAnimAssets,
+ loadMoveAnimAssets,
+ populateAnims,
+} from "#app/data/battle-anims";
+import type { Phase } from "#app/phase";
import { initGameSpeed } from "#app/system/game-speed";
import { Arena, ArenaBase } from "#app/field/arena";
import { GameData } from "#app/system/game-data";
import { addTextObject, getTextColor, TextStyle } from "#app/ui/text";
-import { allMoves } from "#app/data/move";
-import { getDefaultModifierTypeForTier, getEnemyModifierTypesForWave, getLuckString, getLuckTextTint, getModifierPoolForType, getModifierType, getPartyLuckValue, ModifierPoolType, modifierTypes, PokemonHeldItemModifierType } from "#app/modifier/modifier-type";
+import { allMoves } from "#app/data/moves/move";
+import { MusicPreference } from "#app/system/settings/settings";
+import {
+ getDefaultModifierTypeForTier,
+ getEnemyModifierTypesForWave,
+ getLuckString,
+ getLuckTextTint,
+ getModifierPoolForType,
+ getModifierType,
+ getPartyLuckValue,
+ ModifierPoolType,
+ modifierTypes,
+ PokemonHeldItemModifierType,
+} from "#app/modifier/modifier-type";
import AbilityBar from "#app/ui/ability-bar";
-import { allAbilities, applyAbAttrs, applyPostBattleInitAbAttrs, BlockItemTheftAbAttr, DoubleBattleChanceAbAttr, PostBattleInitAbAttr } from "#app/data/ability";
-import Battle, { BattleType, FixedBattleConfig } from "#app/battle";
-import { GameMode, GameModes, getGameMode } from "#app/game-mode";
+import {
+ allAbilities,
+ applyAbAttrs,
+ applyPostBattleInitAbAttrs,
+ applyPostItemLostAbAttrs,
+ BlockItemTheftAbAttr,
+ DoubleBattleChanceAbAttr,
+ PostBattleInitAbAttr,
+ PostItemLostAbAttr,
+} from "#app/data/ability";
+import type { FixedBattleConfig } from "#app/battle";
+import Battle, { BattleType } from "#app/battle";
+import type { GameMode } from "#app/game-mode";
+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 { trainerConfigs, TrainerSlot } from "#app/data/trainer-config";
+import type { TrainerSlot } from "#app/data/trainer-config";
+import { trainerConfigs } from "#app/data/trainer-config";
import Trainer, { TrainerVariant } from "#app/field/trainer";
-import TrainerData from "#app/system/trainer-data";
+import type TrainerData from "#app/system/trainer-data";
import SoundFade from "phaser3-rex-plugins/plugins/soundfade";
import { pokemonPrevolutions } from "#app/data/balance/pokemon-evolutions";
import PokeballTray from "#app/ui/pokeball-tray";
import InvertPostFX from "#app/pipelines/invert";
-import { Achv, achvs, ModifierAchv, MoneyAchv } from "#app/system/achv";
-import { Voucher, vouchers } from "#app/system/voucher";
+import type { Achv } from "#app/system/achv";
+import { achvs, ModifierAchv, MoneyAchv } from "#app/system/achv";
+import type { Voucher } from "#app/system/voucher";
+import { vouchers } from "#app/system/voucher";
import { Gender } from "#app/data/gender";
-import UIPlugin from "phaser3-rex-plugins/templates/ui/ui-plugin";
+import type UIPlugin from "phaser3-rex-plugins/templates/ui/ui-plugin";
import { addUiThemeOverrides } from "#app/ui/ui-theme";
-import PokemonData from "#app/system/pokemon-data";
-import { Nature } from "#app/data/nature";
-import { FormChangeItem, pokemonFormChanges, SpeciesFormChange, SpeciesFormChangeManualTrigger, SpeciesFormChangeTimeOfDayTrigger, SpeciesFormChangeTrigger } from "#app/data/pokemon-forms";
+import type PokemonData from "#app/system/pokemon-data";
+import { Nature } from "#enums/nature";
+import type { SpeciesFormChange, SpeciesFormChangeTrigger } from "#app/data/pokemon-forms";
+import {
+ FormChangeItem,
+ pokemonFormChanges,
+ SpeciesFormChangeManualTrigger,
+ SpeciesFormChangeTimeOfDayTrigger,
+} from "#app/data/pokemon-forms";
import { FormChangePhase } from "#app/phases/form-change-phase";
import { getTypeRgb } from "#app/data/type";
+import { PokemonType } from "#enums/pokemon-type";
import PokemonSpriteSparkleHandler from "#app/field/pokemon-sprite-sparkle-handler";
import CharSprite from "#app/ui/char-sprite";
import DamageNumberHandler from "#app/field/damage-number-handler";
@@ -45,8 +106,9 @@ import PokemonInfoContainer from "#app/ui/pokemon-info-container";
import { biomeDepths, getBiomeName } from "#app/data/balance/biomes";
import { SceneBase } from "#app/scene-base";
import CandyBar from "#app/ui/candy-bar";
-import { Variant, variantData } from "#app/data/variant";
-import { Localizable } from "#app/interfaces/locales";
+import type { Variant, VariantSet } from "#app/data/variant";
+import { variantColorCache, variantData } from "#app/data/variant";
+import type { Localizable } from "#app/interfaces/locales";
import Overrides from "#app/overrides";
import { InputsController } from "#app/inputs-controller";
import { UiInputs } from "#app/ui-inputs";
@@ -56,14 +118,14 @@ import { EaseType } from "#enums/ease-type";
import { BattleSpec } from "#enums/battle-spec";
import { BattleStyle } from "#enums/battle-style";
import { Biome } from "#enums/biome";
-import { ExpNotification } from "#enums/exp-notification";
+import type { ExpNotification } from "#enums/exp-notification";
import { MoneyFormat } from "#enums/money-format";
import { Moves } from "#enums/moves";
import { PlayerGender } from "#enums/player-gender";
import { Species } from "#enums/species";
import { UiTheme } from "#enums/ui-theme";
import { TimedEventManager } from "#app/timed-event-manager";
-import { PokemonAnimType } from "#enums/pokemon-anim-type";
+import type { PokemonAnimType } from "#enums/pokemon-anim-type";
import i18next from "i18next";
import { TrainerType } from "#enums/trainer-type";
import { battleSpecDialogue } from "#app/data/dialogue";
@@ -86,26 +148,36 @@ import { ToggleDoublePositionPhase } from "#app/phases/toggle-double-position-ph
import { TurnInitPhase } from "#app/phases/turn-init-phase";
import { ShopCursorTarget } from "#app/enums/shop-cursor-target";
import MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter";
-import { allMysteryEncounters, ANTI_VARIANCE_WEIGHT_MODIFIER, AVERAGE_ENCOUNTERS_PER_RUN_TARGET, BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT, MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT, mysteryEncountersByBiome } from "#app/data/mystery-encounters/mystery-encounters";
+import {
+ allMysteryEncounters,
+ ANTI_VARIANCE_WEIGHT_MODIFIER,
+ AVERAGE_ENCOUNTERS_PER_RUN_TARGET,
+ BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT,
+ MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT,
+ mysteryEncountersByBiome,
+} from "#app/data/mystery-encounters/mystery-encounters";
import { MysteryEncounterSaveData } from "#app/data/mystery-encounters/mystery-encounter-save-data";
import { MysteryEncounterType } from "#enums/mystery-encounter-type";
import { MysteryEncounterTier } from "#enums/mystery-encounter-tier";
-import HeldModifierConfig from "#app/interfaces/held-modifier-config";
+import type HeldModifierConfig from "#app/interfaces/held-modifier-config";
import { ExpPhase } from "#app/phases/exp-phase";
import { ShowPartyExpBarPhase } from "#app/phases/show-party-exp-bar-phase";
import { MysteryEncounterMode } from "#enums/mystery-encounter-mode";
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 { ShowAbilityPhase } from "#app/phases/show-ability-phase";
+import { HideAbilityPhase } from "#app/phases/hide-ability-phase";
export const bypassLogin = import.meta.env.VITE_BYPASS_LOGIN === "1";
const DEBUG_RNG = false;
-const OPP_IVS_OVERRIDE_VALIDATED : integer[] = (
- Array.isArray(Overrides.OPP_IVS_OVERRIDE) ?
- Overrides.OPP_IVS_OVERRIDE :
- new Array(6).fill(Overrides.OPP_IVS_OVERRIDE)
-).map(iv => isNaN(iv) || iv === null || iv > 31 ? -1 : iv);
+const OPP_IVS_OVERRIDE_VALIDATED: number[] = (
+ Array.isArray(Overrides.OPP_IVS_OVERRIDE) ? Overrides.OPP_IVS_OVERRIDE : new Array(6).fill(Overrides.OPP_IVS_OVERRIDE)
+).map(iv => (Number.isNaN(iv) || iv === null || iv > 31 ? -1 : iv));
export const startingWave = Overrides.STARTING_WAVE_OVERRIDE || 1;
@@ -113,18 +185,18 @@ const expSpriteKeys: string[] = [];
export let starterColors: StarterColors;
interface StarterColors {
- [key: string]: [string, string]
+ [key: string]: [string, string];
}
export interface PokeballCounts {
- [pb: string]: integer;
+ [pb: string]: number;
}
export type AnySound = Phaser.Sound.WebAudioSound | Phaser.Sound.HTML5AudioSound | Phaser.Sound.NoAudioSound;
export interface InfoToggle {
- toggleInfo(force?: boolean): void;
- isActive(): boolean;
+ toggleInfo(force?: boolean): void;
+ isActive(): boolean;
}
export default class BattleScene extends SceneBase {
@@ -132,92 +204,94 @@ export default class BattleScene extends SceneBase {
public inputController: InputsController;
public uiInputs: UiInputs;
- public sessionPlayTime: integer | null = null;
- public lastSavePlayTime: integer | null = null;
- public masterVolume: number = 0.5;
- public bgmVolume: number = 1;
- public fieldVolume: number = 1;
- public seVolume: number = 1;
- public uiVolume: number = 1;
- public gameSpeed: integer = 1;
- public damageNumbersMode: integer = 0;
- public reroll: boolean = false;
+ public sessionPlayTime: number | null = null;
+ public lastSavePlayTime: number | null = null;
+ public masterVolume = 0.5;
+ public bgmVolume = 1;
+ public fieldVolume = 1;
+ public seVolume = 1;
+ public uiVolume = 1;
+ public gameSpeed = 1;
+ public damageNumbersMode = 0;
+ public reroll = false;
public shopCursorTarget: number = ShopCursorTarget.REWARDS;
- public showMovesetFlyout: boolean = true;
- public showArenaFlyout: boolean = true;
- public showTimeOfDayWidget: boolean = true;
+ public commandCursorMemory = false;
+ public dexForDevs = false;
+ public showMovesetFlyout = true;
+ public showArenaFlyout = true;
+ public showTimeOfDayWidget = true;
public timeOfDayAnimation: EaseType = EaseType.NONE;
- public showLevelUpStats: boolean = true;
+ public showLevelUpStats = true;
public enableTutorials: boolean = import.meta.env.VITE_BYPASS_TUTORIAL === "1";
- public enableMoveInfo: boolean = true;
- public enableRetries: boolean = false;
- public hideIvs: boolean = false;
+ public enableMoveInfo = true;
+ public enableRetries = false;
+ public hideIvs = false;
/**
* Determines the condition for a notification should be shown for Candy Upgrades
* - 0 = 'Off'
* - 1 = 'Passives Only'
* - 2 = 'On'
*/
- public candyUpgradeNotification: integer = 0;
+ public candyUpgradeNotification = 0;
/**
* Determines what type of notification is used for Candy Upgrades
* - 0 = 'Icon'
* - 1 = 'Animation'
*/
- public candyUpgradeDisplay: integer = 0;
+ public candyUpgradeDisplay = 0;
public moneyFormat: MoneyFormat = MoneyFormat.NORMAL;
public uiTheme: UiTheme = UiTheme.DEFAULT;
- public windowType: integer = 0;
- public experimentalSprites: boolean = false;
- public musicPreference: integer = 0;
- public moveAnimations: boolean = true;
+ public windowType = 0;
+ public experimentalSprites = false;
+ public musicPreference: number = MusicPreference.ALLGENS;
+ public moveAnimations = true;
public expGainsSpeed: ExpGainsSpeed = ExpGainsSpeed.DEFAULT;
- public skipSeenDialogues: boolean = false;
+ public skipSeenDialogues = false;
/**
* Determines if the egg hatching animation should be skipped
* - 0 = Never (never skip animation)
* - 1 = Ask (ask to skip animation when hatching 2 or more eggs)
* - 2 = Always (automatically skip animation when hatching 2 or more eggs)
*/
- public eggSkipPreference: number = 0;
+ public eggSkipPreference = 0;
/**
- * Defines the experience gain display mode.
- *
- * @remarks
- * The `expParty` can have several modes:
- * - `0` - Default: The normal experience gain display, nothing changed.
- * - `1` - Level Up Notification: Displays the level up in the small frame instead of a message.
- * - `2` - Skip: No level up frame nor message.
- *
- * Modes `1` and `2` are still compatible with stats display, level up, new move, etc.
- * @default 0 - Uses the default normal experience gain display.
- */
+ * Defines the experience gain display mode.
+ *
+ * @remarks
+ * The `expParty` can have several modes:
+ * - `0` - Default: The normal experience gain display, nothing changed.
+ * - `1` - Level Up Notification: Displays the level up in the small frame instead of a message.
+ * - `2` - Skip: No level up frame nor message.
+ *
+ * Modes `1` and `2` are still compatible with stats display, level up, new move, etc.
+ * @default 0 - Uses the default normal experience gain display.
+ */
public expParty: ExpNotification = 0;
- public hpBarSpeed: integer = 0;
- public fusionPaletteSwaps: boolean = true;
- public enableTouchControls: boolean = false;
- public enableVibration: boolean = false;
- public showBgmBar: boolean = true;
+ public hpBarSpeed = 0;
+ public fusionPaletteSwaps = true;
+ public enableTouchControls = false;
+ public enableVibration = false;
+ public showBgmBar = true;
/**
* Determines the selected battle style.
* - 0 = 'Switch'
* - 1 = 'Set' - The option to switch the active pokemon at the start of a battle will not display.
*/
- public battleStyle: integer = BattleStyle.SWITCH;
+ public battleStyle: number = BattleStyle.SWITCH;
/**
- * Defines whether or not to show type effectiveness hints
- * - true: No hints
- * - false: Show hints for moves
+ * Defines whether or not to show type effectiveness hints
+ * - true: No hints
+ * - false: Show hints for moves
*/
- public typeHints: boolean = false;
+ public typeHints = false;
- public disableMenu: boolean = false;
+ public disableMenu = false;
public gameData: GameData;
- public sessionSlotId: integer;
+ public sessionSlotId: number;
/** PhaseQueue: dequeue/remove the first element to get the next phase */
public phaseQueue: Phase[];
@@ -226,7 +300,7 @@ export default class BattleScene extends SceneBase {
private phaseQueuePrepend: Phase[];
/** overrides default of inserting phases to end of phaseQueuePrepend array, useful or inserting Phases "out of order" */
- private phaseQueuePrependSpliceIndex: integer;
+ private phaseQueuePrependSpliceIndex: number;
private nextCommandPhaseQueue: Phase[];
private currentPhase: Phase | null;
@@ -247,13 +321,13 @@ export default class BattleScene extends SceneBase {
public arenaNextEnemy: ArenaBase;
public arena: Arena;
public gameMode: GameMode;
- public score: integer;
+ public score: number;
public lockModifierTiers: boolean;
public trainer: Phaser.GameObjects.Sprite;
public lastEnemyTrainer: Trainer | null;
public currentBattle: Battle;
public pokeballCounts: PokeballCounts;
- public money: integer;
+ public money: number;
public pokemonInfoContainer: PokemonInfoContainer;
private party: PlayerPokemon[];
/** Session save data that pertains to Mystery Encounters */
@@ -272,8 +346,8 @@ export default class BattleScene extends SceneBase {
private fieldOverlay: Phaser.GameObjects.Rectangle;
private shopOverlay: Phaser.GameObjects.Rectangle;
- private shopOverlayShown: boolean = false;
- private shopOverlayOpacity: number = .8;
+ private shopOverlayShown = false;
+ private shopOverlayOpacity = 0.8;
public modifiers: PersistentModifier[];
private enemyModifiers: PersistentModifier[];
@@ -282,7 +356,7 @@ export default class BattleScene extends SceneBase {
public seed: string;
public waveSeed: string;
- public waveCycleOffset: integer;
+ public waveCycleOffset: number;
public offsetGym: boolean;
public damageNumberHandler: DamageNumberHandler;
@@ -296,9 +370,9 @@ export default class BattleScene extends SceneBase {
private bgmCache: Set
= new Set();
private playTimeTimer: Phaser.Time.TimerEvent;
- public rngCounter: integer = 0;
- public rngSeedOverride: string = "";
- public rngOffset: integer = 0;
+ public rngCounter = 0;
+ public rngSeedOverride = "";
+ public rngOffset = 0;
public inputMethod: string;
private infoToggles: InfoToggle[] = [];
@@ -323,7 +397,9 @@ export default class BattleScene extends SceneBase {
this.conditionalQueue = [];
this.phaseQueuePrependSpliceIndex = -1;
this.nextCommandPhaseQueue = [];
+ this.eventManager = new TimedEventManager();
this.updateGameInfo();
+ initGlobalScene(this);
}
loadPokemonAtlas(key: string, atlasPath: string, experimental?: boolean) {
@@ -337,19 +413,51 @@ export default class BattleScene extends SceneBase {
if (variant) {
atlasPath = atlasPath.replace("variant/", "");
}
- this.load.atlas(key, `images/pokemon/${variant ? "variant/" : ""}${experimental ? "exp/" : ""}${atlasPath}.png`, `images/pokemon/${variant ? "variant/" : ""}${experimental ? "exp/" : ""}${atlasPath}.json`);
+ this.load.atlas(
+ key,
+ `images/pokemon/${variant ? "variant/" : ""}${experimental ? "exp/" : ""}${atlasPath}.png`,
+ `images/pokemon/${variant ? "variant/" : ""}${experimental ? "exp/" : ""}${atlasPath}.json`,
+ );
+ }
+
+ /**
+ * Load the variant assets for the given sprite and stores them in {@linkcode variantColorCache}
+ */
+ public async loadPokemonVariantAssets(spriteKey: string, fileRoot: string, variant?: Variant): Promise {
+ const useExpSprite = this.experimentalSprites && this.hasExpSprite(spriteKey);
+ if (useExpSprite) {
+ fileRoot = `exp/${fileRoot}`;
+ }
+ let variantConfig = variantData;
+ fileRoot.split("/").map(p => (variantConfig ? (variantConfig = variantConfig[p]) : null));
+ const variantSet = variantConfig as VariantSet;
+
+ return new Promise(resolve => {
+ if (variantSet && variant !== undefined && variantSet[variant] === 1) {
+ if (variantColorCache.hasOwnProperty(spriteKey)) {
+ return resolve();
+ }
+ this.cachedFetch(`./images/pokemon/variant/${fileRoot}.json`)
+ .then(res => res.json())
+ .then(c => {
+ variantColorCache[spriteKey] = c;
+ resolve();
+ });
+ } else {
+ resolve();
+ }
+ });
}
async preload() {
if (DEBUG_RNG) {
- const scene = this;
const originalRealInRange = Phaser.Math.RND.realInRange;
Phaser.Math.RND.realInRange = function (min: number, max: number): number {
- const ret = originalRealInRange.apply(this, [ min, max ]);
- const args = [ "RNG", ++scene.rngCounter, ret / (max - min), `min: ${min} / max: ${max}` ];
- args.push(`seed: ${scene.rngSeedOverride || scene.waveSeed || scene.seed}`);
- if (scene.rngOffset) {
- args.push(`offset: ${scene.rngOffset}`);
+ const ret = originalRealInRange.apply(this, [min, max]);
+ const args = ["RNG", ++this.rngCounter, ret / (max - min), `min: ${min} / max: ${max}`];
+ args.push(`seed: ${this.rngSeedOverride || this.waveSeed || this.seed}`);
+ if (this.rngOffset) {
+ args.push(`offset: ${this.rngOffset}`);
}
console.log(...args);
return ret;
@@ -364,12 +472,12 @@ export default class BattleScene extends SceneBase {
create() {
this.scene.remove(LoadingScene.KEY);
initGameSpeed.apply(this);
- this.inputController = new InputsController(this);
- this.uiInputs = new UiInputs(this, this.inputController);
+ this.inputController = new InputsController();
+ this.uiInputs = new UiInputs(this.inputController);
- this.gameData = new GameData(this);
+ this.gameData = new GameData();
- addUiThemeOverrides(this);
+ addUiThemeOverrides();
this.load.setBaseURL();
@@ -378,7 +486,6 @@ export default class BattleScene extends SceneBase {
this.fieldSpritePipeline = new FieldSpritePipeline(this.game);
(this.renderer as Phaser.Renderer.WebGL.WebGLRenderer).pipelines.add("FieldSprite", this.fieldSpritePipeline);
- this.eventManager = new TimedEventManager();
this.launchBattle();
}
@@ -393,12 +500,12 @@ export default class BattleScene extends SceneBase {
this.arenaBgTransition = this.add.sprite(0, 0, "plains_bg");
this.arenaBgTransition.setName("sprite-arena-bg-transition");
- [ this.arenaBgTransition, this.arenaBg ].forEach(a => {
+ for (const a of [this.arenaBgTransition, this.arenaBg]) {
a.setPipeline(this.fieldSpritePipeline);
a.setScale(6);
a.setOrigin(0);
a.setSize(320, 240);
- });
+ }
const field = this.add.container(0, 0);
field.setName("field");
@@ -413,13 +520,16 @@ export default class BattleScene extends SceneBase {
this.fieldUI = fieldUI;
- const transition = this.make.rexTransitionImagePack({
- x: 0,
- y: 0,
- scale: 6,
- key: "loading_bg",
- origin: { x: 0, y: 0 }
- }, true);
+ const transition = this.make.rexTransitionImagePack(
+ {
+ x: 0,
+ y: 0,
+ scale: 6,
+ key: "loading_bg",
+ origin: { x: 0, y: 0 },
+ },
+ true,
+ );
//@ts-ignore (the defined types in the package are incromplete...)
transition.transit({
@@ -441,7 +551,7 @@ export default class BattleScene extends SceneBase {
this.uiContainer = uiContainer;
const overlayWidth = this.game.canvas.width / 6;
- const overlayHeight = (this.game.canvas.height / 6) - 48;
+ const overlayHeight = this.game.canvas.height / 6 - 48;
this.fieldOverlay = this.add.rectangle(0, overlayHeight * -1 - 48, overlayWidth, overlayHeight, 0x424242);
this.fieldOverlay.setName("rect-field-overlay");
this.fieldOverlay.setOrigin(0, 0);
@@ -457,76 +567,87 @@ export default class BattleScene extends SceneBase {
this.modifiers = [];
this.enemyModifiers = [];
- this.modifierBar = new ModifierBar(this);
+ this.modifierBar = new ModifierBar();
this.modifierBar.setName("modifier-bar");
this.add.existing(this.modifierBar);
uiContainer.add(this.modifierBar);
- this.enemyModifierBar = new ModifierBar(this, true);
+ this.enemyModifierBar = new ModifierBar(true);
this.enemyModifierBar.setName("enemy-modifier-bar");
this.add.existing(this.enemyModifierBar);
uiContainer.add(this.enemyModifierBar);
- this.charSprite = new CharSprite(this);
+ this.charSprite = new CharSprite();
this.charSprite.setName("sprite-char");
this.charSprite.setup();
this.fieldUI.add(this.charSprite);
- this.pbTray = new PokeballTray(this, true);
+ this.pbTray = new PokeballTray(true);
this.pbTray.setName("pb-tray");
this.pbTray.setup();
- this.pbTrayEnemy = new PokeballTray(this, false);
+ this.pbTrayEnemy = new PokeballTray(false);
this.pbTrayEnemy.setName("enemy-pb-tray");
this.pbTrayEnemy.setup();
this.fieldUI.add(this.pbTray);
this.fieldUI.add(this.pbTrayEnemy);
- this.abilityBar = new AbilityBar(this);
+ this.abilityBar = new AbilityBar();
this.abilityBar.setName("ability-bar");
this.abilityBar.setup();
this.fieldUI.add(this.abilityBar);
- this.partyExpBar = new PartyExpBar(this);
+ this.partyExpBar = new PartyExpBar();
this.partyExpBar.setName("party-exp-bar");
this.partyExpBar.setup();
this.fieldUI.add(this.partyExpBar);
- this.candyBar = new CandyBar(this);
+ this.candyBar = new CandyBar();
this.candyBar.setName("candy-bar");
this.candyBar.setup();
this.fieldUI.add(this.candyBar);
- this.biomeWaveText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, startingWave.toString(), TextStyle.BATTLE_INFO);
+ this.biomeWaveText = addTextObject(
+ this.game.canvas.width / 6 - 2,
+ 0,
+ startingWave.toString(),
+ TextStyle.BATTLE_INFO,
+ );
this.biomeWaveText.setName("text-biome-wave");
this.biomeWaveText.setOrigin(1, 0.5);
this.fieldUI.add(this.biomeWaveText);
- this.moneyText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, "", TextStyle.MONEY);
+ this.moneyText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.MONEY);
this.moneyText.setName("text-money");
this.moneyText.setOrigin(1, 0.5);
this.fieldUI.add(this.moneyText);
- this.scoreText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
+ this.scoreText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
this.scoreText.setName("text-score");
this.scoreText.setOrigin(1, 0.5);
this.fieldUI.add(this.scoreText);
- this.luckText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
+ this.luckText = addTextObject(this.game.canvas.width / 6 - 2, 0, "", TextStyle.PARTY, { fontSize: "54px" });
this.luckText.setName("text-luck");
this.luckText.setOrigin(1, 0.5);
this.luckText.setVisible(false);
this.fieldUI.add(this.luckText);
- this.luckLabelText = addTextObject(this, (this.game.canvas.width / 6) - 2, 0, i18next.t("common:luckIndicator"), TextStyle.PARTY, { fontSize: "54px" });
+ this.luckLabelText = addTextObject(
+ this.game.canvas.width / 6 - 2,
+ 0,
+ i18next.t("common:luckIndicator"),
+ TextStyle.PARTY,
+ { fontSize: "54px" },
+ );
this.luckLabelText.setName("text-luck-label");
this.luckLabelText.setOrigin(1, 0.5);
this.luckLabelText.setVisible(false);
this.fieldUI.add(this.luckLabelText);
- this.arenaFlyout = new ArenaFlyout(this);
+ this.arenaFlyout = new ArenaFlyout();
this.fieldUI.add(this.arenaFlyout);
this.fieldUI.moveBelow(this.arenaFlyout, this.fieldOverlay);
@@ -535,9 +656,12 @@ export default class BattleScene extends SceneBase {
this.damageNumberHandler = new DamageNumberHandler();
this.spriteSparkleHandler = new PokemonSpriteSparkleHandler();
- this.spriteSparkleHandler.setup(this);
+ this.spriteSparkleHandler.setup();
- this.pokemonInfoContainer = new PokemonInfoContainer(this, (this.game.canvas.width / 6) + 52, -(this.game.canvas.height / 6) + 66);
+ this.pokemonInfoContainer = new PokemonInfoContainer(
+ this.game.canvas.width / 6 + 52,
+ -(this.game.canvas.height / 6) + 66,
+ );
this.pokemonInfoContainer.setup();
this.fieldUI.add(this.pokemonInfoContainer);
@@ -546,27 +670,31 @@ export default class BattleScene extends SceneBase {
const loadPokemonAssets = [];
- this.arenaPlayer = new ArenaBase(this, true);
+ this.arenaPlayer = new ArenaBase(true);
this.arenaPlayer.setName("arena-player");
- this.arenaPlayerTransition = new ArenaBase(this, true);
+ this.arenaPlayerTransition = new ArenaBase(true);
this.arenaPlayerTransition.setName("arena-player-transition");
- this.arenaEnemy = new ArenaBase(this, false);
+ this.arenaEnemy = new ArenaBase(false);
this.arenaEnemy.setName("arena-enemy");
- this.arenaNextEnemy = new ArenaBase(this, false);
+ this.arenaNextEnemy = new ArenaBase(false);
this.arenaNextEnemy.setName("arena-next-enemy");
this.arenaBgTransition.setVisible(false);
this.arenaPlayerTransition.setVisible(false);
this.arenaNextEnemy.setVisible(false);
- [ this.arenaPlayer, this.arenaPlayerTransition, this.arenaEnemy, this.arenaNextEnemy ].forEach(a => {
+ for (const a of [this.arenaPlayer, this.arenaPlayerTransition, this.arenaEnemy, this.arenaNextEnemy]) {
if (a instanceof Phaser.GameObjects.Sprite) {
a.setOrigin(0, 0);
}
field.add(a);
- });
+ }
- const trainer = this.addFieldSprite(0, 0, `trainer_${this.gameData.gender === PlayerGender.FEMALE ? "f" : "m"}_back`);
+ const trainer = this.addFieldSprite(
+ 0,
+ 0,
+ `trainer_${this.gameData.gender === PlayerGender.FEMALE ? "f" : "m"}_back`,
+ );
trainer.setOrigin(0.5, 1);
trainer.setName("sprite-trainer");
@@ -579,37 +707,42 @@ export default class BattleScene extends SceneBase {
frames: this.anims.generateFrameNumbers("prompt", { start: 1, end: 4 }),
frameRate: 6,
repeat: -1,
- showOnStart: true
+ showOnStart: true,
});
this.anims.create({
key: "tera_sparkle",
- frames: this.anims.generateFrameNumbers("tera_sparkle", { start: 0, end: 12 }),
+ frames: this.anims.generateFrameNumbers("tera_sparkle", {
+ start: 0,
+ end: 12,
+ }),
frameRate: 18,
repeat: 0,
showOnStart: true,
- hideOnComplete: true
+ hideOnComplete: true,
});
this.reset(false, false, true);
- const ui = new UI(this);
+ const ui = new UI();
this.uiContainer.add(ui);
this.ui = ui;
ui.setup();
- const defaultMoves = [ Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE ];
+ const defaultMoves = [Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE];
Promise.all([
Promise.all(loadPokemonAssets),
- initCommonAnims(this).then(() => loadCommonAnimAssets(this, true)),
- Promise.all([ Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE ].map(m => initMoveAnim(this, m))).then(() => loadMoveAnimAssets(this, defaultMoves, true)),
- this.initStarterColors()
+ initCommonAnims().then(() => loadCommonAnimAssets(true)),
+ Promise.all([Moves.TACKLE, Moves.TAIL_WHIP, Moves.FOCUS_ENERGY, Moves.STRUGGLE].map(m => initMoveAnim(m))).then(
+ () => loadMoveAnimAssets(defaultMoves, true),
+ ),
+ this.initStarterColors(),
]).then(() => {
- this.pushPhase(new LoginPhase(this));
- this.pushPhase(new TitlePhase(this));
+ this.pushPhase(new LoginPhase());
+ this.pushPhase(new TitlePhase());
this.shiftPhase();
});
@@ -640,7 +773,7 @@ export default class BattleScene extends SceneBase {
if (this.lastSavePlayTime !== null) {
this.lastSavePlayTime++;
}
- }
+ },
});
this.updateBiomeWaveText();
@@ -652,30 +785,37 @@ export default class BattleScene extends SceneBase {
if (expSpriteKeys.length) {
return;
}
- this.cachedFetch("./exp-sprites.json").then(res => res.json()).then(keys => {
- if (Array.isArray(keys)) {
- expSpriteKeys.push(...keys);
- }
- Promise.resolve();
- });
+ this.cachedFetch("./exp-sprites.json")
+ .then(res => res.json())
+ .then(keys => {
+ if (Array.isArray(keys)) {
+ expSpriteKeys.push(...keys);
+ }
+ Promise.resolve();
+ });
}
async initVariantData(): Promise {
- Object.keys(variantData).forEach(key => delete variantData[key]);
- await this.cachedFetch("./images/pokemon/variant/_masterlist.json").then(res => res.json())
+ for (const key of Object.keys(variantData)) {
+ delete variantData[key];
+ }
+ await this.cachedFetch("./images/pokemon/variant/_masterlist.json")
+ .then(res => res.json())
.then(v => {
- Object.keys(v).forEach(k => variantData[k] = v[k]);
+ for (const k of Object.keys(v)) {
+ variantData[k] = v[k];
+ }
if (this.experimentalSprites) {
const expVariantData = variantData["exp"];
const traverseVariantData = (keys: string[]) => {
let variantTree = variantData;
let expTree = expVariantData;
- keys.map((k: string, i: integer) => {
+ keys.map((k: string, i: number) => {
if (i < keys.length - 1) {
variantTree = variantTree[k];
expTree = expTree[k];
} else if (variantTree.hasOwnProperty(k) && expTree.hasOwnProperty(k)) {
- if ([ "back", "female" ].includes(k)) {
+ if (["back", "female"].includes(k)) {
traverseVariantData(keys.concat(k));
} else {
variantTree[k] = expTree[k];
@@ -683,7 +823,9 @@ export default class BattleScene extends SceneBase {
}
});
};
- Object.keys(expVariantData).forEach(ek => traverseVariantData([ ek ]));
+ for (const ek of Object.keys(expVariantData)) {
+ traverseVariantData([ek]);
+ }
}
Promise.resolve();
});
@@ -706,36 +848,16 @@ export default class BattleScene extends SceneBase {
return resolve();
}
- this.cachedFetch("./starter-colors.json").then(res => res.json()).then(sc => {
- starterColors = {};
- Object.keys(sc).forEach(key => {
- starterColors[key] = sc[key];
+ this.cachedFetch("./starter-colors.json")
+ .then(res => res.json())
+ .then(sc => {
+ starterColors = {};
+ for (const key of Object.keys(sc)) {
+ starterColors[key] = sc[key];
+ }
+
+ resolve();
});
-
- /*const loadPokemonAssets: Promise[] = [];
-
- for (let s of Object.keys(speciesStarters)) {
- const species = getPokemonSpecies(parseInt(s));
- loadPokemonAssets.push(species.loadAssets(this, false, 0, false));
- }
-
- Promise.all(loadPokemonAssets).then(() => {
- const starterCandyColors = {};
- const rgbaToHexFunc = (r, g, b) => [r, g, b].map(x => x.toString(16).padStart(2, '0')).join('');
-
- for (let s of Object.keys(speciesStarters)) {
- const species = getPokemonSpecies(parseInt(s));
-
- starterCandyColors[species.speciesId] = species.generateCandyColors(this).map(c => rgbaToHexFunc(c[0], c[1], c[2]));
- }
-
- console.log(JSON.stringify(starterCandyColors));
-
- resolve();
- });*/
-
- resolve();
- });
});
}
@@ -764,65 +886,77 @@ export default class BattleScene extends SceneBase {
return true;
}
- getParty(): PlayerPokemon[] {
+ public getPlayerParty(): PlayerPokemon[] {
return this.party;
}
- getPlayerPokemon(): PlayerPokemon | undefined {
- return this.getPlayerField().find(p => p.isActive());
- }
-
/**
- * Finds the first {@linkcode Pokemon.isActive() | active PlayerPokemon} that isn't also currently switching out
- * @returns Either the first {@linkcode PlayerPokemon} satisfying, or undefined if no player pokemon on the field satisfy
+ * @returns An array of {@linkcode PlayerPokemon} filtered from the player's party
+ * that are {@linkcode Pokemon.isAllowedInBattle | allowed in battle}.
*/
- getNonSwitchedPlayerPokemon(): PlayerPokemon | undefined {
- return this.getPlayerField().find(p => p.isActive() && p.switchOutStatus === false);
+ public getPokemonAllowedInBattle(): PlayerPokemon[] {
+ return this.getPlayerParty().filter(p => p.isAllowedInBattle());
}
/**
- * Returns an array of PlayerPokemon of length 1 or 2 depending on if double battles or not
+ * @returns The first {@linkcode PlayerPokemon} that is {@linkcode getPlayerField on the field}
+ * and {@linkcode PlayerPokemon.isActive is active}
+ * (aka {@linkcode PlayerPokemon.isAllowedInBattle is allowed in battle}),
+ * or `undefined` if there are no valid pokemon
+ * @param includeSwitching Whether a pokemon that is currently switching out is valid, default `true`
+ */
+ public getPlayerPokemon(includeSwitching = true): PlayerPokemon | undefined {
+ return this.getPlayerField().find(p => p.isActive() && (includeSwitching || p.switchOutStatus === false));
+ }
+
+ /**
+ * Returns an array of PlayerPokemon of length 1 or 2 depending on if in a double battle or not.
+ * Does not actually check if the pokemon are on the field or not.
* @returns array of {@linkcode PlayerPokemon}
*/
- getPlayerField(): PlayerPokemon[] {
- const party = this.getParty();
+ public getPlayerField(): PlayerPokemon[] {
+ const party = this.getPlayerParty();
return party.slice(0, Math.min(party.length, this.currentBattle?.double ? 2 : 1));
}
- getEnemyParty(): EnemyPokemon[] {
+ public getEnemyParty(): EnemyPokemon[] {
return this.currentBattle?.enemyParty ?? [];
}
- getEnemyPokemon(): EnemyPokemon | undefined {
- return this.getEnemyField().find(p => p.isActive());
- }
-
/**
- * Finds the first {@linkcode Pokemon.isActive() | active EnemyPokemon} pokemon from the enemy that isn't also currently switching out
- * @returns Either the first {@linkcode EnemyPokemon} satisfying, or undefined if no player pokemon on the field satisfy
+ * @returns The first {@linkcode EnemyPokemon} that is {@linkcode getEnemyField on the field}
+ * and {@linkcode EnemyPokemon.isActive is active}
+ * (aka {@linkcode EnemyPokemon.isAllowedInBattle is allowed in battle}),
+ * or `undefined` if there are no valid pokemon
+ * @param includeSwitching Whether a pokemon that is currently switching out is valid, default `true`
*/
- getNonSwitchedEnemyPokemon(): EnemyPokemon | undefined {
- return this.getEnemyField().find(p => p.isActive() && p.switchOutStatus === false);
+ public getEnemyPokemon(includeSwitching = true): EnemyPokemon | undefined {
+ return this.getEnemyField().find(p => p.isActive() && (includeSwitching || p.switchOutStatus === false));
}
/**
- * Returns an array of EnemyPokemon of length 1 or 2 depending on if double battles or not
+ * Returns an array of EnemyPokemon of length 1 or 2 depending on if in a double battle or not.
+ * Does not actually check if the pokemon are on the field or not.
* @returns array of {@linkcode EnemyPokemon}
*/
- getEnemyField(): EnemyPokemon[] {
+ public getEnemyField(): EnemyPokemon[] {
const party = this.getEnemyParty();
return party.slice(0, Math.min(party.length, this.currentBattle?.double ? 2 : 1));
}
- getField(activeOnly: boolean = false): Pokemon[] {
+ /**
+ * Returns an array of Pokemon on both sides of the battle - player first, then enemy.
+ * Does not actually check if the pokemon are on the field or not, and always has length 4 regardless of battle type.
+ * @param activeOnly Whether to consider only active pokemon
+ * @returns array of {@linkcode Pokemon}
+ */
+ public getField(activeOnly = false): Pokemon[] {
const ret = new Array(4).fill(null);
const playerField = this.getPlayerField();
const enemyField = this.getEnemyField();
ret.splice(0, playerField.length, ...playerField);
ret.splice(2, enemyField.length, ...enemyField);
- return activeOnly
- ? ret.filter(p => p?.isActive())
- : ret;
+ return activeOnly ? ret.filter(p => p?.isActive()) : ret;
}
/**
@@ -838,7 +972,13 @@ export default class BattleScene extends SceneBase {
if (allyPokemon?.isActive(true)) {
let targetingMovePhase: MovePhase;
do {
- targetingMovePhase = this.findPhase(mp => mp instanceof MovePhase && mp.targets.length === 1 && mp.targets[0] === removedPokemon.getBattlerIndex() && mp.pokemon.isPlayer() !== allyPokemon.isPlayer()) as MovePhase;
+ targetingMovePhase = this.findPhase(
+ mp =>
+ mp instanceof MovePhase &&
+ mp.targets.length === 1 &&
+ mp.targets[0] === removedPokemon.getBattlerIndex() &&
+ mp.pokemon.isPlayer() !== allyPokemon.isPlayer(),
+ ) as MovePhase;
if (targetingMovePhase && targetingMovePhase.targets[0] !== allyPokemon.getBattlerIndex()) {
targetingMovePhase.targets[0] = allyPokemon.getBattlerIndex();
}
@@ -861,17 +1001,40 @@ export default class BattleScene extends SceneBase {
}
// return the stored info toggles; used by ui-inputs
- getInfoToggles(activeOnly: boolean = false): InfoToggle[] {
+ getInfoToggles(activeOnly = false): InfoToggle[] {
return activeOnly ? this.infoToggles.filter(t => t?.isActive()) : this.infoToggles;
}
- getPokemonById(pokemonId: integer): Pokemon | null {
+ getPokemonById(pokemonId: number): Pokemon | null {
const findInParty = (party: Pokemon[]) => party.find(p => p.id === pokemonId);
- return (findInParty(this.getParty()) || findInParty(this.getEnemyParty())) ?? null;
+ return (findInParty(this.getPlayerParty()) || findInParty(this.getEnemyParty())) ?? null;
}
- addPlayerPokemon(species: PokemonSpecies, level: integer, abilityIndex?: integer, formIndex?: integer, gender?: Gender, shiny?: boolean, variant?: Variant, ivs?: integer[], nature?: Nature, dataSource?: Pokemon | PokemonData, postProcess?: (playerPokemon: PlayerPokemon) => void): PlayerPokemon {
- const pokemon = new PlayerPokemon(this, species, level, abilityIndex, formIndex, gender, shiny, variant, ivs, nature, dataSource);
+ addPlayerPokemon(
+ species: PokemonSpecies,
+ level: number,
+ abilityIndex?: number,
+ formIndex?: number,
+ gender?: Gender,
+ shiny?: boolean,
+ variant?: Variant,
+ ivs?: number[],
+ nature?: Nature,
+ dataSource?: Pokemon | PokemonData,
+ postProcess?: (playerPokemon: PlayerPokemon) => void,
+ ): PlayerPokemon {
+ const pokemon = new PlayerPokemon(
+ species,
+ level,
+ abilityIndex,
+ formIndex,
+ gender,
+ shiny,
+ variant,
+ ivs,
+ nature,
+ dataSource,
+ );
if (postProcess) {
postProcess(pokemon);
}
@@ -879,7 +1042,15 @@ export default class BattleScene extends SceneBase {
return pokemon;
}
- addEnemyPokemon(species: PokemonSpecies, level: integer, trainerSlot: TrainerSlot, boss: boolean = false, dataSource?: PokemonData, postProcess?: (enemyPokemon: EnemyPokemon) => void): EnemyPokemon {
+ addEnemyPokemon(
+ species: PokemonSpecies,
+ level: number,
+ trainerSlot: TrainerSlot,
+ boss = false,
+ shinyLock = false,
+ dataSource?: PokemonData,
+ postProcess?: (enemyPokemon: EnemyPokemon) => void,
+ ): EnemyPokemon {
if (Overrides.OPP_LEVEL_OVERRIDE > 0) {
level = Overrides.OPP_LEVEL_OVERRIDE;
}
@@ -889,18 +1060,22 @@ export default class BattleScene extends SceneBase {
boss = this.getEncounterBossSegments(this.currentBattle.waveIndex, level, species) > 1;
}
- const pokemon = new EnemyPokemon(this, species, level, trainerSlot, boss, dataSource);
+ const pokemon = new EnemyPokemon(species, level, trainerSlot, boss, shinyLock, dataSource);
if (Overrides.OPP_FUSION_OVERRIDE) {
pokemon.generateFusionSpecies();
}
- overrideModifiers(this, false);
- overrideHeldItems(this, pokemon, false);
if (boss && !dataSource) {
const secondaryIvs = Utils.getIvsFromId(Utils.randSeedInt(4294967296));
for (let s = 0; s < pokemon.ivs.length; s++) {
- pokemon.ivs[s] = Math.round(Phaser.Math.Linear(Math.min(pokemon.ivs[s], secondaryIvs[s]), Math.max(pokemon.ivs[s], secondaryIvs[s]), 0.75));
+ pokemon.ivs[s] = Math.round(
+ Phaser.Math.Linear(
+ Math.min(pokemon.ivs[s], secondaryIvs[s]),
+ Math.max(pokemon.ivs[s], secondaryIvs[s]),
+ 0.75,
+ ),
+ );
}
}
if (postProcess) {
@@ -923,7 +1098,7 @@ export default class BattleScene extends SceneBase {
* @param pokemon
* @param destroy Default true. If true, will destroy the {@linkcode PlayerPokemon} after removing
*/
- removePokemonFromPlayerParty(pokemon: PlayerPokemon, destroy: boolean = true) {
+ removePokemonFromPlayerParty(pokemon: PlayerPokemon, destroy = true) {
if (!pokemon) {
return;
}
@@ -937,7 +1112,14 @@ export default class BattleScene extends SceneBase {
this.updateModifiers(true);
}
- addPokemonIcon(pokemon: Pokemon, x: number, y: number, originX: number = 0.5, originY: number = 0.5, ignoreOverride: boolean = false): Phaser.GameObjects.Container {
+ addPokemonIcon(
+ pokemon: Pokemon,
+ x: number,
+ y: number,
+ originX = 0.5,
+ originY = 0.5,
+ ignoreOverride = false,
+ ): Phaser.GameObjects.Container {
const container = this.add.container(x, y);
container.setName(`${pokemon.name}-icon`);
@@ -967,13 +1149,22 @@ export default class BattleScene extends SceneBase {
const originalHeight = icon.height;
const originalFrame = icon.frame;
- const iconHeight = (icon.frame.cutHeight <= fusionIcon.frame.cutHeight ? Math.ceil : Math.floor)((icon.frame.cutHeight + fusionIcon.frame.cutHeight) / 4);
+ const iconHeight = (icon.frame.cutHeight <= fusionIcon.frame.cutHeight ? Math.ceil : Math.floor)(
+ (icon.frame.cutHeight + fusionIcon.frame.cutHeight) / 4,
+ );
// Inefficient, but for some reason didn't work with only the unique properties as part of the name
const iconFrameId = `${icon.frame.name}f${fusionIcon.frame.name}`;
if (!icon.frame.texture.has(iconFrameId)) {
- icon.frame.texture.add(iconFrameId, icon.frame.sourceIndex, icon.frame.cutX, icon.frame.cutY, icon.frame.cutWidth, iconHeight);
+ icon.frame.texture.add(
+ iconFrameId,
+ icon.frame.sourceIndex,
+ icon.frame.cutX,
+ icon.frame.cutY,
+ icon.frame.cutWidth,
+ iconHeight,
+ );
}
icon.setFrame(iconFrameId);
@@ -989,7 +1180,14 @@ export default class BattleScene extends SceneBase {
const fusionIconFrameId = `${fusionIcon.frame.name}f${icon.frame.name}`;
if (!fusionIcon.frame.texture.has(fusionIconFrameId)) {
- fusionIcon.frame.texture.add(fusionIconFrameId, fusionIcon.frame.sourceIndex, fusionIcon.frame.cutX, fusionIconY, fusionIcon.frame.cutWidth, fusionIconHeight);
+ fusionIcon.frame.texture.add(
+ fusionIconFrameId,
+ fusionIcon.frame.sourceIndex,
+ fusionIcon.frame.cutX,
+ fusionIconY,
+ fusionIcon.frame.cutWidth,
+ fusionIconHeight,
+ );
}
fusionIcon.setFrame(fusionIconFrameId);
@@ -1002,7 +1200,7 @@ export default class BattleScene extends SceneBase {
container.x -= originalWidth * (originX - 0.5);
}
if (originY !== 0) {
- container.y -= (originalHeight) * originY;
+ container.y -= originalHeight * originY;
}
} else {
if (originX !== 0.5) {
@@ -1026,20 +1224,20 @@ export default class BattleScene extends SceneBase {
/**
* Generates a random number using the current battle's seed
*
- * This calls {@linkcode Battle.randSeedInt}(`scene`, {@linkcode range}, {@linkcode min}) in `src/battle.ts`
+ * This calls {@linkcode Battle.randSeedInt}({@linkcode range}, {@linkcode min}) in `src/battle.ts`
* which calls {@linkcode Utils.randSeedInt randSeedInt}({@linkcode range}, {@linkcode min}) in `src/utils.ts`
*
* @param range How large of a range of random numbers to choose from. If {@linkcode range} <= 1, returns {@linkcode min}
* @param min The minimum integer to pick, default `0`
* @returns A random integer between {@linkcode min} and ({@linkcode min} + {@linkcode range} - 1)
*/
- randBattleSeedInt(range: integer, min: integer = 0): integer {
- return this.currentBattle?.randSeedInt(this, range, min);
+ randBattleSeedInt(range: number, min = 0): number {
+ return this.currentBattle?.randSeedInt(range, min);
}
- reset(clearScene: boolean = false, clearData: boolean = false, reloadI18n: boolean = false): void {
+ reset(clearScene = false, clearData = false, reloadI18n = false): void {
if (clearData) {
- this.gameData = new GameData(this);
+ this.gameData = new GameData();
}
this.gameMode = getGameMode(GameModes.CLASSIC);
@@ -1051,7 +1249,11 @@ export default class BattleScene extends SceneBase {
this.lockModifierTiers = false;
- this.pokeballCounts = Object.fromEntries(Utils.getEnumValues(PokeballType).filter(p => p <= PokeballType.MASTER_BALL).map(t => [ t, 0 ]));
+ this.pokeballCounts = Object.fromEntries(
+ Utils.getEnumValues(PokeballType)
+ .filter(p => p <= PokeballType.MASTER_BALL)
+ .map(t => [t, 0]),
+ );
this.pokeballCounts[PokeballType.POKEBALL] += 5;
if (Overrides.POKEBALL_OVERRIDE.active) {
this.pokeballCounts = Overrides.POKEBALL_OVERRIDE.pokeballs;
@@ -1062,7 +1264,7 @@ export default class BattleScene extends SceneBase {
this.modifierBar.removeAll(true);
this.enemyModifierBar.removeAll(true);
- for (const p of this.getParty()) {
+ for (const p of this.getPlayerParty()) {
p.destroy();
}
this.party = [];
@@ -1093,7 +1295,7 @@ export default class BattleScene extends SceneBase {
this.updateScoreText();
this.scoreText.setVisible(false);
- [ this.luckLabelText, this.luckText ].map(t => t.setVisible(false));
+ [this.luckLabelText, this.luckText].map(t => t.setVisible(false));
this.newArena(Overrides.STARTING_BIOME_OVERRIDE || Biome.TOWN);
@@ -1102,7 +1304,8 @@ export default class BattleScene extends SceneBase {
this.arenaBgTransition.setPosition(0, 0);
this.arenaPlayer.setPosition(300, 0);
this.arenaPlayerTransition.setPosition(0, 0);
- [ this.arenaEnemy, this.arenaNextEnemy ].forEach(a => a.setPosition(-280, 0));
+ this.arenaEnemy.setPosition(-280, 0);
+ this.arenaNextEnemy.setPosition(-280, 0);
this.arenaNextEnemy.setVisible(false);
this.arena.init();
@@ -1120,7 +1323,15 @@ export default class BattleScene extends SceneBase {
...allSpecies,
...allMoves,
...allAbilities,
- ...Utils.getEnumValues(ModifierPoolType).map(mpt => getModifierPoolForType(mpt)).map(mp => Object.values(mp).flat().map(mt => mt.modifierType).filter(mt => "localize" in mt).map(lpb => lpb as unknown as Localizable)).flat()
+ ...Utils.getEnumValues(ModifierPoolType)
+ .map(mpt => getModifierPoolForType(mpt))
+ .flatMap(mp =>
+ Object.values(mp)
+ .flat()
+ .map(mt => mt.modifierType)
+ .filter(mt => "localize" in mt)
+ .map(lpb => lpb as unknown as Localizable),
+ ),
];
for (const item of localizable) {
item.localize();
@@ -1133,31 +1344,42 @@ export default class BattleScene extends SceneBase {
this.fadeOutBgm(250, false);
this.tweens.add({
- targets: [ this.uiContainer ],
+ targets: [this.uiContainer],
alpha: 0,
duration: 250,
ease: "Sine.easeInOut",
onComplete: () => {
this.clearPhaseQueue();
+ this.ui.freeUIData();
+ this.uiContainer.remove(this.ui, true);
+ this.uiContainer.destroy();
this.children.removeAll(true);
this.game.domContainer.innerHTML = "";
this.launchBattle();
- }
+ },
});
}
}
getDoubleBattleChance(newWaveIndex: number, playerField: PlayerPokemon[]) {
- const doubleChance = new Utils.IntegerHolder(newWaveIndex % 10 === 0 ? 32 : 8);
+ const doubleChance = new Utils.NumberHolder(newWaveIndex % 10 === 0 ? 32 : 8);
this.applyModifiers(DoubleBattleChanceBoosterModifier, true, doubleChance);
- playerField.forEach(p => applyAbAttrs(DoubleBattleChanceAbAttr, p, null, false, doubleChance));
+ for (const p of playerField) {
+ applyAbAttrs(DoubleBattleChanceAbAttr, p, null, false, doubleChance);
+ }
return Math.max(doubleChance.value, 1);
}
- newBattle(waveIndex?: integer, battleType?: BattleType, trainerData?: TrainerData, double?: boolean, mysteryEncounterType?: MysteryEncounterType): Battle | null {
+ newBattle(
+ waveIndex?: number,
+ battleType?: BattleType,
+ trainerData?: TrainerData,
+ double?: boolean,
+ mysteryEncounterType?: MysteryEncounterType,
+ ): Battle | null {
const _startingWave = Overrides.STARTING_WAVE_OVERRIDE || startingWave;
- const newWaveIndex = waveIndex || ((this.currentBattle?.waveIndex || (_startingWave - 1)) + 1);
+ const newWaveIndex = waveIndex || (this.currentBattle?.waveIndex || _startingWave - 1) + 1;
let newDouble: boolean | undefined;
let newBattleType: BattleType;
let newTrainer: Trainer | undefined;
@@ -1172,7 +1394,10 @@ export default class BattleScene extends SceneBase {
battleConfig = this.gameMode.getFixedBattle(newWaveIndex);
newDouble = battleConfig.double;
newBattleType = battleConfig.battleType;
- this.executeWithSeedOffset(() => newTrainer = battleConfig?.getTrainer(this), (battleConfig.seedOffsetWaveIndex || newWaveIndex) << 8);
+ this.executeWithSeedOffset(
+ () => (newTrainer = battleConfig?.getTrainer()),
+ (battleConfig.seedOffsetWaveIndex || newWaveIndex) << 8,
+ );
if (newTrainer) {
this.field.add(newTrainer);
}
@@ -1193,12 +1418,19 @@ export default class BattleScene extends SceneBase {
} else if (trainerConfigs[trainerType].hasDouble) {
doubleTrainer = !Utils.randSeedInt(this.getDoubleBattleChance(newWaveIndex, playerField));
// Add a check that special trainers can't be double except for tate and liza - they should use the normal double chance
- if (trainerConfigs[trainerType].trainerTypeDouble && ![ TrainerType.TATE, TrainerType.LIZA ].includes(trainerType)) {
+ if (
+ trainerConfigs[trainerType].trainerTypeDouble &&
+ ![TrainerType.TATE, TrainerType.LIZA].includes(trainerType)
+ ) {
doubleTrainer = false;
}
}
- const variant = doubleTrainer ? TrainerVariant.DOUBLE : (Utils.randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT);
- newTrainer = trainerData !== undefined ? trainerData.toTrainer(this) : new Trainer(this, trainerType, variant);
+ const variant = doubleTrainer
+ ? TrainerVariant.DOUBLE
+ : Utils.randSeedInt(2)
+ ? TrainerVariant.FEMALE
+ : TrainerVariant.DEFAULT;
+ newTrainer = trainerData !== undefined ? trainerData.toTrainer() : new Trainer(trainerType, variant);
this.field.add(newTrainer);
}
@@ -1221,33 +1453,70 @@ export default class BattleScene extends SceneBase {
newDouble = !!double;
}
- if (Overrides.BATTLE_TYPE_OVERRIDE === "double") {
- newDouble = true;
- }
- /* Override battles into single only if not fighting with trainers */
- if (newBattleType !== BattleType.TRAINER && Overrides.BATTLE_TYPE_OVERRIDE === "single") {
+ // Disable double battles on Endless/Endless Spliced Wave 50x boss battles (Introduced 1.2.0)
+ if (this.gameMode.isEndlessBoss(newWaveIndex)) {
newDouble = false;
}
- const lastBattle = this.currentBattle;
+ if (!isNullOrUndefined(Overrides.BATTLE_TYPE_OVERRIDE)) {
+ let doubleOverrideForWave: "single" | "double" | null = null;
- if (lastBattle?.double && !newDouble) {
- this.tryRemovePhase(p => p instanceof SwitchPhase);
+ switch (Overrides.BATTLE_TYPE_OVERRIDE) {
+ case "double":
+ doubleOverrideForWave = "double";
+ break;
+ case "single":
+ doubleOverrideForWave = "single";
+ break;
+ case "even-doubles":
+ doubleOverrideForWave = newWaveIndex % 2 ? "single" : "double";
+ break;
+ case "odd-doubles":
+ doubleOverrideForWave = newWaveIndex % 2 ? "double" : "single";
+ break;
+ }
+
+ if (doubleOverrideForWave === "double") {
+ newDouble = true;
+ }
+ /**
+ * Override battles into single only if not fighting with trainers.
+ * @see {@link https://github.com/pagefaultgames/pokerogue/issues/1948 | GitHub Issue #1948}
+ */
+ if (newBattleType !== BattleType.TRAINER && doubleOverrideForWave === "single") {
+ newDouble = false;
+ }
}
+ const lastBattle = this.currentBattle;
+
const maxExpLevel = this.getMaxExpLevel();
this.lastEnemyTrainer = lastBattle?.trainer ?? null;
this.lastMysteryEncounter = lastBattle?.mysteryEncounter;
- this.executeWithSeedOffset(() => {
- this.currentBattle = new Battle(this.gameMode, newWaveIndex, newBattleType, newTrainer, newDouble);
- }, newWaveIndex << 3, this.waveSeed);
- this.currentBattle.incrementTurn(this);
-
if (newBattleType === BattleType.MYSTERY_ENCOUNTER) {
// Disable double battle on mystery encounters (it may be re-enabled as part of encounter)
- this.currentBattle.double = false;
+ newDouble = false;
+ }
+
+ if (lastBattle?.double && !newDouble) {
+ this.tryRemovePhase(p => p instanceof SwitchPhase);
+ for (const p of this.getPlayerField()) {
+ p.lapseTag(BattlerTagType.COMMANDED);
+ }
+ }
+
+ this.executeWithSeedOffset(
+ () => {
+ this.currentBattle = new Battle(this.gameMode, newWaveIndex, newBattleType, newTrainer, newDouble);
+ },
+ newWaveIndex << 3,
+ this.waveSeed,
+ );
+ this.currentBattle.incrementTurn();
+
+ if (newBattleType === BattleType.MYSTERY_ENCOUNTER) {
// Will generate the actual Mystery Encounter during NextEncounterPhase, to ensure it uses proper biome
this.currentBattle.mysteryEncounterType = mysteryEncounterType;
}
@@ -1257,47 +1526,64 @@ export default class BattleScene extends SceneBase {
if (!waveIndex && lastBattle) {
const isWaveIndexMultipleOfTen = !(lastBattle.waveIndex % 10);
const isEndlessOrDaily = this.gameMode.hasShortBiomes || this.gameMode.isDaily;
- const isEndlessFifthWave = this.gameMode.hasShortBiomes && (lastBattle.waveIndex % 5) === 0;
- const isWaveIndexMultipleOfFiftyMinusOne = (lastBattle.waveIndex % 50) === 49;
- const isNewBiome = isWaveIndexMultipleOfTen || isEndlessFifthWave || (isEndlessOrDaily && isWaveIndexMultipleOfFiftyMinusOne);
- const resetArenaState = isNewBiome || [ BattleType.TRAINER, BattleType.MYSTERY_ENCOUNTER ].includes(this.currentBattle.battleType) || this.currentBattle.battleSpec === BattleSpec.FINAL_BOSS;
- this.getEnemyParty().forEach(enemyPokemon => enemyPokemon.destroy());
+ const isEndlessFifthWave = this.gameMode.hasShortBiomes && lastBattle.waveIndex % 5 === 0;
+ const isWaveIndexMultipleOfFiftyMinusOne = lastBattle.waveIndex % 50 === 49;
+ const isNewBiome =
+ isWaveIndexMultipleOfTen || isEndlessFifthWave || (isEndlessOrDaily && isWaveIndexMultipleOfFiftyMinusOne);
+ const resetArenaState =
+ isNewBiome ||
+ [BattleType.TRAINER, BattleType.MYSTERY_ENCOUNTER].includes(this.currentBattle.battleType) ||
+ this.currentBattle.battleSpec === BattleSpec.FINAL_BOSS;
+ for (const enemyPokemon of this.getEnemyParty()) {
+ enemyPokemon.destroy();
+ }
this.trySpreadPokerus();
- if (!isNewBiome && (newWaveIndex % 10) === 5) {
+ if (!isNewBiome && newWaveIndex % 10 === 5) {
this.arena.updatePoolsForTimeOfDay();
}
if (resetArenaState) {
this.arena.resetArenaEffects();
+ for (const pokemon of playerField) {
+ pokemon.lapseTag(BattlerTagType.COMMANDED);
+ }
+
playerField.forEach((pokemon, p) => {
if (pokemon.isOnField()) {
- this.pushPhase(new ReturnPhase(this, p));
+ this.pushPhase(new ReturnPhase(p));
}
});
- for (const pokemon of this.getParty()) {
+ for (const pokemon of this.getPlayerParty()) {
pokemon.resetBattleData();
+ pokemon.resetTera();
applyPostBattleInitAbAttrs(PostBattleInitAbAttr, pokemon);
+ if (
+ pokemon.hasSpecies(Species.TERAPAGOS) ||
+ (this.gameMode.isClassic && this.currentBattle.waveIndex > 180 && this.currentBattle.waveIndex <= 190)
+ ) {
+ this.arena.playerTerasUsed = 0;
+ }
}
if (!this.trainer.visible) {
- this.pushPhase(new ShowTrainerPhase(this));
+ this.pushPhase(new ShowTrainerPhase());
}
}
- for (const pokemon of this.getParty()) {
+ for (const pokemon of this.getPlayerParty()) {
this.triggerPokemonFormChange(pokemon, SpeciesFormChangeTimeOfDayTrigger);
}
if (!this.gameMode.hasRandomBiomes && !isNewBiome) {
- this.pushPhase(new NextEncounterPhase(this));
+ this.pushPhase(new NextEncounterPhase());
} else {
- this.pushPhase(new SelectBiomePhase(this));
- this.pushPhase(new NewBiomeEncounterPhase(this));
+ this.pushPhase(new SelectBiomePhase());
+ this.pushPhase(new NewBiomeEncounterPhase());
const newMaxExpLevel = this.getMaxExpLevel();
if (newMaxExpLevel > maxExpLevel) {
- this.pushPhase(new LevelCapPhase(this));
+ this.pushPhase(new LevelCapPhase());
}
}
}
@@ -1305,26 +1591,34 @@ export default class BattleScene extends SceneBase {
return this.currentBattle;
}
- newArena(biome: Biome): Arena {
- this.arena = new Arena(this, biome, Biome[biome].toLowerCase());
+ newArena(biome: Biome, playerFaints?: number): Arena {
+ this.arena = new Arena(biome, Biome[biome].toLowerCase(), playerFaints);
this.eventTarget.dispatchEvent(new NewArenaEvent());
- this.arenaBg.pipelineData = { terrainColorRatio: this.arena.getBgTerrainColorRatioForBiome() };
+ this.arenaBg.pipelineData = {
+ terrainColorRatio: this.arena.getBgTerrainColorRatioForBiome(),
+ };
return this.arena;
}
updateFieldScale(): Promise {
return new Promise(resolve => {
- const fieldScale = Math.floor(Math.pow(1 / this.getField(true)
- .map(p => p.getSpriteScale())
- .reduce((highestScale: number, scale: number) => highestScale = Math.max(scale, highestScale), 0), 0.7) * 40
- ) / 40;
+ const fieldScale =
+ Math.floor(
+ Math.pow(
+ 1 /
+ this.getField(true)
+ .map(p => p.getSpriteScale())
+ .reduce((highestScale: number, scale: number) => (highestScale = Math.max(scale, highestScale)), 0),
+ 0.7,
+ ) * 40,
+ ) / 40;
this.setFieldScale(fieldScale).then(() => resolve());
});
}
- setFieldScale(scale: number, instant: boolean = false): Promise {
+ setFieldScale(scale: number, instant = false): Promise {
return new Promise(resolve => {
scale *= 6;
if (this.field.scale === scale) {
@@ -1343,16 +1637,79 @@ export default class BattleScene extends SceneBase {
y: defaultHeight - scaledHeight,
duration: !instant ? Utils.fixedInt(Math.abs(this.field.scale - scale) * 200) : 0,
ease: "Sine.easeInOut",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
- getSpeciesFormIndex(species: PokemonSpecies, gender?: Gender, nature?: Nature, ignoreArena?: boolean): integer {
+ getSpeciesFormIndex(species: PokemonSpecies, gender?: Gender, nature?: Nature, ignoreArena?: boolean): number {
if (!species.forms?.length) {
return 0;
}
+ const isEggPhase: boolean = ["EggLapsePhase", "EggHatchPhase"].includes(
+ this.getCurrentPhase()?.constructor.name ?? "",
+ );
+
+ if (
+ // Give trainers with specialty types an appropriately-typed form for Wormadam, Rotom, Arceus, Oricorio, Silvally, or Paldean Tauros.
+ !isEggPhase &&
+ this.currentBattle?.battleType === BattleType.TRAINER &&
+ !isNullOrUndefined(this.currentBattle.trainer) &&
+ this.currentBattle.trainer.config.hasSpecialtyType()
+ ) {
+ if (species.speciesId === Species.WORMADAM) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.GROUND:
+ return 1; // Sandy Cloak
+ case PokemonType.STEEL:
+ return 2; // Trash Cloak
+ case PokemonType.GRASS:
+ return 0; // Plant Cloak
+ }
+ }
+ if (species.speciesId === Species.ROTOM) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.FLYING:
+ return 4; // Fan Rotom
+ case PokemonType.GHOST:
+ return 0; // Lightbulb Rotom
+ case PokemonType.FIRE:
+ return 1; // Heat Rotom
+ case PokemonType.GRASS:
+ return 5; // Mow Rotom
+ case PokemonType.WATER:
+ return 2; // Wash Rotom
+ case PokemonType.ICE:
+ return 3; // Frost Rotom
+ }
+ }
+ if (species.speciesId === Species.ORICORIO) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.GHOST:
+ return 3; // Sensu Style
+ case PokemonType.FIRE:
+ return 0; // Baile Style
+ case PokemonType.ELECTRIC:
+ return 1; // Pom-Pom Style
+ case PokemonType.PSYCHIC:
+ return 2; // Pa'u Style
+ }
+ }
+ if (species.speciesId === Species.PALDEA_TAUROS) {
+ switch (this.currentBattle.trainer.config.specialtyType) {
+ case PokemonType.FIRE:
+ return 1; // Blaze Breed
+ case PokemonType.WATER:
+ return 2; // Aqua Breed
+ }
+ }
+ if (species.speciesId === Species.SILVALLY || species.speciesId === Species.ARCEUS) {
+ // Would probably never happen, but might as well
+ return this.currentBattle.trainer.config.specialtyType;
+ }
+ }
+
switch (species.speciesId) {
case Species.UNOWN:
case Species.SHELLOS:
@@ -1360,8 +1717,6 @@ export default class BattleScene extends SceneBase {
case Species.BASCULIN:
case Species.DEERLING:
case Species.SAWSBUCK:
- case Species.FROAKIE:
- case Species.FROGADIER:
case Species.SCATTERBUG:
case Species.SPEWPA:
case Species.VIVILLON:
@@ -1379,10 +1734,27 @@ export default class BattleScene extends SceneBase {
case Species.PALDEA_TAUROS:
return Utils.randSeedInt(species.forms.length);
case Species.PIKACHU:
+ if (this.currentBattle?.battleType === BattleType.TRAINER && this.currentBattle?.waveIndex < 30) {
+ return 0; // Ban Cosplay and Partner Pika from Trainers before wave 30
+ }
return Utils.randSeedInt(8);
case Species.EEVEE:
+ if (
+ this.currentBattle?.battleType === BattleType.TRAINER &&
+ this.currentBattle?.waveIndex < 30 &&
+ !isEggPhase
+ ) {
+ return 0; // No Partner Eevee for Wave 12 Preschoolers
+ }
return Utils.randSeedInt(2);
+ case Species.FROAKIE:
+ case Species.FROGADIER:
case Species.GRENINJA:
+ if (this.currentBattle?.battleType === BattleType.TRAINER && !isEggPhase) {
+ return 0; // Don't give trainers Battle Bond Greninja, Froakie or Frogadier
+ }
+ return Utils.randSeedInt(2);
+ case Species.URSHIFU:
return Utils.randSeedInt(2);
case Species.ZYGARDE:
return Utils.randSeedInt(4);
@@ -1395,19 +1767,32 @@ export default class BattleScene extends SceneBase {
case Species.BASCULEGION:
case Species.OINKOLOGNE:
return gender === Gender.FEMALE ? 1 : 0;
- case Species.TOXTRICITY:
- const lowkeyNatures = [ Nature.LONELY, Nature.BOLD, Nature.RELAXED, Nature.TIMID, Nature.SERIOUS, Nature.MODEST, Nature.MILD, Nature.QUIET, Nature.BASHFUL, Nature.CALM, Nature.GENTLE, Nature.CAREFUL ];
+ case Species.TOXTRICITY: {
+ const lowkeyNatures = [
+ Nature.LONELY,
+ Nature.BOLD,
+ Nature.RELAXED,
+ Nature.TIMID,
+ Nature.SERIOUS,
+ Nature.MODEST,
+ Nature.MILD,
+ Nature.QUIET,
+ Nature.BASHFUL,
+ Nature.CALM,
+ Nature.GENTLE,
+ Nature.CAREFUL,
+ ];
if (nature !== undefined && lowkeyNatures.indexOf(nature) > -1) {
return 1;
}
return 0;
+ }
case Species.GIMMIGHOUL:
- // Chest form can only be found in Mysterious Chest Encounter, if this is a game mode with MEs
- if (this.gameMode.hasMysteryEncounters) {
+ // Chest form can only be found in Mysterious Chest Encounter, if this is a game mode with MEs
+ if (this.gameMode.hasMysteryEncounters && !isEggPhase) {
return 1; // Wandering form
- } else {
- return Utils.randSeedInt(species.forms.length);
}
+ return Utils.randSeedInt(species.forms.length);
}
if (ignoreArena) {
@@ -1426,24 +1811,33 @@ export default class BattleScene extends SceneBase {
private getGeneratedOffsetGym(): boolean {
let ret = false;
- this.executeWithSeedOffset(() => {
- ret = !Utils.randSeedInt(2);
- }, 0, this.seed.toString());
+ this.executeWithSeedOffset(
+ () => {
+ ret = !Utils.randSeedInt(2);
+ },
+ 0,
+ this.seed.toString(),
+ );
return ret;
}
- private getGeneratedWaveCycleOffset(): integer {
+ private getGeneratedWaveCycleOffset(): number {
let ret = 0;
- this.executeWithSeedOffset(() => {
- ret = Utils.randSeedInt(8) * 5;
- }, 0, this.seed.toString());
+ this.executeWithSeedOffset(
+ () => {
+ ret = Utils.randSeedInt(8) * 5;
+ },
+ 0,
+ this.seed.toString(),
+ );
return ret;
}
- getEncounterBossSegments(waveIndex: integer, level: integer, species?: PokemonSpecies, forceBoss: boolean = false): integer {
+ getEncounterBossSegments(waveIndex: number, level: number, species?: PokemonSpecies, forceBoss = false): number {
if (Overrides.OPP_HEALTH_SEGMENTS_OVERRIDE > 1) {
return Overrides.OPP_HEALTH_SEGMENTS_OVERRIDE;
- } else if (Overrides.OPP_HEALTH_SEGMENTS_OVERRIDE === 1) {
+ }
+ if (Overrides.OPP_HEALTH_SEGMENTS_OVERRIDE === 1) {
// The rest of the code expects to be returned 0 and not 1 if the enemy is not a boss
return 0;
}
@@ -1457,14 +1851,17 @@ export default class BattleScene extends SceneBase {
isBoss = true;
} else {
this.executeWithSeedOffset(() => {
- isBoss = waveIndex % 10 === 0 || (this.gameMode.hasRandomBosses && Utils.randSeedInt(100) < Math.min(Math.max(Math.ceil((waveIndex - 250) / 50), 0) * 2, 30));
+ isBoss =
+ waveIndex % 10 === 0 ||
+ (this.gameMode.hasRandomBosses &&
+ Utils.randSeedInt(100) < Math.min(Math.max(Math.ceil((waveIndex - 250) / 50), 0) * 2, 30));
}, waveIndex << 2);
}
if (!isBoss) {
return 0;
}
- let ret: integer = 2;
+ let ret = 2;
if (level >= 100) {
ret++;
@@ -1480,8 +1877,8 @@ export default class BattleScene extends SceneBase {
}
trySpreadPokerus(): void {
- const party = this.getParty();
- const infectedIndexes: integer[] = [];
+ const party = this.getPlayerParty();
+ const infectedIndexes: number[] = [];
const spread = (index: number, spreadTo: number) => {
const partyMember = party[index + spreadTo];
if (!partyMember.pokerus && !Utils.randSeedInt(10)) {
@@ -1494,26 +1891,34 @@ export default class BattleScene extends SceneBase {
return;
}
- this.executeWithSeedOffset(() => {
- if (p) {
- spread(p, -1);
- }
- if (p < party.length - 1) {
- spread(p, 1);
- }
- }, this.currentBattle.waveIndex + (p << 8));
+ this.executeWithSeedOffset(
+ () => {
+ if (p) {
+ spread(p, -1);
+ }
+ if (p < party.length - 1) {
+ spread(p, 1);
+ }
+ },
+ this.currentBattle.waveIndex + (p << 8),
+ );
});
}
- resetSeed(waveIndex?: integer): void {
+ resetSeed(waveIndex?: number): void {
const wave = waveIndex || this.currentBattle?.waveIndex || 0;
this.waveSeed = Utils.shiftCharCodes(this.seed, wave);
- Phaser.Math.RND.sow([ this.waveSeed ]);
+ Phaser.Math.RND.sow([this.waveSeed]);
console.log("Wave Seed:", this.waveSeed, wave);
this.rngCounter = 0;
}
- executeWithSeedOffset(func: Function, offset: integer, seedOverride?: string): void {
+ executeWithSeedOffset(
+ // biome-ignore lint/complexity/noBannedTypes: Refactor to not use Function
+ func: Function,
+ offset: number,
+ seedOverride?: string,
+ ): void {
if (!func) {
return;
}
@@ -1521,7 +1926,7 @@ export default class BattleScene extends SceneBase {
const tempRngOffset = this.rngOffset;
const tempRngSeedOverride = this.rngSeedOverride;
const state = Phaser.Math.RND.state();
- Phaser.Math.RND.sow([ Utils.shiftCharCodes(seedOverride || this.seed, offset) ]);
+ Phaser.Math.RND.sow([Utils.shiftCharCodes(seedOverride || this.seed, offset)]);
this.rngCounter = 0;
this.rngOffset = offset;
this.rngSeedOverride = seedOverride || "";
@@ -1532,7 +1937,13 @@ export default class BattleScene extends SceneBase {
this.rngSeedOverride = tempRngSeedOverride;
}
- addFieldSprite(x: number, y: number, texture: string | Phaser.Textures.Texture, frame?: string | number, terrainColorRatio: number = 0): Phaser.GameObjects.Sprite {
+ addFieldSprite(
+ x: number,
+ y: number,
+ texture: string | Phaser.Textures.Texture,
+ frame?: string | number,
+ terrainColorRatio = 0,
+ ): Phaser.GameObjects.Sprite {
const ret = this.add.sprite(x, y, texture, frame);
ret.setPipeline(this.fieldSpritePipeline);
if (terrainColorRatio) {
@@ -1542,14 +1953,33 @@ export default class BattleScene extends SceneBase {
return ret;
}
- addPokemonSprite(pokemon: Pokemon, x: number, y: number, texture: string | Phaser.Textures.Texture, frame?: string | number, hasShadow: boolean = false, ignoreOverride: boolean = false): Phaser.GameObjects.Sprite {
+ addPokemonSprite(
+ pokemon: Pokemon,
+ x: number,
+ y: number,
+ texture: string | Phaser.Textures.Texture,
+ frame?: string | number,
+ hasShadow = false,
+ ignoreOverride = false,
+ ): Phaser.GameObjects.Sprite {
const ret = this.addFieldSprite(x, y, texture, frame);
this.initPokemonSprite(ret, pokemon, hasShadow, ignoreOverride);
return ret;
}
- initPokemonSprite(sprite: Phaser.GameObjects.Sprite, pokemon?: Pokemon, hasShadow: boolean = false, ignoreOverride: boolean = false): Phaser.GameObjects.Sprite {
- sprite.setPipeline(this.spritePipeline, { tone: [ 0.0, 0.0, 0.0, 0.0 ], hasShadow: hasShadow, ignoreOverride: ignoreOverride, teraColor: pokemon ? getTypeRgb(pokemon.getTeraType()) : undefined });
+ initPokemonSprite(
+ sprite: Phaser.GameObjects.Sprite,
+ pokemon?: Pokemon,
+ hasShadow = false,
+ ignoreOverride = false,
+ ): Phaser.GameObjects.Sprite {
+ sprite.setPipeline(this.spritePipeline, {
+ tone: [0.0, 0.0, 0.0, 0.0],
+ hasShadow: hasShadow,
+ ignoreOverride: ignoreOverride,
+ teraColor: pokemon ? getTypeRgb(pokemon.getTeraType()) : undefined,
+ isTerastallized: pokemon ? pokemon.isTerastallized : false,
+ });
this.spriteSparkleHandler.add(sprite);
return sprite;
}
@@ -1561,26 +1991,26 @@ export default class BattleScene extends SceneBase {
this.arenaFlyout.toggleFlyout(pressed);
}
- showFieldOverlay(duration: integer): Promise {
+ showFieldOverlay(duration: number): Promise {
return new Promise(resolve => {
this.tweens.add({
targets: this.fieldOverlay,
alpha: 0.5,
ease: "Sine.easeOut",
duration: duration,
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
- hideFieldOverlay(duration: integer): Promise {
+ hideFieldOverlay(duration: number): Promise {
return new Promise(resolve => {
this.tweens.add({
targets: this.fieldOverlay,
alpha: 0,
duration: duration,
ease: "Cubic.easeIn",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1593,7 +2023,7 @@ export default class BattleScene extends SceneBase {
}
}
- showShopOverlay(duration: integer): Promise {
+ showShopOverlay(duration: number): Promise {
this.shopOverlayShown = true;
return new Promise(resolve => {
this.tweens.add({
@@ -1601,12 +2031,12 @@ export default class BattleScene extends SceneBase {
alpha: this.shopOverlayOpacity,
ease: "Sine.easeOut",
duration,
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
- hideShopOverlay(duration: integer): Promise {
+ hideShopOverlay(duration: number): Promise {
this.shopOverlayShown = false;
return new Promise(resolve => {
this.tweens.add({
@@ -1614,7 +2044,7 @@ export default class BattleScene extends SceneBase {
alpha: 0,
duration: duration,
ease: "Cubic.easeIn",
- onComplete: () => resolve()
+ onComplete: () => resolve(),
});
});
}
@@ -1631,13 +2061,13 @@ export default class BattleScene extends SceneBase {
const isBoss = !(this.currentBattle.waveIndex % 10);
const biomeString: string = getBiomeName(this.arena.biomeType);
this.fieldUI.moveAbove(this.biomeWaveText, this.luckText);
- this.biomeWaveText.setText( biomeString + " - " + this.currentBattle.waveIndex.toString());
+ this.biomeWaveText.setText(biomeString + " - " + this.currentBattle.waveIndex.toString());
this.biomeWaveText.setColor(!isBoss ? "#ffffff" : "#f89890");
this.biomeWaveText.setShadowColor(!isBoss ? "#636363" : "#984038");
this.biomeWaveText.setVisible(true);
}
- updateMoneyText(forceVisible: boolean = true): void {
+ updateMoneyText(forceVisible = true): void {
if (this.money === undefined) {
return;
}
@@ -1661,7 +2091,7 @@ export default class BattleScene extends SceneBase {
scale: this.moneyText.scale + deltaScale,
loop: 0,
yoyo: true,
- onComplete: (_) => this.moneyText.setShadowColor(getTextColor(TextStyle.MONEY, true)),
+ onComplete: _ => this.moneyText.setShadowColor(getTextColor(TextStyle.MONEY, true)),
});
}
@@ -1675,50 +2105,60 @@ export default class BattleScene extends SceneBase {
* @param duration The time for this label to fade in, if it is not already visible.
*/
updateAndShowText(duration: number): void {
- const labels = [ this.luckLabelText, this.luckText ];
- labels.forEach(t => t.setAlpha(0));
- const luckValue = getPartyLuckValue(this.getParty());
+ const labels = [this.luckLabelText, this.luckText];
+ for (const label of labels) {
+ label.setAlpha(0);
+ }
+ const luckValue = getPartyLuckValue(this.getPlayerParty());
this.luckText.setText(getLuckString(luckValue));
if (luckValue < 14) {
this.luckText.setTint(getLuckTextTint(luckValue));
} else {
this.luckText.setTint(0xffef5c, 0x47ff69, 0x6b6bff, 0xff6969);
}
- this.luckLabelText.setX((this.game.canvas.width / 6) - 2 - (this.luckText.displayWidth + 2));
+ this.luckLabelText.setX(this.game.canvas.width / 6 - 2 - (this.luckText.displayWidth + 2));
this.tweens.add({
targets: labels,
duration: duration,
alpha: 1,
onComplete: () => {
- labels.forEach(t => t.setVisible(true));
- }
+ for (const label of labels) {
+ label.setVisible(true);
+ }
+ },
});
}
- hideLuckText(duration: integer): void {
+ hideLuckText(duration: number): void {
if (this.reroll) {
return;
}
- const labels = [ this.luckLabelText, this.luckText ];
+ const labels = [this.luckLabelText, this.luckText];
this.tweens.add({
targets: labels,
duration: duration,
alpha: 0,
onComplete: () => {
- labels.forEach(l => l.setVisible(false));
- }
+ for (const label of labels) {
+ label.setVisible(false);
+ }
+ },
});
}
updateUIPositions(): void {
- const enemyModifierCount = this.enemyModifiers.filter(m => m.isIconVisible(this)).length;
+ const enemyModifierCount = this.enemyModifiers.filter(m => m.isIconVisible()).length;
const biomeWaveTextHeight = this.biomeWaveText.getBottomLeft().y - this.biomeWaveText.getTopLeft().y;
this.biomeWaveText.setY(
- -(this.game.canvas.height / 6) + (enemyModifierCount ? enemyModifierCount <= 12 ? 15 : 24 : 0) + (biomeWaveTextHeight / 2)
+ -(this.game.canvas.height / 6) +
+ (enemyModifierCount ? (enemyModifierCount <= 12 ? 15 : 24) : 0) +
+ biomeWaveTextHeight / 2,
);
this.moneyText.setY(this.biomeWaveText.y + 10);
this.scoreText.setY(this.moneyText.y + 10);
- [ this.luckLabelText, this.luckText ].map(l => l.setY((this.scoreText.visible ? this.scoreText : this.moneyText).y + 10));
+ [this.luckLabelText, this.luckText].map(l =>
+ l.setY((this.scoreText.visible ? this.scoreText : this.moneyText).y + 10),
+ );
const offsetY = (this.scoreText.visible ? this.scoreText : this.moneyText).y + 15;
this.partyExpBar.setY(offsetY);
this.candyBar.setY(offsetY + 15);
@@ -1735,16 +2175,24 @@ export default class BattleScene extends SceneBase {
}
addFaintedEnemyScore(enemy: EnemyPokemon): void {
- let scoreIncrease = enemy.getSpeciesForm().getBaseExp() * (enemy.level / this.getMaxExpLevel()) * ((enemy.ivs.reduce((iv: integer, total: integer) => total += iv, 0) / 93) * 0.2 + 0.8);
- this.findModifiers(m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemy.id, false).map(m => scoreIncrease *= (m as PokemonHeldItemModifier).getScoreMultiplier());
+ let scoreIncrease =
+ enemy.getSpeciesForm().getBaseExp() *
+ (enemy.level / this.getMaxExpLevel()) *
+ ((enemy.ivs.reduce((iv: number, total: number) => (total += iv), 0) / 93) * 0.2 + 0.8);
+ this.findModifiers(m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemy.id, false).map(
+ m => (scoreIncrease *= (m as PokemonHeldItemModifier).getScoreMultiplier()),
+ );
if (enemy.isBoss()) {
scoreIncrease *= Math.sqrt(enemy.bossSegments);
}
this.currentBattle.battleScore += Math.ceil(scoreIncrease);
}
- getMaxExpLevel(ignoreLevelCap?: boolean): integer {
- if (ignoreLevelCap) {
+ getMaxExpLevel(ignoreLevelCap = false): number {
+ if (Overrides.LEVEL_CAP_OVERRIDE > 0) {
+ return Overrides.LEVEL_CAP_OVERRIDE;
+ }
+ if (ignoreLevelCap || Overrides.LEVEL_CAP_OVERRIDE < 0) {
return Number.MAX_SAFE_INTEGER;
}
const waveIndex = Math.ceil((this.currentBattle?.waveIndex || 1) / 10) * 10;
@@ -1753,28 +2201,44 @@ export default class BattleScene extends SceneBase {
return Math.ceil(baseLevel / 2) * 2 + 2;
}
- randomSpecies(waveIndex: integer, level: integer, fromArenaPool?: boolean, speciesFilter?: PokemonSpeciesFilter, filterAllEvolutions?: boolean): PokemonSpecies {
+ randomSpecies(
+ waveIndex: number,
+ level: number,
+ fromArenaPool?: boolean,
+ speciesFilter?: PokemonSpeciesFilter,
+ filterAllEvolutions?: boolean,
+ ): PokemonSpecies {
if (fromArenaPool) {
return this.arena.randomSpecies(waveIndex, level, undefined, getPartyLuckValue(this.party));
}
- const filteredSpecies = speciesFilter ? [ ...new Set(allSpecies.filter(s => s.isCatchable()).filter(speciesFilter).map(s => {
- if (!filterAllEvolutions) {
- while (pokemonPrevolutions.hasOwnProperty(s.speciesId)) {
- s = getPokemonSpecies(pokemonPrevolutions[s.speciesId]);
- }
- }
- return s;
- })) ] : allSpecies.filter(s => s.isCatchable());
+ const filteredSpecies = speciesFilter
+ ? [
+ ...new Set(
+ allSpecies
+ .filter(s => s.isCatchable())
+ .filter(speciesFilter)
+ .map(s => {
+ if (!filterAllEvolutions) {
+ while (pokemonPrevolutions.hasOwnProperty(s.speciesId)) {
+ s = getPokemonSpecies(pokemonPrevolutions[s.speciesId]);
+ }
+ }
+ return s;
+ }),
+ ),
+ ]
+ : allSpecies.filter(s => s.isCatchable());
return filteredSpecies[Utils.randSeedInt(filteredSpecies.length)];
}
- generateRandomBiome(waveIndex: integer): Biome {
+ generateRandomBiome(waveIndex: number): Biome {
const relWave = waveIndex % 250;
- const biomes = Utils.getEnumValues(Biome).slice(1, Utils.getEnumValues(Biome).filter(b => b >= 40).length * -1);
+ const biomes = Utils.getEnumValues(Biome).filter(b => b !== Biome.TOWN && b !== Biome.END);
const maxDepth = biomeDepths[Biome.END][0] - 2;
- const depthWeights = new Array(maxDepth + 1).fill(null)
- .map((_, i: integer) => ((1 - Math.min(Math.abs((i / (maxDepth - 1)) - (relWave / 250)) + 0.25, 1)) / 0.75) * 250);
- const biomeThresholds: integer[] = [];
+ const depthWeights = new Array(maxDepth + 1)
+ .fill(null)
+ .map((_, i: number) => ((1 - Math.min(Math.abs(i / (maxDepth - 1) - relWave / 250) + 0.25, 1)) / 0.75) * 250);
+ const biomeThresholds: number[] = [];
let totalWeight = 0;
for (const biome of biomes) {
totalWeight += Math.ceil(depthWeights[biomeDepths[biome][0] - 1] / biomeDepths[biome][1]);
@@ -1783,9 +2247,9 @@ export default class BattleScene extends SceneBase {
const randInt = Utils.randSeedInt(totalWeight);
- for (const biome of biomes) {
- if (randInt < biomeThresholds[biome]) {
- return biome;
+ for (let i = 0; i < biomes.length; i++) {
+ if (randInt < biomeThresholds[i]) {
+ return biomes[i];
}
}
@@ -1793,17 +2257,17 @@ export default class BattleScene extends SceneBase {
}
isBgmPlaying(): boolean {
- return this.bgm && this.bgm.isPlaying;
+ return this.bgm?.isPlaying ?? false;
}
playBgm(bgmName?: string, fadeOut?: boolean): void {
if (bgmName === undefined) {
- bgmName = this.currentBattle?.getBgmOverride(this) || this.arena?.bgm;
+ bgmName = this.currentBattle?.getBgmOverride() || this.arena?.bgm;
}
if (this.bgm && bgmName === this.bgm.key) {
if (!this.bgm.isPlaying) {
this.bgm.play({
- volume: this.masterVolume * this.bgmVolume
+ volume: this.masterVolume * this.bgmVolume,
});
}
return;
@@ -1814,15 +2278,13 @@ export default class BattleScene extends SceneBase {
this.bgmCache.add(bgmName);
this.loadBgm(bgmName);
let loopPoint = 0;
- loopPoint = bgmName === this.arena.bgm
- ? this.arena.getBgmLoopPoint()
- : this.getBgmLoopPoint(bgmName);
+ loopPoint = bgmName === this.arena.bgm ? this.arena.getBgmLoopPoint() : this.getBgmLoopPoint(bgmName);
let loaded = false;
const playNewBgm = () => {
this.ui.bgmBar.setBgmToBgmBar(bgmName);
if (bgmName === null && this.bgm && !this.bgm.pendingRemove) {
this.bgm.play({
- volume: this.masterVolume * this.bgmVolume
+ volume: this.masterVolume * this.bgmVolume,
});
return;
}
@@ -1831,7 +2293,7 @@ export default class BattleScene extends SceneBase {
}
this.bgm = this.sound.add(bgmName, { loop: true });
this.bgm.play({
- volume: this.masterVolume * this.bgmVolume
+ volume: this.masterVolume * this.bgmVolume,
});
if (loopPoint) {
this.bgm.on("looped", () => this.bgm.play({ seek: loopPoint }));
@@ -1880,7 +2342,6 @@ export default class BattleScene extends SceneBase {
} else {
const soundDetails = sound.key.split("/");
switch (soundDetails[0]) {
-
case "battle_anims":
case "cry":
if (soundDetails[1].startsWith("PRSFX- ")) {
@@ -1898,7 +2359,7 @@ export default class BattleScene extends SceneBase {
}
}
- fadeOutBgm(duration: integer = 500, destroy: boolean = true): boolean {
+ fadeOutBgm(duration = 500, destroy = true): boolean {
if (!this.bgm) {
return false;
}
@@ -1917,7 +2378,7 @@ export default class BattleScene extends SceneBase {
* @param destroy
* @param delay
*/
- fadeAndSwitchBgm(newBgmKey: string, destroy: boolean = false, delay: number = 2000) {
+ fadeAndSwitchBgm(newBgmKey: string, destroy = false, delay = 2000) {
this.fadeOutBgm(delay, destroy);
this.time.delayedCall(delay, () => {
this.playBgm(newBgmKey);
@@ -1937,24 +2398,24 @@ export default class BattleScene extends SceneBase {
case "heal":
case "evolution":
case "evolution_fanfare":
- // These sounds are loaded in as BGM, but played as sound effects
- // When these sounds are updated in updateVolume(), they are treated as BGM however because they are placed in the BGM Cache through being called by playSoundWithoutBGM()
- config["volume"] *= (this.masterVolume * this.bgmVolume);
+ // These sounds are loaded in as BGM, but played as sound effects
+ // When these sounds are updated in updateVolume(), they are treated as BGM however because they are placed in the BGM Cache through being called by playSoundWithoutBGM()
+ config["volume"] *= this.masterVolume * this.bgmVolume;
break;
case "battle_anims":
case "cry":
- config["volume"] *= (this.masterVolume * this.fieldVolume);
+ config["volume"] *= this.masterVolume * this.fieldVolume;
//PRSFX sound files are unusually loud
if (keyDetails[1].startsWith("PRSFX- ")) {
config["volume"] *= 0.5;
}
break;
case "ui":
- //As of, right now this applies to the "select", "menu_open", "error" sound effects
- config["volume"] *= (this.masterVolume * this.uiVolume);
+ //As of, right now this applies to the "select", "menu_open", "error" sound effects
+ config["volume"] *= this.masterVolume * this.uiVolume;
break;
case "se":
- config["volume"] *= (this.masterVolume * this.seVolume);
+ config["volume"] *= this.masterVolume * this.seVolume;
break;
}
this.sound.play(key, config);
@@ -1965,7 +2426,7 @@ export default class BattleScene extends SceneBase {
}
}
- playSoundWithoutBgm(soundName: string, pauseDuration?: integer): AnySound {
+ playSoundWithoutBgm(soundName: string, pauseDuration?: number): AnySound {
this.bgmCache.add(soundName);
const resumeBgm = this.pauseBgm();
this.playSound(soundName);
@@ -1974,7 +2435,7 @@ export default class BattleScene extends SceneBase {
this.bgmResumeTimer.destroy();
}
if (resumeBgm) {
- this.bgmResumeTimer = this.time.delayedCall((pauseDuration || Utils.fixedInt(sound.totalDuration * 1000)), () => {
+ this.bgmResumeTimer = this.time.delayedCall(pauseDuration || Utils.fixedInt(sound.totalDuration * 1000), () => {
this.resumeBgm();
this.bgmResumeTimer = null;
});
@@ -1982,10 +2443,13 @@ export default class BattleScene extends SceneBase {
return sound;
}
+ /** The loop point of any given battle, mystery encounter, or title track, read as seconds and milliseconds. */
getBgmLoopPoint(bgmName: string): number {
switch (bgmName) {
+ case "title": //Firel PokéRogue Title
+ return 46.5;
case "battle_kanto_champion": //B2W2 Kanto Champion Battle
- return 13.950;
+ return 13.95;
case "battle_johto_champion": //B2W2 Johto Champion Battle
return 23.498;
case "battle_hoenn_champion_g5": //B2W2 Hoenn Champion Battle
@@ -1999,11 +2463,15 @@ export default class BattleScene extends SceneBase {
case "battle_champion_iris": //B2W2 Unova Champion Battle
return 10.145;
case "battle_kalos_champion": //XY Kalos Champion Battle
- return 10.380;
+ return 10.38;
+ case "battle_champion_kukui": //SM Kukui Battle
+ return 15.784;
case "battle_alola_champion": //USUM Alola Champion Battle
return 13.025;
case "battle_galar_champion": //SWSH Galar Champion Battle
return 61.635;
+ case "battle_mustard": //SWSH Mustard Battle
+ return 22.442;
case "battle_champion_geeta": //SV Champion Geeta Battle
return 37.447;
case "battle_champion_nemona": //SV Champion Nemona Battle
@@ -2011,17 +2479,17 @@ export default class BattleScene extends SceneBase {
case "battle_champion_kieran": //SV Champion Kieran Battle
return 7.206;
case "battle_hoenn_elite": //ORAS Elite Four Battle
- return 11.350;
+ return 11.35;
case "battle_unova_elite": //BW Elite Four Battle
- return 17.730;
+ return 17.73;
case "battle_kalos_elite": //XY Elite Four Battle
- return 12.340;
+ return 12.34;
case "battle_alola_elite": //SM Elite Four Battle
return 19.212;
case "battle_galar_elite": //SWSH League Tournament Battle
return 164.069;
case "battle_paldea_elite": //SV Elite Four Battle
- return 12.770;
+ return 12.77;
case "battle_bb_elite": //SV BB League Elite Four Battle
return 19.434;
case "battle_final_encounter": //PMD RTDX Rayquaza's Domain
@@ -2039,7 +2507,7 @@ export default class BattleScene extends SceneBase {
case "battle_unova_gym": //BW Unova Gym Battle
return 19.145;
case "battle_kalos_gym": //XY Kalos Gym Battle
- return 44.810;
+ return 44.81;
case "battle_galar_gym": //SWSH Galar Gym Battle
return 171.262;
case "battle_paldea_gym": //SV Paldea Gym Battle
@@ -2053,13 +2521,13 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_suicune": //HGSS Suicune Battle
return 12.636;
case "battle_legendary_lugia": //HGSS Lugia Battle
- return 19.770;
+ return 19.77;
case "battle_legendary_ho_oh": //HGSS Ho-oh Battle
return 17.668;
case "battle_legendary_regis_g5": //B2W2 Legendary Titan Battle
- return 49.500;
+ return 49.5;
case "battle_legendary_regis_g6": //ORAS Legendary Titan Battle
- return 21.130;
+ return 21.13;
case "battle_legendary_gro_kyo": //ORAS Groudon & Kyogre Battle
return 10.547;
case "battle_legendary_rayquaza": //ORAS Rayquaza Battle
@@ -2069,7 +2537,7 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_lake_trio": //ORAS Lake Guardians Battle
return 16.887;
case "battle_legendary_sinnoh": //ORAS Sinnoh Legendary Battle
- return 22.770;
+ return 22.77;
case "battle_legendary_dia_pal": //ORAS Dialga & Palkia Battle
return 16.009;
case "battle_legendary_origin_forme": //LA Origin Dialga & Palkia Battle
@@ -2087,7 +2555,7 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_xern_yvel": //XY Xerneas & Yveltal Battle
return 26.468;
case "battle_legendary_tapu": //SM Tapu Battle
- return 0.000;
+ return 0.0;
case "battle_legendary_sol_lun": //SM Solgaleo & Lunala Battle
return 6.525;
case "battle_legendary_ub": //SM Ultra Beast Battle
@@ -2111,7 +2579,7 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_kor_mir": //SV Depths of Area Zero Battle
return 6.442;
case "battle_legendary_loyal_three": //SV Loyal Three Battle
- return 6.500;
+ return 6.5;
case "battle_legendary_ogerpon": //SV Ogerpon Battle
return 14.335;
case "battle_legendary_terapagos": //SV Terapagos Battle
@@ -2119,7 +2587,7 @@ export default class BattleScene extends SceneBase {
case "battle_legendary_pecharunt": //SV Pecharunt Battle
return 6.508;
case "battle_rival": //BW Rival Battle
- return 14.110;
+ return 14.11;
case "battle_rival_2": //BW N Battle
return 17.714;
case "battle_rival_3": //BW Final N Battle
@@ -2129,7 +2597,7 @@ export default class BattleScene extends SceneBase {
case "battle_wild": //BW Wild Battle
return 12.703;
case "battle_wild_strong": //BW Strong Wild Battle
- return 13.940;
+ return 13.94;
case "end_summit": //PMD RTDX Sky Tower Summit
return 30.025;
case "battle_rocket_grunt": //HGSS Team Rocket Battle
@@ -2138,12 +2606,12 @@ export default class BattleScene extends SceneBase {
return 12.062;
case "battle_galactic_grunt": //BDSP Team Galactic Battle
return 13.043;
- case "battle_plasma_grunt": //BW Team Plasma Battle
- return 12.974;
+ case "battle_plasma_grunt": //B2W2 Team Plasma Battle
+ return 14.758;
case "battle_flare_grunt": //XY Team Flare Battle
return 4.228;
case "battle_aether_grunt": // SM Aether Foundation Battle
- return 16.00;
+ return 16.0;
case "battle_skull_grunt": // SM Team Skull Battle
return 20.87;
case "battle_macro_grunt": // SWSH Trainer Battle
@@ -2152,10 +2620,12 @@ export default class BattleScene extends SceneBase {
return 133.362;
case "battle_galactic_admin": //BDSP Team Galactic Admin Battle
return 11.997;
+ case "battle_colress": //B2W2 Colress Battle
+ return 12.234;
case "battle_skull_admin": //SM Team Skull Admin Battle
return 15.463;
case "battle_oleana": //SWSH Oleana Battle
- return 14.110;
+ return 14.11;
case "battle_star_admin": //SV Team Star Boss Battle
return 9.493;
case "battle_rocket_boss": //USUM Giovanni Battle
@@ -2208,7 +2678,6 @@ export default class BattleScene extends SceneBase {
return this.standbyPhase;
}
-
/**
* Adds a phase to the conditional queue and ensures it is executed only when the specified condition is met.
*
@@ -2220,7 +2689,7 @@ export default class BattleScene extends SceneBase {
*
*/
pushConditionalPhase(phase: Phase, condition: () => boolean): void {
- this.conditionalQueue.push([ condition, phase ]);
+ this.conditionalQueue.push([condition, phase]);
}
/**
@@ -2228,19 +2697,19 @@ export default class BattleScene extends SceneBase {
* @param phase {@linkcode Phase} the phase to add
* @param defer boolean on which queue to add to, defaults to false, and adds to phaseQueue
*/
- pushPhase(phase: Phase, defer: boolean = false): void {
+ pushPhase(phase: Phase, defer = false): void {
(!defer ? this.phaseQueue : this.nextCommandPhaseQueue).push(phase);
}
/**
- * Adds Phase to the end of phaseQueuePrepend, or at phaseQueuePrependSpliceIndex
- * @param phase {@linkcode Phase} the phase to add
+ * Adds Phase(s) to the end of phaseQueuePrepend, or at phaseQueuePrependSpliceIndex
+ * @param phases {@linkcode Phase} the phase(s) to add
*/
- unshiftPhase(phase: Phase): void {
+ unshiftPhase(...phases: Phase[]): void {
if (this.phaseQueuePrependSpliceIndex === -1) {
- this.phaseQueuePrepend.push(phase);
+ this.phaseQueuePrepend.push(...phases);
} else {
- this.phaseQueuePrepend.splice(this.phaseQueuePrependSpliceIndex, 0, phase);
+ this.phaseQueuePrepend.splice(this.phaseQueuePrependSpliceIndex, 0, ...phases);
}
}
@@ -2378,16 +2847,38 @@ export default class BattleScene extends SceneBase {
* @param targetPhase {@linkcode Phase} the type of phase to search for in phaseQueue
* @returns boolean if a targetPhase was found and added
*/
- prependToPhase(phase: Phase, targetPhase: Constructor): boolean {
+ prependToPhase(phase: Phase | Phase[], targetPhase: Constructor): boolean {
+ if (!Array.isArray(phase)) {
+ phase = [phase];
+ }
const targetIndex = this.phaseQueue.findIndex(ph => ph instanceof targetPhase);
if (targetIndex !== -1) {
- this.phaseQueue.splice(targetIndex, 0, phase);
+ this.phaseQueue.splice(targetIndex, 0, ...phase);
return true;
- } else {
- this.unshiftPhase(phase);
- return false;
}
+ this.unshiftPhase(...phase);
+ return false;
+ }
+
+ /**
+ * Tries to add the input phase(s) to index after target phase in the {@linkcode phaseQueue}, else simply calls {@linkcode unshiftPhase()}
+ * @param phase {@linkcode Phase} the phase(s) to be added
+ * @param targetPhase {@linkcode Phase} the type of phase to search for in {@linkcode phaseQueue}
+ * @returns `true` if a `targetPhase` was found to append to
+ */
+ appendToPhase(phase: Phase | Phase[], targetPhase: Constructor): boolean {
+ if (!Array.isArray(phase)) {
+ phase = [phase];
+ }
+ const targetIndex = this.phaseQueue.findIndex(ph => ph instanceof targetPhase);
+
+ if (targetIndex !== -1 && this.phaseQueue.length > targetIndex) {
+ this.phaseQueue.splice(targetIndex + 1, 0, ...phase);
+ return true;
+ }
+ this.unshiftPhase(...phase);
+ return false;
}
/**
@@ -2398,8 +2889,14 @@ export default class BattleScene extends SceneBase {
* @param promptDelay optional param for MessagePhase constructor
* @param defer boolean for which queue to add it to, false -> add to PhaseQueuePrepend, true -> nextCommandPhaseQueue
*/
- queueMessage(message: string, callbackDelay?: integer | null, prompt?: boolean | null, promptDelay?: integer | null, defer?: boolean | null) {
- const phase = new MessagePhase(this, message, callbackDelay, prompt, promptDelay);
+ queueMessage(
+ message: string,
+ callbackDelay?: number | null,
+ prompt?: boolean | null,
+ promptDelay?: number | null,
+ defer?: boolean | null,
+ ) {
+ const phase = new MessagePhase(message, callbackDelay, prompt, promptDelay);
if (!defer) {
// adds to the end of PhaseQueuePrepend
this.unshiftPhase(phase);
@@ -2409,6 +2906,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)
*/
@@ -2417,120 +2929,119 @@ export default class BattleScene extends SceneBase {
this.phaseQueue.push(...this.nextCommandPhaseQueue);
this.nextCommandPhaseQueue.splice(0, this.nextCommandPhaseQueue.length);
}
- this.phaseQueue.push(new TurnInitPhase(this));
+ this.phaseQueue.push(new TurnInitPhase());
}
- addMoney(amount: integer): void {
+ addMoney(amount: number): void {
this.money = Math.min(this.money + amount, Number.MAX_SAFE_INTEGER);
this.updateMoneyText();
this.animateMoneyChanged(true);
this.validateAchvs(MoneyAchv);
}
- getWaveMoneyAmount(moneyMultiplier: number): integer {
+ getWaveMoneyAmount(moneyMultiplier: number): number {
const waveIndex = this.currentBattle.waveIndex;
const waveSetIndex = Math.ceil(waveIndex / 10) - 1;
- const moneyValue = Math.pow((waveSetIndex + 1 + (0.75 + (((waveIndex - 1) % 10) + 1) / 10)) * 100, 1 + 0.005 * waveSetIndex) * moneyMultiplier;
+ const moneyValue =
+ Math.pow((waveSetIndex + 1 + (0.75 + (((waveIndex - 1) % 10) + 1) / 10)) * 100, 1 + 0.005 * waveSetIndex) *
+ moneyMultiplier;
return Math.floor(moneyValue / 10) * 10;
}
- addModifier(modifier: Modifier | null, ignoreUpdate?: boolean, playSound?: boolean, virtual?: boolean, instant?: boolean, cost?: number): Promise {
+ addModifier(
+ modifier: Modifier | null,
+ ignoreUpdate?: boolean,
+ playSound?: boolean,
+ virtual?: boolean,
+ instant?: boolean,
+ cost?: number,
+ ): boolean {
if (!modifier) {
- return Promise.resolve(false);
+ return false;
}
- return new Promise(resolve => {
- let success = false;
- const soundName = modifier.type.soundName;
- this.validateAchvs(ModifierAchv, modifier);
- const modifiersToRemove: PersistentModifier[] = [];
- const modifierPromises: Promise[] = [];
- if (modifier instanceof PersistentModifier) {
- if (modifier instanceof TerastallizeModifier) {
- modifiersToRemove.push(...(this.findModifiers(m => m instanceof TerastallizeModifier && m.pokemonId === modifier.pokemonId)));
- }
- if ((modifier as PersistentModifier).add(this.modifiers, !!virtual, this)) {
- if (modifier instanceof PokemonFormChangeItemModifier || modifier instanceof TerastallizeModifier) {
- const pokemon = this.getPokemonById(modifier.pokemonId);
- if (pokemon) {
- success = modifier.apply(pokemon, true);
- }
+ let success = false;
+ const soundName = modifier.type.soundName;
+ this.validateAchvs(ModifierAchv, modifier);
+ const modifiersToRemove: PersistentModifier[] = [];
+ if (modifier instanceof PersistentModifier) {
+ if ((modifier as PersistentModifier).add(this.modifiers, !!virtual)) {
+ if (modifier instanceof PokemonFormChangeItemModifier) {
+ const pokemon = this.getPokemonById(modifier.pokemonId);
+ if (pokemon) {
+ success = modifier.apply(pokemon, true);
}
- if (playSound && !this.sound.get(soundName)) {
- this.playSound(soundName);
- }
- } else if (!virtual) {
- const defaultModifierType = getDefaultModifierTypeForTier(modifier.type.tier);
- this.queueMessage(i18next.t("battle:itemStackFull", { fullItemName: modifier.type.name, itemName: defaultModifierType.name }), undefined, true);
- return this.addModifier(defaultModifierType.newModifier(), ignoreUpdate, playSound, false, instant).then(success => resolve(success));
}
-
- for (const rm of modifiersToRemove) {
- this.removeModifier(rm);
- }
-
- if (!ignoreUpdate && !virtual) {
- return this.updateModifiers(true, instant).then(() => resolve(success));
- }
- } else if (modifier instanceof ConsumableModifier) {
if (playSound && !this.sound.get(soundName)) {
this.playSound(soundName);
}
-
- if (modifier instanceof ConsumablePokemonModifier) {
- for (const p in this.party) {
- const pokemon = this.party[p];
-
- const args: unknown[] = [];
- if (modifier instanceof PokemonHpRestoreModifier) {
- if (!(modifier as PokemonHpRestoreModifier).fainted) {
- const hpRestoreMultiplier = new Utils.IntegerHolder(1);
- this.applyModifiers(HealingBoosterModifier, true, hpRestoreMultiplier);
- args.push(hpRestoreMultiplier.value);
- } else {
- args.push(1);
- }
- } else if (modifier instanceof FusePokemonModifier) {
- args.push(this.getPokemonById(modifier.fusePokemonId) as PlayerPokemon);
- } else if (modifier instanceof RememberMoveModifier && !Utils.isNullOrUndefined(cost)) {
- args.push(cost);
- }
-
- if (modifier.shouldApply(pokemon, ...args)) {
- const result = modifier.apply(pokemon, ...args);
- if (result instanceof Promise) {
- modifierPromises.push(result.then(s => success ||= s));
- } else {
- success ||= result;
- }
- }
- }
-
- return Promise.allSettled([ this.party.map(p => p.updateInfo(instant)), ...modifierPromises ]).then(() => resolve(success));
- } else {
- const args = [ this ];
- if (modifier.shouldApply(...args)) {
- const result = modifier.apply(...args);
- if (result instanceof Promise) {
- return result.then(success => resolve(success));
- } else {
- success ||= result;
- }
- }
- }
+ } else if (!virtual) {
+ const defaultModifierType = getDefaultModifierTypeForTier(modifier.type.tier);
+ this.queueMessage(
+ i18next.t("battle:itemStackFull", {
+ fullItemName: modifier.type.name,
+ itemName: defaultModifierType.name,
+ }),
+ undefined,
+ false,
+ 3000,
+ );
+ return this.addModifier(defaultModifierType.newModifier(), ignoreUpdate, playSound, false, instant);
}
- resolve(success);
- });
+ for (const rm of modifiersToRemove) {
+ this.removeModifier(rm);
+ }
+
+ if (!ignoreUpdate && !virtual) {
+ this.updateModifiers(true, instant);
+ }
+ } else if (modifier instanceof ConsumableModifier) {
+ if (playSound && !this.sound.get(soundName)) {
+ this.playSound(soundName);
+ }
+
+ if (modifier instanceof ConsumablePokemonModifier) {
+ for (const p in this.party) {
+ const pokemon = this.party[p];
+
+ const args: unknown[] = [];
+ if (modifier instanceof PokemonHpRestoreModifier) {
+ if (!(modifier as PokemonHpRestoreModifier).fainted) {
+ const hpRestoreMultiplier = new Utils.NumberHolder(1);
+ this.applyModifiers(HealingBoosterModifier, true, hpRestoreMultiplier);
+ args.push(hpRestoreMultiplier.value);
+ } else {
+ args.push(1);
+ }
+ } else if (modifier instanceof FusePokemonModifier) {
+ args.push(this.getPokemonById(modifier.fusePokemonId) as PlayerPokemon);
+ } else if (modifier instanceof RememberMoveModifier && !Utils.isNullOrUndefined(cost)) {
+ args.push(cost);
+ }
+
+ if (modifier.shouldApply(pokemon, ...args)) {
+ const result = modifier.apply(pokemon, ...args);
+ success ||= result;
+ }
+ }
+
+ this.party.map(p => p.updateInfo(instant));
+ } else {
+ const args = [this];
+ if (modifier.shouldApply(...args)) {
+ const result = modifier.apply(...args);
+ success ||= result;
+ }
+ }
+ }
+ return success;
}
addEnemyModifier(modifier: PersistentModifier, ignoreUpdate?: boolean, instant?: boolean): Promise {
return new Promise(resolve => {
const modifiersToRemove: PersistentModifier[] = [];
- if (modifier instanceof TerastallizeModifier) {
- modifiersToRemove.push(...(this.findModifiers(m => m instanceof TerastallizeModifier && m.pokemonId === modifier.pokemonId, false)));
- }
- if ((modifier as PersistentModifier).add(this.enemyModifiers, false, this)) {
- if (modifier instanceof PokemonFormChangeItemModifier || modifier instanceof TerastallizeModifier) {
+ if ((modifier as PersistentModifier).add(this.enemyModifiers, false)) {
+ if (modifier instanceof PokemonFormChangeItemModifier) {
const pokemon = this.getPokemonById(modifier.pokemonId);
if (pokemon) {
modifier.apply(pokemon, true);
@@ -2541,7 +3052,8 @@ export default class BattleScene extends SceneBase {
}
}
if (!ignoreUpdate) {
- this.updateModifiers(false, instant).then(() => resolve());
+ this.updateModifiers(false, instant);
+ resolve();
} else {
resolve();
}
@@ -2554,73 +3066,136 @@ export default class BattleScene extends SceneBase {
* The quantity to transfer is automatically capped at how much the recepient can take before reaching the maximum stack size for the item.
* A transfer that moves a quantity smaller than what is specified in the transferQuantity parameter is still considered successful.
* @param itemModifier {@linkcode PokemonHeldItemModifier} item to transfer (represents the whole stack)
- * @param target {@linkcode Pokemon} pokemon recepient in this transfer
- * @param playSound {boolean}
- * @param transferQuantity {@linkcode integer} how many items of the stack to transfer. Optional, defaults to 1
- * @param instant {boolean}
- * @param ignoreUpdate {boolean}
- * @returns true if the transfer was successful
+ * @param target {@linkcode Pokemon} recepient in this transfer
+ * @param playSound `true` to play a sound when transferring the item
+ * @param transferQuantity How many items of the stack to transfer. Optional, defaults to `1`
+ * @param instant ??? (Optional)
+ * @param ignoreUpdate ??? (Optional)
+ * @param itemLost If `true`, treat the item's current holder as losing the item (for now, this simply enables Unburden). Default is `true`.
+ * @returns `true` if the transfer was successful
*/
- tryTransferHeldItemModifier(itemModifier: PokemonHeldItemModifier, target: Pokemon, playSound: boolean, transferQuantity: integer = 1, instant?: boolean, ignoreUpdate?: boolean): Promise {
- return new Promise(resolve => {
- const source = itemModifier.pokemonId ? itemModifier.getPokemon(target.scene) : null;
- const cancelled = new Utils.BooleanHolder(false);
- Utils.executeIf(!!source && source.isPlayer() !== target.isPlayer(), () => applyAbAttrs(BlockItemTheftAbAttr, source! /* checked in condition*/, cancelled)).then(() => {
- if (cancelled.value) {
- return resolve(false);
- }
- const newItemModifier = itemModifier.clone() as PokemonHeldItemModifier;
- newItemModifier.pokemonId = target.id;
- const matchingModifier = target.scene.findModifier(m => m instanceof PokemonHeldItemModifier
- && (m as PokemonHeldItemModifier).matchType(itemModifier) && m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier;
- let removeOld = true;
- if (matchingModifier) {
- const maxStackCount = matchingModifier.getMaxStackCount(target.scene);
- if (matchingModifier.stackCount >= maxStackCount) {
- return resolve(false);
- }
- const countTaken = Math.min(transferQuantity, itemModifier.stackCount, maxStackCount - matchingModifier.stackCount);
- itemModifier.stackCount -= countTaken;
- newItemModifier.stackCount = matchingModifier.stackCount + countTaken;
- removeOld = !itemModifier.stackCount;
- } else {
- const countTaken = Math.min(transferQuantity, itemModifier.stackCount);
- itemModifier.stackCount -= countTaken;
- newItemModifier.stackCount = countTaken;
- }
- removeOld = !itemModifier.stackCount;
- if (!removeOld || !source || this.removeModifier(itemModifier, !source.isPlayer())) {
- const addModifier = () => {
- if (!matchingModifier || this.removeModifier(matchingModifier, !target.isPlayer())) {
- if (target.isPlayer()) {
- this.addModifier(newItemModifier, ignoreUpdate, playSound, false, instant).then(() => resolve(true));
- } else {
- this.addEnemyModifier(newItemModifier, ignoreUpdate, instant).then(() => resolve(true));
- }
- } else {
- resolve(false);
+ tryTransferHeldItemModifier(
+ itemModifier: PokemonHeldItemModifier,
+ target: Pokemon,
+ playSound: boolean,
+ transferQuantity = 1,
+ instant?: boolean,
+ ignoreUpdate?: boolean,
+ itemLost = true,
+ ): boolean {
+ const source = itemModifier.pokemonId ? itemModifier.getPokemon() : null;
+ const cancelled = new Utils.BooleanHolder(false);
+
+ if (source && source.isPlayer() !== target.isPlayer()) {
+ applyAbAttrs(BlockItemTheftAbAttr, source, cancelled);
+ }
+
+ if (cancelled.value) {
+ return false;
+ }
+
+ const newItemModifier = itemModifier.clone() as PokemonHeldItemModifier;
+ newItemModifier.pokemonId = target.id;
+ const matchingModifier = this.findModifier(
+ m => m instanceof PokemonHeldItemModifier && m.matchType(itemModifier) && 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,
+ itemModifier.stackCount,
+ maxStackCount - matchingModifier.stackCount,
+ );
+ itemModifier.stackCount -= countTaken;
+ newItemModifier.stackCount = matchingModifier.stackCount + countTaken;
+ } else {
+ const countTaken = Math.min(transferQuantity, itemModifier.stackCount);
+ itemModifier.stackCount -= countTaken;
+ newItemModifier.stackCount = countTaken;
+ }
+
+ const removeOld = itemModifier.stackCount === 0;
+
+ if (!removeOld || !source || this.removeModifier(itemModifier, !source.isPlayer())) {
+ const addModifier = () => {
+ if (!matchingModifier || this.removeModifier(matchingModifier, !target.isPlayer())) {
+ if (target.isPlayer()) {
+ this.addModifier(newItemModifier, ignoreUpdate, playSound, false, instant);
+ if (source && itemLost) {
+ applyPostItemLostAbAttrs(PostItemLostAbAttr, source, false);
}
- };
- if (source && source.isPlayer() !== target.isPlayer() && !ignoreUpdate) {
- this.updateModifiers(source.isPlayer(), instant).then(() => addModifier());
- } else {
- addModifier();
+ return true;
}
- return;
+ this.addEnemyModifier(newItemModifier, ignoreUpdate, instant);
+ if (source && itemLost) {
+ applyPostItemLostAbAttrs(PostItemLostAbAttr, source, false);
+ }
+ return true;
}
- resolve(false);
- });
- });
+ return false;
+ };
+ if (source && source.isPlayer() !== target.isPlayer() && !ignoreUpdate) {
+ this.updateModifiers(source.isPlayer(), instant);
+ addModifier();
+ } else {
+ addModifier();
+ }
+ return true;
+ }
+ return false;
}
- removePartyMemberModifiers(partyMemberIndex: integer): Promise {
+ 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.getParty()[partyMemberIndex].id;
- const modifiersToRemove = this.modifiers.filter(m => m instanceof PokemonHeldItemModifier && (m as PokemonHeldItemModifier).pokemonId === pokemonId);
+ const pokemonId = this.getPlayerParty()[partyMemberIndex].id;
+ const modifiersToRemove = this.modifiers.filter(
+ m => m instanceof PokemonHeldItemModifier && (m as PokemonHeldItemModifier).pokemonId === pokemonId,
+ );
for (const m of modifiersToRemove) {
this.modifiers.splice(this.modifiers.indexOf(m), 1);
}
- this.updateModifiers().then(() => resolve());
+ this.updateModifiers();
+ resolve();
});
}
@@ -2645,9 +3220,9 @@ export default class BattleScene extends SceneBase {
}
}
- party.forEach((enemyPokemon: EnemyPokemon, i: integer) => {
+ party.forEach((enemyPokemon: EnemyPokemon, i: number) => {
if (heldModifiersConfigs && i < heldModifiersConfigs.length && heldModifiersConfigs[i]) {
- heldModifiersConfigs[i].forEach(mt => {
+ for (const mt of heldModifiersConfigs[i]) {
let modifier: PokemonHeldItemModifier;
if (mt.modifier instanceof PokemonHeldItemModifierType) {
modifier = mt.modifier.newModifier(enemyPokemon);
@@ -2658,9 +3233,11 @@ export default class BattleScene extends SceneBase {
modifier.stackCount = mt.stackCount ?? 1;
modifier.isTransferable = mt.isTransferable ?? modifier.isTransferable;
this.addEnemyModifier(modifier, true);
- });
+ }
} else {
- const isBoss = enemyPokemon.isBoss() || (this.currentBattle.battleType === BattleType.TRAINER && !!this.currentBattle.trainer?.config.isBoss);
+ const isBoss =
+ enemyPokemon.isBoss() ||
+ (this.currentBattle.battleType === BattleType.TRAINER && !!this.currentBattle.trainer?.config.isBoss);
let upgradeChance = 32;
if (isBoss) {
upgradeChance /= 2;
@@ -2668,107 +3245,122 @@ export default class BattleScene extends SceneBase {
if (isFinalBoss) {
upgradeChance /= 8;
}
- const modifierChance = this.gameMode.getEnemyModifierChance(isBoss);
- let pokemonModifierChance = modifierChance;
- if (this.currentBattle.battleType === BattleType.TRAINER && this.currentBattle.trainer)
- pokemonModifierChance = Math.ceil(pokemonModifierChance * this.currentBattle.trainer.getPartyMemberModifierChanceMultiplier(i)); // eslint-disable-line
let count = 0;
for (let c = 0; c < chances; c++) {
- if (!Utils.randSeedInt(modifierChance)) {
+ if (!Utils.randSeedInt(this.gameMode.getEnemyModifierChance(isBoss))) {
count++;
}
}
if (isBoss) {
count = Math.max(count, Math.floor(chances / 2));
}
- getEnemyModifierTypesForWave(difficultyWaveIndex, count, [ enemyPokemon ], this.currentBattle.battleType === BattleType.TRAINER ? ModifierPoolType.TRAINER : ModifierPoolType.WILD, upgradeChance)
- .map(mt => mt.newModifier(enemyPokemon).add(this.enemyModifiers, false, this));
+ getEnemyModifierTypesForWave(
+ difficultyWaveIndex,
+ count,
+ [enemyPokemon],
+ this.currentBattle.battleType === BattleType.TRAINER ? ModifierPoolType.TRAINER : ModifierPoolType.WILD,
+ upgradeChance,
+ ).map(mt => mt.newModifier(enemyPokemon).add(this.enemyModifiers, false));
}
return true;
});
- this.updateModifiers(false).then(() => resolve());
+ this.updateModifiers(false);
+ resolve();
});
}
/**
- * Removes all modifiers from enemy pokemon of {@linkcode PersistentModifier} type
- */
+ * Removes all modifiers from enemy pokemon of {@linkcode PersistentModifier} type
+ */
clearEnemyModifiers(): void {
const modifiersToRemove = this.enemyModifiers.filter(m => m instanceof PersistentModifier);
for (const m of modifiersToRemove) {
this.enemyModifiers.splice(this.enemyModifiers.indexOf(m), 1);
}
- this.updateModifiers(false).then(() => this.updateUIPositions());
+ this.updateModifiers(false);
+ this.updateUIPositions();
}
/**
- * Removes all modifiers from enemy pokemon of {@linkcode PokemonHeldItemModifier} type
- * @param pokemon - If specified, only removes held items from that {@linkcode Pokemon}
- */
+ * Removes all modifiers from enemy pokemon of {@linkcode PokemonHeldItemModifier} type
+ * @param pokemon - If specified, only removes held items from that {@linkcode Pokemon}
+ */
clearEnemyHeldItemModifiers(pokemon?: Pokemon): void {
- const modifiersToRemove = this.enemyModifiers.filter(m => m instanceof PokemonHeldItemModifier && (!pokemon || m.getPokemon(this) === pokemon));
+ const modifiersToRemove = this.enemyModifiers.filter(
+ m => m instanceof PokemonHeldItemModifier && (!pokemon || m.getPokemon() === pokemon),
+ );
for (const m of modifiersToRemove) {
this.enemyModifiers.splice(this.enemyModifiers.indexOf(m), 1);
}
- this.updateModifiers(false).then(() => this.updateUIPositions());
+ this.updateModifiers(false);
+ this.updateUIPositions();
}
setModifiersVisible(visible: boolean) {
- [ this.modifierBar, this.enemyModifierBar ].map(m => m.setVisible(visible));
+ [this.modifierBar, this.enemyModifierBar].map(m => m.setVisible(visible));
}
- updateModifiers(player?: boolean, instant?: boolean): Promise {
- if (player === undefined) {
- player = true;
+ updateModifiers(player = true, instant?: boolean): void {
+ const modifiers = player ? this.modifiers : (this.enemyModifiers as PersistentModifier[]);
+ for (let m = 0; m < modifiers.length; m++) {
+ const modifier = modifiers[m];
+ if (
+ modifier instanceof PokemonHeldItemModifier &&
+ !this.getPokemonById((modifier as PokemonHeldItemModifier).pokemonId)
+ ) {
+ modifiers.splice(m--, 1);
+ }
}
- return new Promise(resolve => {
- const modifiers = player ? this.modifiers : this.enemyModifiers as PersistentModifier[];
- for (let m = 0; m < modifiers.length; m++) {
- const modifier = modifiers[m];
- if (modifier instanceof PokemonHeldItemModifier && !this.getPokemonById((modifier as PokemonHeldItemModifier).pokemonId)) {
- modifiers.splice(m--, 1);
- }
- }
- for (const modifier of modifiers) {
- if (modifier instanceof PersistentModifier) {
- (modifier as PersistentModifier).virtualStackCount = 0;
- }
+ for (const modifier of modifiers) {
+ if (modifier instanceof PersistentModifier) {
+ (modifier as PersistentModifier).virtualStackCount = 0;
}
+ }
- const modifiersClone = modifiers.slice(0);
- for (const modifier of modifiersClone) {
- if (!modifier.getStackCount()) {
- modifiers.splice(modifiers.indexOf(modifier), 1);
- }
+ const modifiersClone = modifiers.slice(0);
+ for (const modifier of modifiersClone) {
+ if (!modifier.getStackCount()) {
+ modifiers.splice(modifiers.indexOf(modifier), 1);
}
+ }
- this.updatePartyForModifiers(player ? this.getParty() : this.getEnemyParty(), instant).then(() => {
- (player ? this.modifierBar : this.enemyModifierBar).updateModifiers(modifiers);
- if (!player) {
- this.updateUIPositions();
- }
- resolve();
- });
- });
+ this.updatePartyForModifiers(player ? this.getPlayerParty() : this.getEnemyParty(), instant);
+ (player ? this.modifierBar : this.enemyModifierBar).updateModifiers(modifiers);
+ if (!player) {
+ this.updateUIPositions();
+ }
}
updatePartyForModifiers(party: Pokemon[], instant?: boolean): Promise {
return new Promise(resolve => {
- Promise.allSettled(party.map(p => {
- if (p.scene) {
+ Promise.allSettled(
+ party.map(p => {
p.calculateStats();
- }
- return p.updateInfo(instant);
- })).then(() => resolve());
+ return p.updateInfo(instant);
+ }),
+ ).then(() => resolve());
});
}
- removeModifier(modifier: PersistentModifier, enemy?: boolean): boolean {
+ 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.
+ * If in-battle effects are needed, use {@linkcode Pokemon.loseHeldItem} instead.
+ * @param modifier The item to be removed.
+ * @param enemy If `true`, remove an item owned by the enemy. If `false`, remove an item owned by the player. Default is `false`.
+ * @returns `true` if the item exists and was successfully removed, `false` otherwise.
+ */
+ removeModifier(modifier: PersistentModifier, enemy = false): boolean {
const modifiers = !enemy ? this.modifiers : this.enemyModifiers;
const modifierIndex = modifiers.indexOf(modifier);
if (modifierIndex > -1) {
modifiers.splice(modifierIndex, 1);
- if (modifier instanceof PokemonFormChangeItemModifier || modifier instanceof TerastallizeModifier) {
+ if (modifier instanceof PokemonFormChangeItemModifier) {
const pokemon = this.getPokemonById(modifier.pokemonId);
if (pokemon) {
modifier.apply(pokemon, false);
@@ -2786,7 +3378,7 @@ export default class BattleScene extends SceneBase {
* @param player Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @returns the list of all modifiers that matched `modifierType`.
*/
- getModifiers(modifierType: Constructor, player: boolean = true): T[] {
+ getModifiers(modifierType: Constructor, player = true): T[] {
return (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType);
}
@@ -2796,7 +3388,7 @@ export default class BattleScene extends SceneBase {
* @param isPlayer Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @returns the list of all modifiers that passed the `modifierFilter` function
*/
- findModifiers(modifierFilter: ModifierPredicate, isPlayer: boolean = true): PersistentModifier[] {
+ findModifiers(modifierFilter: ModifierPredicate, isPlayer = true): PersistentModifier[] {
return (isPlayer ? this.modifiers : this.enemyModifiers).filter(modifierFilter);
}
@@ -2806,30 +3398,39 @@ export default class BattleScene extends SceneBase {
* @param player Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @returns the first modifier that passed the `modifierFilter` function; `undefined` if none passed
*/
- findModifier(modifierFilter: ModifierPredicate, player: boolean = true): PersistentModifier | undefined {
+ findModifier(modifierFilter: ModifierPredicate, player = true): PersistentModifier | undefined {
return (player ? this.modifiers : this.enemyModifiers).find(modifierFilter);
}
/**
* Apply all modifiers that match `modifierType` in a random order
- * @param scene {@linkcode BattleScene} used to randomize the order of modifiers
* @param modifierType The type of modifier to apply; must extend {@linkcode PersistentModifier}
* @param player Whether to search the player (`true`) or the enemy (`false`); Defaults to `true`
* @param ...args The list of arguments needed to invoke `modifierType.apply`
* @returns the list of all modifiers that matched `modifierType` and were applied.
*/
- applyShuffledModifiers(scene: BattleScene, modifierType: Constructor, player: boolean = true, ...args: Parameters): T[] {
- let modifiers = (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType && m.shouldApply(...args));
- scene.executeWithSeedOffset(() => {
- const shuffleModifiers = mods => {
- if (mods.length < 1) {
- return mods;
- }
- const rand = Utils.randSeedInt(mods.length);
- return [ mods[rand], ...shuffleModifiers(mods.filter((_, i) => i !== rand)) ];
- };
- modifiers = shuffleModifiers(modifiers);
- }, scene.currentBattle.turn << 4, scene.waveSeed);
+ applyShuffledModifiers(
+ modifierType: Constructor,
+ player = true,
+ ...args: Parameters
+ ): T[] {
+ let modifiers = (player ? this.modifiers : this.enemyModifiers).filter(
+ (m): m is T => m instanceof modifierType && m.shouldApply(...args),
+ );
+ this.executeWithSeedOffset(
+ () => {
+ const shuffleModifiers = mods => {
+ if (mods.length < 1) {
+ return mods;
+ }
+ const rand = Utils.randSeedInt(mods.length);
+ return [mods[rand], ...shuffleModifiers(mods.filter((_, i) => i !== rand))];
+ };
+ modifiers = shuffleModifiers(modifiers);
+ },
+ this.currentBattle.turn << 4,
+ this.waveSeed,
+ );
return this.applyModifiersInternal(modifiers, player, args);
}
@@ -2840,13 +3441,23 @@ export default class BattleScene extends SceneBase {
* @param ...args The list of arguments needed to invoke `modifierType.apply`
* @returns the list of all modifiers that matched `modifierType` and were applied.
*/
- applyModifiers(modifierType: Constructor, player: boolean = true, ...args: Parameters): T[] {
- const modifiers = (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType && m.shouldApply(...args));
+ applyModifiers(
+ modifierType: Constructor,
+ player = true,
+ ...args: Parameters
+ ): T[] {
+ const modifiers = (player ? this.modifiers : this.enemyModifiers).filter(
+ (m): m is T => m instanceof modifierType && m.shouldApply(...args),
+ );
return this.applyModifiersInternal(modifiers, player, args);
}
/** Helper function to apply all passed modifiers */
- applyModifiersInternal(modifiers: T[], player: boolean, args: Parameters): T[] {
+ applyModifiersInternal(
+ modifiers: T[],
+ player: boolean,
+ args: Parameters,
+ ): T[] {
const appliedModifiers: T[] = [];
for (const modifier of modifiers) {
if (modifier.apply(...args)) {
@@ -2865,8 +3476,14 @@ export default class BattleScene extends SceneBase {
* @param ...args The list of arguments needed to invoke `modifierType.apply`
* @returns the first modifier that matches `modifierType` and was applied; return `null` if none matched
*/
- applyModifier(modifierType: Constructor, player: boolean = true, ...args: Parameters): T | null {
- const modifiers = (player ? this.modifiers : this.enemyModifiers).filter((m): m is T => m instanceof modifierType && m.shouldApply(...args));
+ applyModifier(
+ modifierType: Constructor,
+ player = true,
+ ...args: Parameters
+ ): T | null {
+ const modifiers = (player ? this.modifiers : this.enemyModifiers).filter(
+ (m): m is T => m instanceof modifierType && m.shouldApply(...args),
+ );
for (const modifier of modifiers) {
if (modifier.apply(...args)) {
console.log("Applied", modifier.type.name, !player ? "(enemy)" : "");
@@ -2877,31 +3494,42 @@ export default class BattleScene extends SceneBase {
return null;
}
- triggerPokemonFormChange(pokemon: Pokemon, formChangeTriggerType: Constructor, delayed: boolean = false, modal: boolean = false): boolean {
+ triggerPokemonFormChange(
+ pokemon: Pokemon,
+ formChangeTriggerType: Constructor,
+ delayed = false,
+ modal = false,
+ ): boolean {
if (pokemonFormChanges.hasOwnProperty(pokemon.species.speciesId)) {
-
// in case this is NECROZMA, determine which forms this
- const matchingFormChangeOpts = pokemonFormChanges[pokemon.species.speciesId].filter(fc => fc.findTrigger(formChangeTriggerType) && fc.canChange(pokemon));
+ const matchingFormChangeOpts = pokemonFormChanges[pokemon.species.speciesId].filter(
+ fc => fc.findTrigger(formChangeTriggerType) && fc.canChange(pokemon),
+ );
let matchingFormChange: SpeciesFormChange | null;
if (pokemon.species.speciesId === Species.NECROZMA && matchingFormChangeOpts.length > 1) {
// Ultra Necrozma is changing its form back, so we need to figure out into which form it devolves.
- const formChangeItemModifiers = (this.findModifiers(m => m instanceof PokemonFormChangeItemModifier && m.pokemonId === pokemon.id) as PokemonFormChangeItemModifier[]).filter(m => m.active).map(m => m.formChangeItem);
+ const formChangeItemModifiers = (
+ this.findModifiers(
+ m => m instanceof PokemonFormChangeItemModifier && m.pokemonId === pokemon.id,
+ ) as PokemonFormChangeItemModifier[]
+ )
+ .filter(m => m.active)
+ .map(m => m.formChangeItem);
-
- matchingFormChange = formChangeItemModifiers.includes(FormChangeItem.N_LUNARIZER) ?
- matchingFormChangeOpts[0] :
- formChangeItemModifiers.includes(FormChangeItem.N_SOLARIZER) ?
- matchingFormChangeOpts[1] :
- null;
+ matchingFormChange = formChangeItemModifiers.includes(FormChangeItem.N_LUNARIZER)
+ ? matchingFormChangeOpts[0]
+ : formChangeItemModifiers.includes(FormChangeItem.N_SOLARIZER)
+ ? matchingFormChangeOpts[1]
+ : null;
} else {
matchingFormChange = matchingFormChangeOpts[0];
}
if (matchingFormChange) {
let phase: Phase;
if (pokemon instanceof PlayerPokemon && !matchingFormChange.quiet) {
- phase = new FormChangePhase(this, pokemon, matchingFormChange, modal);
+ phase = new FormChangePhase(pokemon, matchingFormChange, modal);
} else {
- phase = new QuietFormChangePhase(this, pokemon, matchingFormChange);
+ phase = new QuietFormChangePhase(pokemon, matchingFormChange);
}
if (pokemon instanceof PlayerPokemon && !matchingFormChange.quiet && modal) {
this.overridePhase(phase);
@@ -2917,8 +3545,13 @@ export default class BattleScene extends SceneBase {
return false;
}
- triggerPokemonBattleAnim(pokemon: Pokemon, battleAnimType: PokemonAnimType, fieldAssets?: Phaser.GameObjects.Sprite[], delayed: boolean = false): boolean {
- const phase: Phase = new PokemonAnimPhase(this, battleAnimType, pokemon, fieldAssets);
+ triggerPokemonBattleAnim(
+ pokemon: Pokemon,
+ battleAnimType: PokemonAnimType,
+ fieldAssets?: Phaser.GameObjects.Sprite[],
+ delayed = false,
+ ): boolean {
+ const phase: Phase = new PokemonAnimPhase(battleAnimType, pokemon, fieldAssets);
if (delayed) {
this.pushPhase(phase);
} else {
@@ -2935,7 +3568,10 @@ export default class BattleScene extends SceneBase {
}
validateAchv(achv: Achv, args?: unknown[]): boolean {
- if (!this.gameData.achvUnlocks.hasOwnProperty(achv.id) && achv.validate(this, args)) {
+ if (
+ (!this.gameData.achvUnlocks.hasOwnProperty(achv.id) || Overrides.ACHIEVEMENTS_REUNLOCK_OVERRIDE) &&
+ achv.validate(args)
+ ) {
this.gameData.achvUnlocks[achv.id] = new Date().getTime();
this.ui.achvBar.showAchv(achv);
if (vouchers.hasOwnProperty(achv.id)) {
@@ -2948,7 +3584,7 @@ export default class BattleScene extends SceneBase {
}
validateVoucher(voucher: Voucher, args?: unknown[]): boolean {
- if (!this.gameData.voucherUnlocks.hasOwnProperty(voucher.id) && voucher.validate(this, args)) {
+ if (!this.gameData.voucherUnlocks.hasOwnProperty(voucher.id) && voucher.validate(args)) {
this.gameData.voucherUnlocks[voucher.id] = new Date().getTime();
this.ui.achvBar.showAchv(voucher);
this.gameData.voucherCounts[voucher.voucherType]++;
@@ -2960,13 +3596,25 @@ export default class BattleScene extends SceneBase {
updateGameInfo(): void {
const gameInfo = {
- playTime: this.sessionPlayTime ? this.sessionPlayTime : 0,
+ playTime: this.sessionPlayTime ?? 0,
gameMode: this.currentBattle ? this.gameMode.getName() : "Title",
biome: this.currentBattle ? getBiomeName(this.arena.biomeType) : "",
- wave: this.currentBattle?.waveIndex || 0,
- party: this.party ? this.party.map(p => {
- return { name: p.name, level: p.level };
- }) : [],
+ wave: this.currentBattle?.waveIndex ?? 0,
+ party: this.party
+ ? this.party.map(p => {
+ return {
+ name: p.name,
+ form: p.getFormKey(),
+ types: p.getTypes().map(type => PokemonType[type]),
+ teraType: PokemonType[p.getTeraType()],
+ isTerastallized: p.isTerastallized,
+ level: p.level,
+ currentHP: p.hp,
+ maxHP: p.getMaxHp(),
+ status: p.status?.effect ? StatusEffect[p.status.effect] : "",
+ };
+ })
+ : [],
modeChain: this.ui?.getModeChain() ?? [],
};
(window as any).gameInfo = gameInfo;
@@ -2980,24 +3628,18 @@ export default class BattleScene extends SceneBase {
*/
getActiveKeys(): string[] {
const keys: string[] = [];
- const playerParty = this.getParty();
- playerParty.forEach(p => {
+ let activePokemon: (PlayerPokemon | EnemyPokemon)[] = this.getPlayerParty();
+ activePokemon = activePokemon.concat(this.getEnemyParty());
+ for (const p of activePokemon) {
keys.push(p.getSpriteKey(true));
- keys.push(p.getBattleSpriteKey(true, true));
- keys.push("cry/" + p.species.getCryKey(p.formIndex));
- if (p.fusionSpecies) {
- keys.push("cry/" + p.fusionSpecies.getCryKey(p.fusionFormIndex));
+ if (p instanceof PlayerPokemon) {
+ keys.push(p.getBattleSpriteKey(true, true));
}
- });
- // enemyParty has to be operated on separately from playerParty because playerPokemon =/= enemyPokemon
- const enemyParty = this.getEnemyParty();
- enemyParty.forEach(p => {
- keys.push(p.getSpriteKey(true));
- keys.push("cry/" + p.species.getCryKey(p.formIndex));
+ keys.push(p.species.getCryKey(p.formIndex));
if (p.fusionSpecies) {
- keys.push("cry/" + p.fusionSpecies.getCryKey(p.fusionFormIndex));
+ keys.push(p.fusionSpecies.getCryKey(p.fusionFormIndex));
}
- });
+ }
return keys;
}
@@ -3008,24 +3650,31 @@ export default class BattleScene extends SceneBase {
initFinalBossPhaseTwo(pokemon: Pokemon): void {
if (pokemon instanceof EnemyPokemon && pokemon.isBoss() && !pokemon.formIndex && pokemon.bossSegmentIndex < 1) {
this.fadeOutBgm(Utils.fixedInt(2000), false);
- this.ui.showDialogue(battleSpecDialogue[BattleSpec.FINAL_BOSS].firstStageWin, pokemon.species.name, undefined, () => {
- const finalBossMBH = getModifierType(modifierTypes.MINI_BLACK_HOLE).newModifier(pokemon) as TurnHeldItemTransferModifier;
- finalBossMBH.setTransferrableFalse();
- this.addEnemyModifier(finalBossMBH, false, true);
- pokemon.generateAndPopulateMoveset(1);
- this.setFieldScale(0.75);
- this.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- this.currentBattle.double = true;
- const availablePartyMembers = this.getParty().filter((p) => p.isAllowedInBattle());
- if (availablePartyMembers.length > 1) {
- this.pushPhase(new ToggleDoublePositionPhase(this, true));
- if (!availablePartyMembers[1].isOnField()) {
- this.pushPhase(new SummonPhase(this, 1));
+ this.ui.showDialogue(
+ battleSpecDialogue[BattleSpec.FINAL_BOSS].firstStageWin,
+ pokemon.species.name,
+ undefined,
+ () => {
+ const finalBossMBH = getModifierType(modifierTypes.MINI_BLACK_HOLE).newModifier(
+ pokemon,
+ ) as TurnHeldItemTransferModifier;
+ finalBossMBH.setTransferrableFalse();
+ this.addEnemyModifier(finalBossMBH, false, true);
+ pokemon.generateAndPopulateMoveset(1);
+ this.setFieldScale(0.75);
+ this.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
+ this.currentBattle.double = true;
+ const availablePartyMembers = this.getPlayerParty().filter(p => p.isAllowedInBattle());
+ if (availablePartyMembers.length > 1) {
+ this.pushPhase(new ToggleDoublePositionPhase(true));
+ if (!availablePartyMembers[1].isOnField()) {
+ this.pushPhase(new SummonPhase(1));
+ }
}
- }
- this.shiftPhase();
- });
+ this.shiftPhase();
+ },
+ );
return;
}
@@ -3039,22 +3688,32 @@ export default class BattleScene extends SceneBase {
* @param useWaveIndexMultiplier Default false. If true, will multiply expValue by a scaling waveIndex multiplier. Not needed if expValue is already scaled by level/wave
* @param pokemonParticipantIds Participants. If none are defined, no exp will be given. To spread evenly among the party, should pass all ids of party members.
*/
- applyPartyExp(expValue: number, pokemonDefeated: boolean, useWaveIndexMultiplier?: boolean, pokemonParticipantIds?: Set): void {
+ applyPartyExp(
+ expValue: number,
+ pokemonDefeated: boolean,
+ useWaveIndexMultiplier?: boolean,
+ pokemonParticipantIds?: Set,
+ ): void {
const participantIds = pokemonParticipantIds ?? this.currentBattle.playerParticipantIds;
- const party = this.getParty();
+ const party = this.getPlayerParty();
const expShareModifier = this.findModifier(m => m instanceof ExpShareModifier) as ExpShareModifier;
const expBalanceModifier = this.findModifier(m => m instanceof ExpBalanceModifier) as ExpBalanceModifier;
- const multipleParticipantExpBonusModifier = this.findModifier(m => m instanceof MultipleParticipantExpBonusModifier) as MultipleParticipantExpBonusModifier;
+ const multipleParticipantExpBonusModifier = this.findModifier(
+ m => m instanceof MultipleParticipantExpBonusModifier,
+ ) as MultipleParticipantExpBonusModifier;
const nonFaintedPartyMembers = party.filter(p => p.hp);
const expPartyMembers = nonFaintedPartyMembers.filter(p => p.level < this.getMaxExpLevel());
const partyMemberExp: number[] = [];
// EXP value calculation is based off Pokemon.getExpValue
if (useWaveIndexMultiplier) {
- expValue = Math.floor(expValue * this.currentBattle.waveIndex / 5 + 1);
+ expValue = Math.floor((expValue * this.currentBattle.waveIndex) / 5 + 1);
}
if (participantIds.size > 0) {
- if (this.currentBattle.battleType === BattleType.TRAINER || this.currentBattle.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE) {
+ if (
+ this.currentBattle.battleType === BattleType.TRAINER ||
+ this.currentBattle.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE
+ ) {
expValue = Math.floor(expValue * 1.5);
} else if (this.currentBattle.isBattleMysteryEncounter() && this.currentBattle.mysteryEncounter) {
expValue = Math.floor(expValue * this.currentBattle.mysteryEncounter.expMultiplier);
@@ -3065,7 +3724,7 @@ export default class BattleScene extends SceneBase {
if (participated && pokemonDefeated) {
partyMember.addFriendship(FRIENDSHIP_GAIN_FROM_BATTLE);
const machoBraceModifier = partyMember.getHeldItems().find(m => m instanceof PokemonIncrementingStatModifier);
- if (machoBraceModifier && machoBraceModifier.stackCount < machoBraceModifier.getMaxStackCount(this)) {
+ if (machoBraceModifier && machoBraceModifier.stackCount < machoBraceModifier.getMaxStackCount()) {
machoBraceModifier.stackCount++;
this.updateModifiers(true, true);
partyMember.updateInfo();
@@ -3080,7 +3739,7 @@ export default class BattleScene extends SceneBase {
}
let expMultiplier = 0;
if (participated) {
- expMultiplier += (1 / participantIds.size);
+ expMultiplier += 1 / participantIds.size;
if (participantIds.size > 1 && multipleParticipantExpBonusModifier) {
expMultiplier += multipleParticipantExpBonusModifier.getStackCount() * 0.2;
}
@@ -3118,7 +3777,11 @@ export default class BattleScene extends SceneBase {
const splitExp = Math.floor(totalExp / recipientExpPartyMemberIndexes.length);
expPartyMembers.forEach((_partyMember, pm) => {
- partyMemberExp[pm] = Phaser.Math.Linear(partyMemberExp[pm], recipientExpPartyMemberIndexes.indexOf(pm) > -1 ? splitExp : 0, 0.2 * expBalanceModifier.getStackCount());
+ partyMemberExp[pm] = Phaser.Math.Linear(
+ partyMemberExp[pm],
+ recipientExpPartyMemberIndexes.indexOf(pm) > -1 ? splitExp : 0,
+ 0.2 * expBalanceModifier.getStackCount(),
+ );
});
}
@@ -3127,7 +3790,11 @@ export default class BattleScene extends SceneBase {
if (exp) {
const partyMemberIndex = party.indexOf(expPartyMembers[pm]);
- this.unshiftPhase(expPartyMembers[pm].isOnField() ? new ExpPhase(this, partyMemberIndex, exp) : new ShowPartyExpBarPhase(this, partyMemberIndex, exp));
+ this.unshiftPhase(
+ expPartyMembers[pm].isOnField()
+ ? new ExpPhase(partyMemberIndex, exp)
+ : new ShowPartyExpBarPhase(partyMemberIndex, exp),
+ );
}
}
}
@@ -3139,8 +3806,14 @@ export default class BattleScene extends SceneBase {
* That check is made in {@linkcode BattleScene.isWaveMysteryEncounter} instead.
*/
isMysteryEncounterValidForWave(battleType: BattleType, waveIndex: number): boolean {
- const [ lowestMysteryEncounterWave, highestMysteryEncounterWave ] = this.gameMode.getMysteryEncounterLegalWaves();
- return this.gameMode.hasMysteryEncounters && battleType === BattleType.WILD && !this.gameMode.isBoss(waveIndex) && waveIndex < highestMysteryEncounterWave && waveIndex > lowestMysteryEncounterWave;
+ const [lowestMysteryEncounterWave, highestMysteryEncounterWave] = this.gameMode.getMysteryEncounterLegalWaves();
+ return (
+ this.gameMode.hasMysteryEncounters &&
+ battleType === BattleType.WILD &&
+ !this.gameMode.isBoss(waveIndex) &&
+ waveIndex < highestMysteryEncounterWave &&
+ waveIndex > lowestMysteryEncounterWave
+ );
}
/**
@@ -3151,7 +3824,7 @@ export default class BattleScene extends SceneBase {
* @param waveIndex
*/
private isWaveMysteryEncounter(newBattleType: BattleType, waveIndex: number): boolean {
- const [ lowestMysteryEncounterWave, highestMysteryEncounterWave ] = this.gameMode.getMysteryEncounterLegalWaves();
+ const [lowestMysteryEncounterWave, highestMysteryEncounterWave] = this.gameMode.getMysteryEncounterLegalWaves();
if (this.isMysteryEncounterValidForWave(newBattleType, waveIndex)) {
// Base spawn weight is BASE_MYSTERY_ENCOUNTER_SPAWN_WEIGHT/256, and increases by WEIGHT_INCREMENT_ON_SPAWN_MISS/256 for each missed attempt at spawning an encounter on a valid floor
const sessionEncounterRate = this.mysteryEncounterSaveData.encounterSpawnChance;
@@ -3160,21 +3833,33 @@ export default class BattleScene extends SceneBase {
// If total number of encounters is lower than expected for the run, slightly favor a new encounter spawn (reverse as well)
// Reduces occurrence of runs with total encounters significantly different from AVERAGE_ENCOUNTERS_PER_RUN_TARGET
// Favored rate changes can never exceed 50%. So if base rate is 15/256 and favored rate would add 200/256, result will be (15 + 128)/256
- const expectedEncountersByFloor = AVERAGE_ENCOUNTERS_PER_RUN_TARGET / (highestMysteryEncounterWave - lowestMysteryEncounterWave) * (waveIndex - lowestMysteryEncounterWave);
+ const expectedEncountersByFloor =
+ (AVERAGE_ENCOUNTERS_PER_RUN_TARGET / (highestMysteryEncounterWave - lowestMysteryEncounterWave)) *
+ (waveIndex - lowestMysteryEncounterWave);
const currentRunDiffFromAvg = expectedEncountersByFloor - encounteredEvents.length;
- const favoredEncounterRate = sessionEncounterRate + Math.min(currentRunDiffFromAvg * ANTI_VARIANCE_WEIGHT_MODIFIER, MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT / 2);
+ const favoredEncounterRate =
+ sessionEncounterRate +
+ Math.min(currentRunDiffFromAvg * ANTI_VARIANCE_WEIGHT_MODIFIER, MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT / 2);
- const successRate = isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE) ? favoredEncounterRate : Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE!;
+ const successRate = isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE)
+ ? favoredEncounterRate
+ : Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE!;
// If the most recent ME was 3 or fewer waves ago, can never spawn a ME
- const canSpawn = encounteredEvents.length === 0 || (waveIndex - encounteredEvents[encounteredEvents.length - 1].waveIndex) > 3 || !isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE);
+ const canSpawn =
+ encounteredEvents.length === 0 ||
+ waveIndex - encounteredEvents[encounteredEvents.length - 1].waveIndex > 3 ||
+ !isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_RATE_OVERRIDE);
if (canSpawn) {
let roll = MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT;
// Always rolls the check on the same offset to ensure no RNG changes from reloading session
- this.executeWithSeedOffset(() => {
- roll = randSeedInt(MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT);
- }, waveIndex * 3 * 1000);
+ this.executeWithSeedOffset(
+ () => {
+ roll = randSeedInt(MYSTERY_ENCOUNTER_SPAWN_MAX_WEIGHT);
+ },
+ waveIndex * 3 * 1000,
+ );
return roll < successRate;
}
}
@@ -3191,7 +3876,10 @@ export default class BattleScene extends SceneBase {
getMysteryEncounter(encounterType?: MysteryEncounterType, canBypass?: boolean): MysteryEncounter {
// Loading override or session encounter
let encounter: MysteryEncounter | null;
- if (!isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_OVERRIDE) && allMysteryEncounters.hasOwnProperty(Overrides.MYSTERY_ENCOUNTER_OVERRIDE)) {
+ if (
+ !isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_OVERRIDE) &&
+ allMysteryEncounters.hasOwnProperty(Overrides.MYSTERY_ENCOUNTER_OVERRIDE)
+ ) {
encounter = allMysteryEncounters[Overrides.MYSTERY_ENCOUNTER_OVERRIDE];
if (canBypass) {
return encounter;
@@ -3204,7 +3892,11 @@ export default class BattleScene extends SceneBase {
}
// Check for queued encounters first
- if (!encounter && this.mysteryEncounterSaveData?.queuedEncounters && this.mysteryEncounterSaveData.queuedEncounters.length > 0) {
+ if (
+ !encounter &&
+ this.mysteryEncounterSaveData?.queuedEncounters &&
+ this.mysteryEncounterSaveData.queuedEncounters.length > 0
+ ) {
let i = 0;
while (i < this.mysteryEncounterSaveData.queuedEncounters.length && !!encounter) {
const candidate = this.mysteryEncounterSaveData.queuedEncounters[i];
@@ -3219,73 +3911,104 @@ export default class BattleScene extends SceneBase {
if (encounter) {
encounter = new MysteryEncounter(encounter);
- encounter.populateDialogueTokensFromRequirements(this);
+ encounter.populateDialogueTokensFromRequirements();
return encounter;
}
// See Enum values for base tier weights
- const tierWeights = [ MysteryEncounterTier.COMMON, MysteryEncounterTier.GREAT, MysteryEncounterTier.ULTRA, MysteryEncounterTier.ROGUE ];
+ const tierWeights = [
+ MysteryEncounterTier.COMMON,
+ MysteryEncounterTier.GREAT,
+ MysteryEncounterTier.ULTRA,
+ MysteryEncounterTier.ROGUE,
+ ];
// Adjust tier weights by previously encountered events to lower odds of only Common/Great in run
- this.mysteryEncounterSaveData.encounteredEvents.forEach(seenEncounterData => {
+ // biome-ignore format: biome sucks at formatting this line
+ for (const seenEncounterData of this.mysteryEncounterSaveData.encounteredEvents) {
if (seenEncounterData.tier === MysteryEncounterTier.COMMON) {
tierWeights[0] = tierWeights[0] - 6;
} else if (seenEncounterData.tier === MysteryEncounterTier.GREAT) {
tierWeights[1] = tierWeights[1] - 4;
}
- });
+ }
const totalWeight = tierWeights.reduce((a, b) => a + b);
const tierValue = Utils.randSeedInt(totalWeight);
const commonThreshold = totalWeight - tierWeights[0];
const greatThreshold = totalWeight - tierWeights[0] - tierWeights[1];
const ultraThreshold = totalWeight - tierWeights[0] - tierWeights[1] - tierWeights[2];
- let tier: MysteryEncounterTier | null = tierValue > commonThreshold ? MysteryEncounterTier.COMMON : tierValue > greatThreshold ? MysteryEncounterTier.GREAT : tierValue > ultraThreshold ? MysteryEncounterTier.ULTRA : MysteryEncounterTier.ROGUE;
+ let tier: MysteryEncounterTier | null =
+ tierValue > commonThreshold
+ ? MysteryEncounterTier.COMMON
+ : tierValue > greatThreshold
+ ? MysteryEncounterTier.GREAT
+ : tierValue > ultraThreshold
+ ? MysteryEncounterTier.ULTRA
+ : MysteryEncounterTier.ROGUE;
if (!isNullOrUndefined(Overrides.MYSTERY_ENCOUNTER_TIER_OVERRIDE)) {
tier = Overrides.MYSTERY_ENCOUNTER_TIER_OVERRIDE;
}
let availableEncounters: MysteryEncounter[] = [];
- // New encounter should never be the same as the most recent encounter
- const previousEncounter = this.mysteryEncounterSaveData.encounteredEvents.length > 0 ? this.mysteryEncounterSaveData.encounteredEvents[this.mysteryEncounterSaveData.encounteredEvents.length - 1].type : null;
- const biomeMysteryEncounters = mysteryEncountersByBiome.get(this.arena.biomeType) ?? [];
+ const previousEncounter =
+ this.mysteryEncounterSaveData.encounteredEvents.length > 0
+ ? this.mysteryEncounterSaveData.encounteredEvents[this.mysteryEncounterSaveData.encounteredEvents.length - 1]
+ .type
+ : null;
+ const disabledEncounters = this.eventManager.getEventMysteryEncountersDisabled();
+ const biomeMysteryEncounters =
+ mysteryEncountersByBiome.get(this.arena.biomeType)?.filter(enc => !disabledEncounters.includes(enc)) ?? [];
// If no valid encounters exist at tier, checks next tier down, continuing until there are some encounters available
while (availableEncounters.length === 0 && tier !== null) {
availableEncounters = biomeMysteryEncounters
- .filter((encounterType) => {
+ .filter(encounterType => {
const encounterCandidate = allMysteryEncounters[encounterType];
if (!encounterCandidate) {
return false;
}
- if (encounterCandidate.encounterTier !== tier) { // Encounter is in tier
+ if (
+ this.eventManager.getMysteryEncounterTierForEvent(encounterType, encounterCandidate.encounterTier) !== tier
+ ) {
return false;
}
const disallowedGameModes = encounterCandidate.disallowedGameModes;
- if (disallowedGameModes && disallowedGameModes.length > 0
- && disallowedGameModes.includes(this.gameMode.modeId)) { // Encounter is enabled for game mode
+ if (
+ disallowedGameModes &&
+ disallowedGameModes.length > 0 &&
+ disallowedGameModes.includes(this.gameMode.modeId)
+ ) {
return false;
}
- if (this.gameMode.modeId === GameModes.CHALLENGE) { // Encounter is enabled for challenges
+ if (this.gameMode.modeId === GameModes.CHALLENGE) {
const disallowedChallenges = encounterCandidate.disallowedChallenges;
- if (disallowedChallenges && disallowedChallenges.length > 0 && this.gameMode.challenges.some(challenge => disallowedChallenges.includes(challenge.id))) {
+ if (
+ disallowedChallenges &&
+ disallowedChallenges.length > 0 &&
+ this.gameMode.challenges.some(challenge => disallowedChallenges.includes(challenge.id))
+ ) {
return false;
}
}
- if (!encounterCandidate.meetsRequirements(this)) { // Meets encounter requirements
+ if (!encounterCandidate.meetsRequirements()) {
return false;
}
- if (previousEncounter !== null && encounterType === previousEncounter) { // Previous encounter was not this one
+ if (previousEncounter !== null && encounterType === previousEncounter) {
return false;
}
- if (this.mysteryEncounterSaveData.encounteredEvents.length > 0 && // Encounter has not exceeded max allowed encounters
- (encounterCandidate.maxAllowedEncounters && encounterCandidate.maxAllowedEncounters > 0)
- && this.mysteryEncounterSaveData.encounteredEvents.filter(e => e.type === encounterType).length >= encounterCandidate.maxAllowedEncounters) {
+ if (
+ this.mysteryEncounterSaveData.encounteredEvents.length > 0 &&
+ encounterCandidate.maxAllowedEncounters &&
+ encounterCandidate.maxAllowedEncounters > 0 &&
+ this.mysteryEncounterSaveData.encounteredEvents.filter(e => e.type === encounterType).length >=
+ encounterCandidate.maxAllowedEncounters
+ ) {
return false;
}
return true;
})
- .map((m) => (allMysteryEncounters[m]));
+ .map(m => allMysteryEncounters[m]);
// Decrement tier
if (tier === MysteryEncounterTier.ROGUE) {
tier = MysteryEncounterTier.ULTRA;
@@ -3306,7 +4029,7 @@ export default class BattleScene extends SceneBase {
encounter = availableEncounters[Utils.randSeedInt(availableEncounters.length)];
// New encounter object to not dirty flags
encounter = new MysteryEncounter(encounter);
- encounter.populateDialogueTokensFromRequirements(this);
+ encounter.populateDialogueTokensFromRequirements();
return encounter;
}
}
diff --git a/src/battle.ts b/src/battle.ts
index 6086c2ceb4e..5ada921bf5a 100644
--- a/src/battle.ts
+++ b/src/battle.ts
@@ -1,36 +1,56 @@
-import BattleScene from "./battle-scene";
-import { Command } from "./ui/command-ui-handler";
+import { globalScene } from "#app/global-scene";
+import type { Command } from "./ui/command-ui-handler";
import * as Utils from "./utils";
import Trainer, { TrainerVariant } from "./field/trainer";
-import { GameMode } from "./game-mode";
+import type { GameMode } from "./game-mode";
import { MoneyMultiplierModifier, PokemonHeldItemModifier } from "./modifier/modifier";
-import { PokeballType } from "./data/pokeball";
+import type { PokeballType } from "#enums/pokeball";
import { trainerConfigs } from "#app/data/trainer-config";
-import Pokemon, { EnemyPokemon, PlayerPokemon, QueuedMove } from "#app/field/pokemon";
+import { SpeciesFormKey } from "#enums/species-form-key";
+import type { EnemyPokemon, PlayerPokemon, TurnMove } from "#app/field/pokemon";
+import type Pokemon from "#app/field/pokemon";
import { ArenaTagType } from "#enums/arena-tag-type";
import { BattleSpec } from "#enums/battle-spec";
-import { Moves } from "#enums/moves";
+import type { Moves } from "#enums/moves";
import { PlayerGender } from "#enums/player-gender";
+import { MusicPreference } from "#app/system/settings/settings";
import { Species } from "#enums/species";
import { TrainerType } from "#enums/trainer-type";
import i18next from "#app/plugins/i18n";
-import MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter";
+import type MysteryEncounter from "#app/data/mystery-encounters/mystery-encounter";
import { MysteryEncounterMode } from "#enums/mystery-encounter-mode";
-import { CustomModifierSettings } from "#app/modifier/modifier-type";
+import type { CustomModifierSettings } from "#app/modifier/modifier-type";
import { ModifierTier } from "#app/modifier/modifier-tier";
-import { MysteryEncounterType } from "#enums/mystery-encounter-type";
+import type { MysteryEncounterType } from "#enums/mystery-encounter-type";
export enum ClassicFixedBossWaves {
- // TODO: other fixed wave battles should be added here
+ TOWN_YOUNGSTER = 5,
+ RIVAL_1 = 8,
+ RIVAL_2 = 25,
+ EVIL_GRUNT_1 = 35,
+ RIVAL_3 = 55,
+ EVIL_GRUNT_2 = 62,
+ EVIL_GRUNT_3 = 64,
+ EVIL_ADMIN_1 = 66,
+ RIVAL_4 = 95,
+ EVIL_GRUNT_4 = 112,
+ EVIL_ADMIN_2 = 114,
EVIL_BOSS_1 = 115,
+ RIVAL_5 = 145,
EVIL_BOSS_2 = 165,
+ ELITE_FOUR_1 = 182,
+ ELITE_FOUR_2 = 184,
+ ELITE_FOUR_3 = 186,
+ ELITE_FOUR_4 = 188,
+ CHAMPION = 190,
+ RIVAL_6 = 195,
}
export enum BattleType {
WILD,
TRAINER,
CLEAR,
- MYSTERY_ENCOUNTER
+ MYSTERY_ENCOUNTER,
}
export enum BattlerIndex {
@@ -38,25 +58,25 @@ export enum BattlerIndex {
PLAYER,
PLAYER_2,
ENEMY,
- ENEMY_2
+ ENEMY_2,
}
export interface TurnCommand {
command: Command;
cursor?: number;
- move?: QueuedMove;
+ move?: TurnMove;
targets?: BattlerIndex[];
skip?: boolean;
args?: any[];
}
export interface FaintLogEntry {
- pokemon: Pokemon,
- turn: number
+ pokemon: Pokemon;
+ turn: number;
}
interface TurnCommands {
- [key: number]: TurnCommand | null
+ [key: number]: TurnCommand | null;
}
export default class Battle {
@@ -69,23 +89,29 @@ export default class Battle {
public enemyParty: EnemyPokemon[] = [];
public seenEnemyPartyMemberIds: Set = new Set();
public double: boolean;
- public started: boolean = false;
- public enemySwitchCounter: number = 0;
- public turn: number = 0;
+ public started = false;
+ public enemySwitchCounter = 0;
+ public turn = 0;
+ public preTurnCommands: TurnCommands;
public turnCommands: TurnCommands;
public playerParticipantIds: Set = new Set();
- public battleScore: number = 0;
+ public battleScore = 0;
public postBattleLoot: PokemonHeldItemModifier[] = [];
- public escapeAttempts: number = 0;
+ public escapeAttempts = 0;
public lastMove: Moves;
public battleSeed: string = Utils.randomString(16, true);
private battleSeedState: string | null = null;
- public moneyScattered: number = 0;
+ public moneyScattered = 0;
+ /** Primarily for double battles, keeps track of last enemy and player pokemon that triggered its ability or used a move */
+ public lastEnemyInvolved: number;
+ public lastPlayerInvolved: number;
public lastUsedPokeball: PokeballType | null = null;
- /** The number of times a Pokemon on the player's side has fainted this battle */
- public playerFaints: number = 0;
- /** The number of times a Pokemon on the enemy's side has fainted this battle */
- public enemyFaints: number = 0;
+ /**
+ * Saves the number of times a Pokemon on the enemy's side has fainted during this battle.
+ * This is saved here since we encounter a new enemy every wave.
+ * {@linkcode globalScene.arena.playerFaints} is the corresponding faint counter for the player and needs to be save across waves (reset every arena encounter).
+ */
+ public enemyFaints = 0;
public playerFaintsHistory: FaintLogEntry[] = [];
public enemyFaintsHistory: FaintLogEntry[] = [];
@@ -93,18 +119,19 @@ export default class Battle {
/** If the current battle is a Mystery Encounter, this will always be defined */
public mysteryEncounter?: MysteryEncounter;
- private rngCounter: number = 0;
+ private rngCounter = 0;
- constructor(gameMode: GameMode, waveIndex: number, battleType: BattleType, trainer?: Trainer, double?: boolean) {
+ constructor(gameMode: GameMode, waveIndex: number, battleType: BattleType, trainer?: Trainer, double = false) {
this.gameMode = gameMode;
this.waveIndex = waveIndex;
this.battleType = battleType;
this.trainer = trainer ?? null;
this.initBattleSpec();
- this.enemyLevels = battleType !== BattleType.TRAINER
- ? new Array(double ? 2 : 1).fill(null).map(() => this.getLevelForWave())
- : trainer?.getPartyLevels(this.waveIndex);
- this.double = double ?? false;
+ this.enemyLevels =
+ battleType !== BattleType.TRAINER
+ ? new Array(double ? 2 : 1).fill(null).map(() => this.getLevelForWave())
+ : trainer?.getPartyLevels(this.waveIndex);
+ this.double = double;
}
private initBattleSpec(): void {
@@ -152,9 +179,10 @@ export default class Battle {
return this.double ? 2 : 1;
}
- incrementTurn(scene: BattleScene): void {
+ incrementTurn(): void {
this.turn++;
- this.turnCommands = Object.fromEntries(Utils.getEnumValues(BattlerIndex).map(bt => [ bt, null ]));
+ this.turnCommands = Object.fromEntries(Utils.getEnumValues(BattlerIndex).map(bt => [bt, null]));
+ this.preTurnCommands = Object.fromEntries(Utils.getEnumValues(BattlerIndex).map(bt => [bt, null]));
this.battleSeedState = null;
}
@@ -167,214 +195,252 @@ export default class Battle {
}
addPostBattleLoot(enemyPokemon: EnemyPokemon): void {
- this.postBattleLoot.push(...enemyPokemon.scene.findModifiers(m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemyPokemon.id && m.isTransferable, false).map(i => {
- const ret = i as PokemonHeldItemModifier;
- //@ts-ignore - this is awful to fix/change
- ret.pokemonId = null;
- return ret;
- }));
+ this.postBattleLoot.push(
+ ...globalScene
+ .findModifiers(
+ m => m instanceof PokemonHeldItemModifier && m.pokemonId === enemyPokemon.id && m.isTransferable,
+ false,
+ )
+ .map(i => {
+ const ret = i as PokemonHeldItemModifier;
+ //@ts-ignore - this is awful to fix/change
+ ret.pokemonId = null;
+ return ret;
+ }),
+ );
}
- pickUpScatteredMoney(scene: BattleScene): void {
- const moneyAmount = new Utils.IntegerHolder(scene.currentBattle.moneyScattered);
- scene.applyModifiers(MoneyMultiplierModifier, true, moneyAmount);
+ pickUpScatteredMoney(): void {
+ const moneyAmount = new Utils.NumberHolder(globalScene.currentBattle.moneyScattered);
+ globalScene.applyModifiers(MoneyMultiplierModifier, true, moneyAmount);
- if (scene.arena.getTag(ArenaTagType.HAPPY_HOUR)) {
+ if (globalScene.arena.getTag(ArenaTagType.HAPPY_HOUR)) {
moneyAmount.value *= 2;
}
- scene.addMoney(moneyAmount.value);
+ globalScene.addMoney(moneyAmount.value);
const userLocale = navigator.language || "en-US";
const formattedMoneyAmount = moneyAmount.value.toLocaleString(userLocale);
- const message = i18next.t("battle:moneyPickedUp", { moneyAmount: formattedMoneyAmount });
- scene.queueMessage(message, undefined, true);
+ const message = i18next.t("battle:moneyPickedUp", {
+ moneyAmount: formattedMoneyAmount,
+ });
+ globalScene.queueMessage(message, undefined, true);
- scene.currentBattle.moneyScattered = 0;
+ globalScene.currentBattle.moneyScattered = 0;
}
- addBattleScore(scene: BattleScene): void {
- let partyMemberTurnMultiplier = scene.getEnemyParty().length / 2 + 0.5;
+ addBattleScore(): void {
+ let partyMemberTurnMultiplier = globalScene.getEnemyParty().length / 2 + 0.5;
if (this.double) {
partyMemberTurnMultiplier /= 1.5;
}
- for (const p of scene.getEnemyParty()) {
+ for (const p of globalScene.getEnemyParty()) {
if (p.isBoss()) {
- partyMemberTurnMultiplier *= (p.bossSegments / 1.5) / scene.getEnemyParty().length;
+ partyMemberTurnMultiplier *= p.bossSegments / 1.5 / globalScene.getEnemyParty().length;
}
}
- const turnMultiplier = Phaser.Tweens.Builders.GetEaseFunction("Sine.easeIn")(1 - Math.min(this.turn - 2, 10 * partyMemberTurnMultiplier) / (10 * partyMemberTurnMultiplier));
+ const turnMultiplier = Phaser.Tweens.Builders.GetEaseFunction("Sine.easeIn")(
+ 1 - Math.min(this.turn - 2, 10 * partyMemberTurnMultiplier) / (10 * partyMemberTurnMultiplier),
+ );
const finalBattleScore = Math.ceil(this.battleScore * turnMultiplier);
- scene.score += finalBattleScore;
- console.log(`Battle Score: ${finalBattleScore} (${this.turn - 1} Turns x${Math.floor(turnMultiplier * 100) / 100})`);
- console.log(`Total Score: ${scene.score}`);
- scene.updateScoreText();
+ globalScene.score += finalBattleScore;
+ console.log(
+ `Battle Score: ${finalBattleScore} (${this.turn - 1} Turns x${Math.floor(turnMultiplier * 100) / 100})`,
+ );
+ console.log(`Total Score: ${globalScene.score}`);
+ globalScene.updateScoreText();
}
- getBgmOverride(scene: BattleScene): string | null {
- const battlers = this.enemyParty.slice(0, this.getBattlerCount());
+ getBgmOverride(): string | null {
if (this.isBattleMysteryEncounter() && this.mysteryEncounter?.encounterMode === MysteryEncounterMode.DEFAULT) {
// Music is overridden for MEs during ME onInit()
// Should not use any BGM overrides before swapping from DEFAULT mode
return null;
- } else if (this.battleType === BattleType.TRAINER || this.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE) {
+ }
+ if (
+ this.battleType === BattleType.TRAINER ||
+ this.mysteryEncounter?.encounterMode === MysteryEncounterMode.TRAINER_BATTLE
+ ) {
if (!this.started && this.trainer?.config.encounterBgm && this.trainer?.getEncounterMessages()?.length) {
return `encounter_${this.trainer?.getEncounterBgm()}`;
}
- if (scene.musicPreference === 0) {
+ if (globalScene.musicPreference === MusicPreference.GENFIVE) {
return this.trainer?.getBattleBgm() ?? null;
- } else {
- return this.trainer?.getMixedBattleBgm() ?? null;
}
- } else if (this.gameMode.isClassic && this.waveIndex > 195 && this.battleSpec !== BattleSpec.FINAL_BOSS) {
+ return this.trainer?.getMixedBattleBgm() ?? null;
+ }
+ if (this.gameMode.isClassic && this.waveIndex > 195 && this.battleSpec !== BattleSpec.FINAL_BOSS) {
return "end_summit";
}
- for (const pokemon of battlers) {
+ const wildOpponents = globalScene.getEnemyParty();
+ for (const pokemon of wildOpponents) {
if (this.battleSpec === BattleSpec.FINAL_BOSS) {
- if (pokemon.formIndex) {
+ if (pokemon.species.getFormSpriteKey(pokemon.formIndex) === SpeciesFormKey.ETERNAMAX) {
return "battle_final";
}
return "battle_final_encounter";
}
if (pokemon.species.legendary || pokemon.species.subLegendary || pokemon.species.mythical) {
- if (scene.musicPreference === 0) {
- if (pokemon.species.speciesId === Species.REGIROCK || pokemon.species.speciesId === Species.REGICE || pokemon.species.speciesId === Species.REGISTEEL || pokemon.species.speciesId === Species.REGIGIGAS || pokemon.species.speciesId === Species.REGIELEKI || pokemon.species.speciesId === Species.REGIDRAGO) {
- return "battle_legendary_regis_g5";
+ if (globalScene.musicPreference === MusicPreference.GENFIVE) {
+ switch (pokemon.species.speciesId) {
+ case Species.REGIROCK:
+ case Species.REGICE:
+ case Species.REGISTEEL:
+ case Species.REGIGIGAS:
+ case Species.REGIDRAGO:
+ case Species.REGIELEKI:
+ return "battle_legendary_regis_g5";
+ case Species.KYUREM:
+ return "battle_legendary_kyurem";
+ default:
+ if (pokemon.species.legendary) {
+ return "battle_legendary_res_zek";
+ }
+ return "battle_legendary_unova";
}
- if (pokemon.species.speciesId === Species.COBALION || pokemon.species.speciesId === Species.TERRAKION || pokemon.species.speciesId === Species.VIRIZION || pokemon.species.speciesId === Species.TORNADUS || pokemon.species.speciesId === Species.THUNDURUS || pokemon.species.speciesId === Species.LANDORUS || pokemon.species.speciesId === Species.KELDEO || pokemon.species.speciesId === Species.MELOETTA || pokemon.species.speciesId === Species.GENESECT) {
- return "battle_legendary_unova";
- }
- if (pokemon.species.speciesId === Species.KYUREM) {
- return "battle_legendary_kyurem";
- }
- if (pokemon.species.legendary) {
- return "battle_legendary_res_zek";
- }
- return "battle_legendary_unova";
- } else {
- if (pokemon.species.speciesId === Species.ARTICUNO || pokemon.species.speciesId === Species.ZAPDOS || pokemon.species.speciesId === Species.MOLTRES || pokemon.species.speciesId === Species.MEWTWO || pokemon.species.speciesId === Species.MEW) {
- return "battle_legendary_kanto";
- }
- if (pokemon.species.speciesId === Species.RAIKOU) {
- return "battle_legendary_raikou";
- }
- if (pokemon.species.speciesId === Species.ENTEI) {
- return "battle_legendary_entei";
- }
- if (pokemon.species.speciesId === Species.SUICUNE) {
- return "battle_legendary_suicune";
- }
- if (pokemon.species.speciesId === Species.LUGIA) {
- return "battle_legendary_lugia";
- }
- if (pokemon.species.speciesId === Species.HO_OH) {
- return "battle_legendary_ho_oh";
- }
- if (pokemon.species.speciesId === Species.REGIROCK || pokemon.species.speciesId === Species.REGICE || pokemon.species.speciesId === Species.REGISTEEL || pokemon.species.speciesId === Species.REGIGIGAS || pokemon.species.speciesId === Species.REGIELEKI || pokemon.species.speciesId === Species.REGIDRAGO) {
- return "battle_legendary_regis_g6";
- }
- if (pokemon.species.speciesId === Species.GROUDON || pokemon.species.speciesId === Species.KYOGRE) {
- return "battle_legendary_gro_kyo";
- }
- if (pokemon.species.speciesId === Species.RAYQUAZA) {
- return "battle_legendary_rayquaza";
- }
- if (pokemon.species.speciesId === Species.DEOXYS) {
- return "battle_legendary_deoxys";
- }
- if (pokemon.species.speciesId === Species.UXIE || pokemon.species.speciesId === Species.MESPRIT || pokemon.species.speciesId === Species.AZELF) {
- return "battle_legendary_lake_trio";
- }
- if (pokemon.species.speciesId === Species.HEATRAN || pokemon.species.speciesId === Species.CRESSELIA || pokemon.species.speciesId === Species.DARKRAI || pokemon.species.speciesId === Species.SHAYMIN) {
- return "battle_legendary_sinnoh";
- }
- if (pokemon.species.speciesId === Species.DIALGA || pokemon.species.speciesId === Species.PALKIA) {
- if (pokemon.getFormKey() === "") {
+ }
+ if (globalScene.musicPreference === MusicPreference.ALLGENS) {
+ switch (pokemon.species.speciesId) {
+ case Species.ARTICUNO:
+ case Species.ZAPDOS:
+ case Species.MOLTRES:
+ case Species.MEWTWO:
+ case Species.MEW:
+ return "battle_legendary_kanto";
+ case Species.RAIKOU:
+ return "battle_legendary_raikou";
+ case Species.ENTEI:
+ return "battle_legendary_entei";
+ case Species.SUICUNE:
+ return "battle_legendary_suicune";
+ case Species.LUGIA:
+ return "battle_legendary_lugia";
+ case Species.HO_OH:
+ return "battle_legendary_ho_oh";
+ case Species.REGIROCK:
+ case Species.REGICE:
+ case Species.REGISTEEL:
+ case Species.REGIGIGAS:
+ case Species.REGIDRAGO:
+ case Species.REGIELEKI:
+ return "battle_legendary_regis_g6";
+ case Species.GROUDON:
+ case Species.KYOGRE:
+ return "battle_legendary_gro_kyo";
+ case Species.RAYQUAZA:
+ return "battle_legendary_rayquaza";
+ case Species.DEOXYS:
+ return "battle_legendary_deoxys";
+ case Species.UXIE:
+ case Species.MESPRIT:
+ case Species.AZELF:
+ return "battle_legendary_lake_trio";
+ case Species.HEATRAN:
+ case Species.CRESSELIA:
+ case Species.DARKRAI:
+ case Species.SHAYMIN:
+ return "battle_legendary_sinnoh";
+ case Species.DIALGA:
+ case Species.PALKIA:
+ if (pokemon.species.getFormSpriteKey(pokemon.formIndex) === SpeciesFormKey.ORIGIN) {
+ return "battle_legendary_origin_forme";
+ }
return "battle_legendary_dia_pal";
- }
- if (pokemon.getFormKey() === "origin") {
- return "battle_legendary_origin_forme";
- }
- }
- if (pokemon.species.speciesId === Species.GIRATINA) {
- return "battle_legendary_giratina";
- }
- if (pokemon.species.speciesId === Species.ARCEUS) {
- return "battle_legendary_arceus";
- }
- if (pokemon.species.speciesId === Species.COBALION || pokemon.species.speciesId === Species.TERRAKION || pokemon.species.speciesId === Species.VIRIZION || pokemon.species.speciesId === Species.TORNADUS || pokemon.species.speciesId === Species.THUNDURUS || pokemon.species.speciesId === Species.LANDORUS || pokemon.species.speciesId === Species.KELDEO || pokemon.species.speciesId === Species.MELOETTA || pokemon.species.speciesId === Species.GENESECT) {
- return "battle_legendary_unova";
- }
- if (pokemon.species.speciesId === Species.KYUREM) {
- return "battle_legendary_kyurem";
- }
- if (pokemon.species.speciesId === Species.XERNEAS || pokemon.species.speciesId === Species.YVELTAL || pokemon.species.speciesId === Species.ZYGARDE) {
- return "battle_legendary_xern_yvel";
- }
- if (pokemon.species.speciesId === Species.TAPU_KOKO || pokemon.species.speciesId === Species.TAPU_LELE || pokemon.species.speciesId === Species.TAPU_BULU || pokemon.species.speciesId === Species.TAPU_FINI) {
- return "battle_legendary_tapu";
- }
- if ([ Species.COSMOG, Species.COSMOEM, Species.SOLGALEO, Species.LUNALA ].includes(pokemon.species.speciesId)) {
- return "battle_legendary_sol_lun";
- }
- if (pokemon.species.speciesId === Species.NECROZMA) {
- if (pokemon.getFormKey() === "") {
+ case Species.GIRATINA:
+ return "battle_legendary_giratina";
+ case Species.ARCEUS:
+ return "battle_legendary_arceus";
+ case Species.COBALION:
+ case Species.TERRAKION:
+ case Species.VIRIZION:
+ case Species.KELDEO:
+ case Species.TORNADUS:
+ case Species.LANDORUS:
+ case Species.THUNDURUS:
+ case Species.MELOETTA:
+ case Species.GENESECT:
+ return "battle_legendary_unova";
+ case Species.KYUREM:
+ return "battle_legendary_kyurem";
+ case Species.XERNEAS:
+ case Species.YVELTAL:
+ case Species.ZYGARDE:
+ return "battle_legendary_xern_yvel";
+ case Species.TAPU_KOKO:
+ case Species.TAPU_LELE:
+ case Species.TAPU_BULU:
+ case Species.TAPU_FINI:
+ return "battle_legendary_tapu";
+ case Species.SOLGALEO:
+ case Species.LUNALA:
return "battle_legendary_sol_lun";
- }
- if (pokemon.getFormKey() === "dusk-mane" || pokemon.getFormKey() === "dawn-wings") {
- return "battle_legendary_dusk_dawn";
- }
- if (pokemon.getFormKey() === "ultra") {
- return "battle_legendary_ultra_nec";
- }
- }
- if ([ Species.NIHILEGO, Species.BUZZWOLE, Species.PHEROMOSA, Species.XURKITREE, Species.CELESTEELA, Species.KARTANA, Species.GUZZLORD, Species.POIPOLE, Species.NAGANADEL, Species.STAKATAKA, Species.BLACEPHALON ].includes(pokemon.species.speciesId)) {
- return "battle_legendary_ub";
- }
- if (pokemon.species.speciesId === Species.ZACIAN || pokemon.species.speciesId === Species.ZAMAZENTA) {
- return "battle_legendary_zac_zam";
- }
- if (pokemon.species.speciesId === Species.GLASTRIER || pokemon.species.speciesId === Species.SPECTRIER) {
- return "battle_legendary_glas_spec";
- }
- if (pokemon.species.speciesId === Species.CALYREX) {
- if (pokemon.getFormKey() === "") {
+ case Species.NECROZMA:
+ switch (pokemon.getFormKey()) {
+ case "dusk-mane":
+ case "dawn-wings":
+ return "battle_legendary_dusk_dawn";
+ case "ultra":
+ return "battle_legendary_ultra_nec";
+ default:
+ return "battle_legendary_sol_lun";
+ }
+ case Species.NIHILEGO:
+ case Species.PHEROMOSA:
+ case Species.BUZZWOLE:
+ case Species.XURKITREE:
+ case Species.CELESTEELA:
+ case Species.KARTANA:
+ case Species.GUZZLORD:
+ case Species.POIPOLE:
+ case Species.NAGANADEL:
+ case Species.STAKATAKA:
+ case Species.BLACEPHALON:
+ return "battle_legendary_ub";
+ case Species.ZACIAN:
+ case Species.ZAMAZENTA:
+ return "battle_legendary_zac_zam";
+ case Species.GLASTRIER:
+ case Species.SPECTRIER:
+ return "battle_legendary_glas_spec";
+ case Species.CALYREX:
+ if (pokemon.getFormKey() === "ice" || pokemon.getFormKey() === "shadow") {
+ return "battle_legendary_riders";
+ }
return "battle_legendary_calyrex";
- }
- if (pokemon.getFormKey() === "ice" || pokemon.getFormKey() === "shadow") {
- return "battle_legendary_riders";
- }
+ case Species.GALAR_ARTICUNO:
+ case Species.GALAR_ZAPDOS:
+ case Species.GALAR_MOLTRES:
+ return "battle_legendary_birds_galar";
+ case Species.WO_CHIEN:
+ case Species.CHIEN_PAO:
+ case Species.TING_LU:
+ case Species.CHI_YU:
+ return "battle_legendary_ruinous";
+ case Species.KORAIDON:
+ case Species.MIRAIDON:
+ return "battle_legendary_kor_mir";
+ case Species.OKIDOGI:
+ case Species.MUNKIDORI:
+ case Species.FEZANDIPITI:
+ return "battle_legendary_loyal_three";
+ case Species.OGERPON:
+ return "battle_legendary_ogerpon";
+ case Species.TERAPAGOS:
+ return "battle_legendary_terapagos";
+ case Species.PECHARUNT:
+ return "battle_legendary_pecharunt";
+ default:
+ if (pokemon.species.legendary) {
+ return "battle_legendary_res_zek";
+ }
+ return "battle_legendary_unova";
}
- if (pokemon.species.speciesId === Species.GALAR_ARTICUNO || pokemon.species.speciesId === Species.GALAR_ZAPDOS || pokemon.species.speciesId === Species.GALAR_MOLTRES) {
- return "battle_legendary_birds_galar";
- }
- if (pokemon.species.speciesId === Species.WO_CHIEN || pokemon.species.speciesId === Species.CHIEN_PAO || pokemon.species.speciesId === Species.TING_LU || pokemon.species.speciesId === Species.CHI_YU) {
- return "battle_legendary_ruinous";
- }
- if (pokemon.species.speciesId === Species.KORAIDON || pokemon.species.speciesId === Species.MIRAIDON) {
- return "battle_legendary_kor_mir";
- }
- if (pokemon.species.speciesId === Species.OKIDOGI || pokemon.species.speciesId === Species.MUNKIDORI || pokemon.species.speciesId === Species.FEZANDIPITI) {
- return "battle_legendary_loyal_three";
- }
- if (pokemon.species.speciesId === Species.OGERPON) {
- return "battle_legendary_ogerpon";
- }
- if (pokemon.species.speciesId === Species.TERAPAGOS) {
- return "battle_legendary_terapagos";
- }
- if (pokemon.species.speciesId === Species.PECHARUNT) {
- return "battle_legendary_pecharunt";
- }
- if (pokemon.species.legendary) {
- return "battle_legendary_res_zek";
- }
- return "battle_legendary_unova";
}
}
}
- if (scene.gameMode.isClassic && this.waveIndex <= 4) {
+ if (globalScene.gameMode.isClassic && this.waveIndex <= 4) {
return "battle_wild";
}
@@ -387,26 +453,26 @@ export default class Battle {
* @param min The minimum integer to pick, default `0`
* @returns A random integer between {@linkcode min} and ({@linkcode min} + {@linkcode range} - 1)
*/
- randSeedInt(scene: BattleScene, range: number, min: number = 0): number {
+ randSeedInt(range: number, min = 0): number {
if (range <= 1) {
return min;
}
- const tempRngCounter = scene.rngCounter;
- const tempSeedOverride = scene.rngSeedOverride;
+ const tempRngCounter = globalScene.rngCounter;
+ const tempSeedOverride = globalScene.rngSeedOverride;
const state = Phaser.Math.RND.state();
if (this.battleSeedState) {
Phaser.Math.RND.state(this.battleSeedState);
} else {
- Phaser.Math.RND.sow([ Utils.shiftCharCodes(this.battleSeed, this.turn << 6) ]);
+ Phaser.Math.RND.sow([Utils.shiftCharCodes(this.battleSeed, this.turn << 6)]);
console.log("Battle Seed:", this.battleSeed);
}
- scene.rngCounter = this.rngCounter++;
- scene.rngSeedOverride = this.battleSeed;
+ globalScene.rngCounter = this.rngCounter++;
+ globalScene.rngSeedOverride = this.battleSeed;
const ret = Utils.randSeedInt(range, min);
this.battleSeedState = Phaser.Math.RND.state();
Phaser.Math.RND.state(state);
- scene.rngCounter = tempRngCounter;
- scene.rngSeedOverride = tempSeedOverride;
+ globalScene.rngCounter = tempRngCounter;
+ globalScene.rngSeedOverride = tempSeedOverride;
return ret;
}
@@ -419,16 +485,22 @@ export default class Battle {
}
export class FixedBattle extends Battle {
- constructor(scene: BattleScene, waveIndex: number, config: FixedBattleConfig) {
- super(scene.gameMode, waveIndex, config.battleType, config.battleType === BattleType.TRAINER ? config.getTrainer(scene) : undefined, config.double);
+ constructor(waveIndex: number, config: FixedBattleConfig) {
+ super(
+ globalScene.gameMode,
+ waveIndex,
+ config.battleType,
+ config.battleType === BattleType.TRAINER ? config.getTrainer() : undefined,
+ config.double,
+ );
if (config.getEnemyParty) {
- this.enemyParty = config.getEnemyParty(scene);
+ this.enemyParty = config.getEnemyParty();
}
}
}
-type GetTrainerFunc = (scene: BattleScene) => Trainer;
-type GetEnemyPartyFunc = (scene: BattleScene) => EnemyPokemon[];
+type GetTrainerFunc = () => Trainer;
+type GetEnemyPartyFunc = () => EnemyPokemon[];
export class FixedBattleConfig {
public battleType: BattleType;
@@ -469,7 +541,6 @@ export class FixedBattleConfig {
}
}
-
/**
* Helper function to generate a random trainer for evil team trainers and the elite 4/champion
* @param trainerPool The TrainerType or list of TrainerTypes that can possibly be generated
@@ -477,39 +548,52 @@ export class FixedBattleConfig {
* @param seedOffset the seed offset to use for the random generation of the trainer
* @returns the generated trainer
*/
-function getRandomTrainerFunc(trainerPool: (TrainerType | TrainerType[])[], randomGender: boolean = false, seedOffset: number = 0): GetTrainerFunc {
- return (scene: BattleScene) => {
+export function getRandomTrainerFunc(
+ trainerPool: (TrainerType | TrainerType[])[],
+ randomGender = false,
+ seedOffset = 0,
+): GetTrainerFunc {
+ return () => {
const rand = Utils.randSeedInt(trainerPool.length);
const trainerTypes: TrainerType[] = [];
- scene.executeWithSeedOffset(() => {
+ globalScene.executeWithSeedOffset(() => {
for (const trainerPoolEntry of trainerPool) {
- const trainerType = Array.isArray(trainerPoolEntry)
- ? Utils.randSeedItem(trainerPoolEntry)
- : trainerPoolEntry;
+ const trainerType = Array.isArray(trainerPoolEntry) ? Utils.randSeedItem(trainerPoolEntry) : trainerPoolEntry;
trainerTypes.push(trainerType);
}
}, seedOffset);
let trainerGender = TrainerVariant.DEFAULT;
if (randomGender) {
- trainerGender = (Utils.randInt(2) === 0) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT;
+ trainerGender = Utils.randInt(2) === 0 ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT;
}
/* 1/3 chance for evil team grunts to be double battles */
- const evilTeamGrunts = [ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ];
+ const evilTeamGrunts = [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ];
const isEvilTeamGrunt = evilTeamGrunts.includes(trainerTypes[rand]);
if (trainerConfigs[trainerTypes[rand]].hasDouble && isEvilTeamGrunt) {
- return new Trainer(scene, trainerTypes[rand], (Utils.randInt(3) === 0) ? TrainerVariant.DOUBLE : trainerGender);
+ return new Trainer(trainerTypes[rand], Utils.randInt(3) === 0 ? TrainerVariant.DOUBLE : trainerGender);
}
- return new Trainer(scene, trainerTypes[rand], trainerGender);
+ return new Trainer(trainerTypes[rand], trainerGender);
};
}
export interface FixedBattleConfigs {
- [key: number]: FixedBattleConfig
+ [key: number]: FixedBattleConfig;
}
/**
* Youngster/Lass on 5
@@ -521,51 +605,355 @@ export interface FixedBattleConfigs {
* Champion on 190
*/
export const classicFixedBattles: FixedBattleConfigs = {
- [5]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.YOUNGSTER, Utils.randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT)),
- [8]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT)),
- [25]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_2, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false }),
- [35]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [55]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_3, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false }),
- [62]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [64]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [66]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([[ TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL ], [ TrainerType.TABITHA, TrainerType.COURTNEY ], [ TrainerType.MATT, TrainerType.SHELLY ], [ TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN ], [ TrainerType.ZINZOLIN, TrainerType.ROOD ], [ TrainerType.XEROSIC, TrainerType.BRYONY ], TrainerType.FABA, TrainerType.PLUMERIA, TrainerType.OLEANA, [ TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI ]], true)),
- [95]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_4, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [112]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_GRUNT, TrainerType.MAGMA_GRUNT, TrainerType.AQUA_GRUNT, TrainerType.GALACTIC_GRUNT, TrainerType.PLASMA_GRUNT, TrainerType.FLARE_GRUNT, TrainerType.AETHER_GRUNT, TrainerType.SKULL_GRUNT, TrainerType.MACRO_GRUNT, TrainerType.STAR_GRUNT ], true)),
- [114]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([[ TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL ], [ TrainerType.TABITHA, TrainerType.COURTNEY ], [ TrainerType.MATT, TrainerType.SHELLY ], [ TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN ], [ TrainerType.ZINZOLIN, TrainerType.ROOD ], [ TrainerType.XEROSIC, TrainerType.BRYONY ], TrainerType.FABA, TrainerType.PLUMERIA, TrainerType.OLEANA, [ TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI ]], true, 1)),
- [ClassicFixedBossWaves.EVIL_BOSS_1]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_BOSS_GIOVANNI_1, TrainerType.MAXIE, TrainerType.ARCHIE, TrainerType.CYRUS, TrainerType.GHETSIS, TrainerType.LYSANDRE, TrainerType.LUSAMINE, TrainerType.GUZMA, TrainerType.ROSE, TrainerType.PENNY ]))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [145]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_5, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [ClassicFixedBossWaves.EVIL_BOSS_2]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(35)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.ROCKET_BOSS_GIOVANNI_2, TrainerType.MAXIE_2, TrainerType.ARCHIE_2, TrainerType.CYRUS_2, TrainerType.GHETSIS_2, TrainerType.LYSANDRE_2, TrainerType.LUSAMINE_2, TrainerType.GUZMA_2, TrainerType.ROSE_2, TrainerType.PENNY_2 ]))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA ], allowLuckUpgrades: false }),
- [182]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.LORELEI, TrainerType.WILL, TrainerType.SIDNEY, TrainerType.AARON, TrainerType.SHAUNTAL, TrainerType.MALVA, [ TrainerType.HALA, TrainerType.MOLAYNE ], TrainerType.MARNIE_ELITE, TrainerType.RIKA, TrainerType.CRISPIN ])),
- [184]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(182)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.BRUNO, TrainerType.KOGA, TrainerType.PHOEBE, TrainerType.BERTHA, TrainerType.MARSHAL, TrainerType.SIEBOLD, TrainerType.OLIVIA, TrainerType.NESSA_ELITE, TrainerType.POPPY, TrainerType.AMARYS ])),
- [186]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(182)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.AGATHA, TrainerType.BRUNO, TrainerType.GLACIA, TrainerType.FLINT, TrainerType.GRIMSLEY, TrainerType.WIKSTROM, TrainerType.ACEROLA, [ TrainerType.BEA_ELITE, TrainerType.ALLISTER_ELITE ], TrainerType.LARRY_ELITE, TrainerType.LACEY ])),
- [188]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(182)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.LANCE, TrainerType.KAREN, TrainerType.DRAKE, TrainerType.LUCIAN, TrainerType.CAITLIN, TrainerType.DRASNA, TrainerType.KAHILI, TrainerType.RAIHAN_ELITE, TrainerType.HASSEL, TrainerType.DRAYTON ])),
- [190]: new FixedBattleConfig().setBattleType(BattleType.TRAINER).setSeedOffsetWave(182)
- .setGetTrainerFunc(getRandomTrainerFunc([ TrainerType.BLUE, [ TrainerType.RED, TrainerType.LANCE_CHAMPION ], [ TrainerType.STEVEN, TrainerType.WALLACE ], TrainerType.CYNTHIA, [ TrainerType.ALDER, TrainerType.IRIS ], TrainerType.DIANTHA, TrainerType.HAU, TrainerType.LEON, [ TrainerType.GEETA, TrainerType.NEMONA ], TrainerType.KIERAN ])),
- [195]: new FixedBattleConfig().setBattleType(BattleType.TRAINER)
- .setGetTrainerFunc(scene => new Trainer(scene, TrainerType.RIVAL_6, scene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT))
- .setCustomModifierRewards({ guaranteedModifierTiers: [ ModifierTier.ROGUE, ModifierTier.ROGUE, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT ], allowLuckUpgrades: false })
+ [ClassicFixedBossWaves.TOWN_YOUNGSTER]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () => new Trainer(TrainerType.YOUNGSTER, Utils.randSeedInt(2) ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT),
+ ),
+ [ClassicFixedBossWaves.RIVAL_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_2,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_3,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.GREAT, ModifierTier.GREAT],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_GRUNT_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_ADMIN_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ [TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL],
+ [TrainerType.TABITHA, TrainerType.COURTNEY],
+ [TrainerType.MATT, TrainerType.SHELLY],
+ [TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN],
+ [TrainerType.ZINZOLIN, TrainerType.COLRESS],
+ [TrainerType.XEROSIC, TrainerType.BRYONY],
+ TrainerType.FABA,
+ TrainerType.PLUMERIA,
+ TrainerType.OLEANA,
+ [TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI],
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.RIVAL_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_4,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA, ModifierTier.ULTRA],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_GRUNT_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ TrainerType.ROCKET_GRUNT,
+ TrainerType.MAGMA_GRUNT,
+ TrainerType.AQUA_GRUNT,
+ TrainerType.GALACTIC_GRUNT,
+ TrainerType.PLASMA_GRUNT,
+ TrainerType.FLARE_GRUNT,
+ TrainerType.AETHER_GRUNT,
+ TrainerType.SKULL_GRUNT,
+ TrainerType.MACRO_GRUNT,
+ TrainerType.STAR_GRUNT,
+ ],
+ true,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_ADMIN_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc(
+ [
+ [TrainerType.ARCHER, TrainerType.ARIANA, TrainerType.PROTON, TrainerType.PETREL],
+ [TrainerType.TABITHA, TrainerType.COURTNEY],
+ [TrainerType.MATT, TrainerType.SHELLY],
+ [TrainerType.JUPITER, TrainerType.MARS, TrainerType.SATURN],
+ [TrainerType.ZINZOLIN, TrainerType.COLRESS],
+ [TrainerType.XEROSIC, TrainerType.BRYONY],
+ TrainerType.FABA,
+ TrainerType.PLUMERIA,
+ TrainerType.OLEANA,
+ [TrainerType.GIACOMO, TrainerType.MELA, TrainerType.ATTICUS, TrainerType.ORTEGA, TrainerType.ERI],
+ ],
+ true,
+ 1,
+ ),
+ ),
+ [ClassicFixedBossWaves.EVIL_BOSS_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.ROCKET_BOSS_GIOVANNI_1,
+ TrainerType.MAXIE,
+ TrainerType.ARCHIE,
+ TrainerType.CYRUS,
+ TrainerType.GHETSIS,
+ TrainerType.LYSANDRE,
+ TrainerType.LUSAMINE,
+ TrainerType.GUZMA,
+ TrainerType.ROSE,
+ TrainerType.PENNY,
+ ]),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.RIVAL_5]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_5,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.EVIL_BOSS_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.EVIL_GRUNT_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.ROCKET_BOSS_GIOVANNI_2,
+ TrainerType.MAXIE_2,
+ TrainerType.ARCHIE_2,
+ TrainerType.CYRUS_2,
+ TrainerType.GHETSIS_2,
+ TrainerType.LYSANDRE_2,
+ TrainerType.LUSAMINE_2,
+ TrainerType.GUZMA_2,
+ TrainerType.ROSE_2,
+ TrainerType.PENNY_2,
+ ]),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ],
+ allowLuckUpgrades: false,
+ }),
+ [ClassicFixedBossWaves.ELITE_FOUR_1]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.LORELEI,
+ TrainerType.WILL,
+ TrainerType.SIDNEY,
+ TrainerType.AARON,
+ TrainerType.SHAUNTAL,
+ TrainerType.MALVA,
+ [TrainerType.HALA, TrainerType.MOLAYNE],
+ TrainerType.MARNIE_ELITE,
+ TrainerType.RIKA,
+ TrainerType.CRISPIN,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_2]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.BRUNO,
+ TrainerType.KOGA,
+ TrainerType.PHOEBE,
+ TrainerType.BERTHA,
+ TrainerType.MARSHAL,
+ TrainerType.SIEBOLD,
+ TrainerType.OLIVIA,
+ TrainerType.NESSA_ELITE,
+ TrainerType.POPPY,
+ TrainerType.AMARYS,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_3]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.AGATHA,
+ TrainerType.BRUNO,
+ TrainerType.GLACIA,
+ TrainerType.FLINT,
+ TrainerType.GRIMSLEY,
+ TrainerType.WIKSTROM,
+ TrainerType.ACEROLA,
+ [TrainerType.BEA_ELITE, TrainerType.ALLISTER_ELITE],
+ TrainerType.LARRY_ELITE,
+ TrainerType.LACEY,
+ ]),
+ ),
+ [ClassicFixedBossWaves.ELITE_FOUR_4]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.LANCE,
+ TrainerType.KAREN,
+ TrainerType.DRAKE,
+ TrainerType.LUCIAN,
+ TrainerType.CAITLIN,
+ TrainerType.DRASNA,
+ TrainerType.KAHILI,
+ TrainerType.RAIHAN_ELITE,
+ TrainerType.HASSEL,
+ TrainerType.DRAYTON,
+ ]),
+ ),
+ [ClassicFixedBossWaves.CHAMPION]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setSeedOffsetWave(ClassicFixedBossWaves.ELITE_FOUR_1)
+ .setGetTrainerFunc(
+ getRandomTrainerFunc([
+ TrainerType.BLUE,
+ [TrainerType.RED, TrainerType.LANCE_CHAMPION],
+ [TrainerType.STEVEN, TrainerType.WALLACE],
+ TrainerType.CYNTHIA,
+ [TrainerType.ALDER, TrainerType.IRIS],
+ TrainerType.DIANTHA,
+ [TrainerType.KUKUI, TrainerType.HAU],
+ [TrainerType.LEON, TrainerType.MUSTARD],
+ [TrainerType.GEETA, TrainerType.NEMONA],
+ TrainerType.KIERAN,
+ ]),
+ ),
+ [ClassicFixedBossWaves.RIVAL_6]: new FixedBattleConfig()
+ .setBattleType(BattleType.TRAINER)
+ .setGetTrainerFunc(
+ () =>
+ new Trainer(
+ TrainerType.RIVAL_6,
+ globalScene.gameData.gender === PlayerGender.MALE ? TrainerVariant.FEMALE : TrainerVariant.DEFAULT,
+ ),
+ )
+ .setCustomModifierRewards({
+ guaranteedModifierTiers: [
+ ModifierTier.ROGUE,
+ ModifierTier.ROGUE,
+ ModifierTier.ULTRA,
+ ModifierTier.ULTRA,
+ ModifierTier.GREAT,
+ ModifierTier.GREAT,
+ ],
+ allowLuckUpgrades: false,
+ }),
};
diff --git a/src/configs/inputs/cfg_keyboard_qwerty.ts b/src/configs/inputs/cfg_keyboard_qwerty.ts
index 5ddc12e8784..2ad04ab418d 100644
--- a/src/configs/inputs/cfg_keyboard_qwerty.ts
+++ b/src/configs/inputs/cfg_keyboard_qwerty.ts
@@ -77,7 +77,7 @@ const cfg_keyboard_qwerty = {
KEY_RIGHT_BRACKET: Phaser.Input.Keyboard.KeyCodes.CLOSED_BRACKET,
KEY_SEMICOLON: Phaser.Input.Keyboard.KeyCodes.SEMICOLON,
KEY_BACKSPACE: Phaser.Input.Keyboard.KeyCodes.BACKSPACE,
- KEY_ALT: Phaser.Input.Keyboard.KeyCodes.ALT
+ KEY_ALT: Phaser.Input.Keyboard.KeyCodes.ALT,
},
icons: {
KEY_A: "A.png",
@@ -131,7 +131,6 @@ const cfg_keyboard_qwerty = {
KEY_F11: "F11.png",
KEY_F12: "F12.png",
-
KEY_PAGE_DOWN: "PAGE_DOWN.png",
KEY_PAGE_UP: "PAGE_UP.png",
@@ -163,7 +162,7 @@ const cfg_keyboard_qwerty = {
KEY_SEMICOLON: "SEMICOLON.png",
KEY_BACKSPACE: "BACK.png",
- KEY_ALT: "ALT.png"
+ KEY_ALT: "ALT.png",
},
settings: {
[SettingKeyboard.Button_Up]: Button.UP,
@@ -180,9 +179,9 @@ const cfg_keyboard_qwerty = {
[SettingKeyboard.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingKeyboard.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingKeyboard.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingKeyboard.Button_Cycle_Variant]: Button.V,
[SettingKeyboard.Button_Speed_Up]: Button.SPEED_UP,
[SettingKeyboard.Button_Slow_Down]: Button.SLOW_DOWN,
+ [SettingKeyboard.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingKeyboard.Alt_Button_Up]: Button.UP,
[SettingKeyboard.Alt_Button_Down]: Button.DOWN,
[SettingKeyboard.Alt_Button_Left]: Button.LEFT,
@@ -197,9 +196,9 @@ const cfg_keyboard_qwerty = {
[SettingKeyboard.Alt_Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingKeyboard.Alt_Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingKeyboard.Alt_Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingKeyboard.Alt_Button_Cycle_Variant]: Button.V,
[SettingKeyboard.Alt_Button_Speed_Up]: Button.SPEED_UP,
[SettingKeyboard.Alt_Button_Slow_Down]: Button.SLOW_DOWN,
+ [SettingKeyboard.Alt_Button_Cycle_Tera]: Button.CYCLE_TERA,
},
default: {
KEY_ARROW_UP: SettingKeyboard.Button_Up,
@@ -216,7 +215,7 @@ const cfg_keyboard_qwerty = {
KEY_G: SettingKeyboard.Button_Cycle_Gender,
KEY_E: SettingKeyboard.Button_Cycle_Ability,
KEY_N: SettingKeyboard.Button_Cycle_Nature,
- KEY_V: SettingKeyboard.Button_Cycle_Variant,
+ KEY_V: SettingKeyboard.Button_Cycle_Tera,
KEY_PLUS: -1,
KEY_MINUS: -1,
KEY_A: SettingKeyboard.Alt_Button_Left,
@@ -274,7 +273,7 @@ const cfg_keyboard_qwerty = {
KEY_LEFT_BRACKET: -1,
KEY_RIGHT_BRACKET: -1,
KEY_SEMICOLON: -1,
- KEY_ALT: -1
+ KEY_ALT: -1,
},
blacklist: [
"KEY_ENTER",
@@ -287,7 +286,7 @@ const cfg_keyboard_qwerty = {
"KEY_ARROW_RIGHT",
"KEY_DEL",
"KEY_HOME",
- ]
+ ],
};
export default cfg_keyboard_qwerty;
diff --git a/src/configs/inputs/configHandler.ts b/src/configs/inputs/configHandler.ts
index 50be692cbc3..b896f303cb3 100644
--- a/src/configs/inputs/configHandler.ts
+++ b/src/configs/inputs/configHandler.ts
@@ -93,7 +93,7 @@ export function getIconWithSettingName(config, settingName) {
}
export function getIconForLatestInput(configs, source, devices, settingName) {
- let config;
+ let config: any; // TODO: refine type
if (source === "gamepad") {
config = configs[devices[Device.GAMEPAD]];
} else {
@@ -102,7 +102,7 @@ export function getIconForLatestInput(configs, source, devices, settingName) {
const icon = getIconWithSettingName(config, settingName);
if (!icon) {
const isAlt = settingName.includes("ALT_");
- let altSettingName;
+ let altSettingName: string;
if (isAlt) {
altSettingName = settingName.split("ALT_").splice(1)[0];
} else {
@@ -115,7 +115,10 @@ export function getIconForLatestInput(configs, source, devices, settingName) {
export function assign(config, settingNameTarget, keycode): boolean {
// first, we need to check if this keycode is already used on another settingName
- if (!canIAssignThisKey(config, getKeyWithKeycode(config, keycode)) || !canIOverrideThisSetting(config, settingNameTarget)) {
+ if (
+ !canIAssignThisKey(config, getKeyWithKeycode(config, keycode)) ||
+ !canIOverrideThisSetting(config, settingNameTarget)
+ ) {
return false;
}
const previousSettingName = getSettingNameWithKeycode(config, keycode);
diff --git a/src/configs/inputs/pad_dualshock.ts b/src/configs/inputs/pad_dualshock.ts
index 2fbdd0ddfaa..51af1b2defd 100644
--- a/src/configs/inputs/pad_dualshock.ts
+++ b/src/configs/inputs/pad_dualshock.ts
@@ -24,7 +24,7 @@ const pad_dualshock = {
LC_S: 13,
LC_W: 14,
LC_E: 15,
- TOUCH: 17
+ TOUCH: 17,
},
icons: {
RC_S: "CROSS.png",
@@ -43,7 +43,7 @@ const pad_dualshock = {
LC_S: "DOWN.png",
LC_W: "LEFT.png",
LC_E: "RIGHT.png",
- TOUCH: "TOUCH.png"
+ TOUCH: "TOUCH.png",
},
settings: {
[SettingGamepad.Button_Up]: Button.UP,
@@ -53,16 +53,16 @@ const pad_dualshock = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
[SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
- [SettingGamepad.Button_Submit]: Button.SUBMIT
+ [SettingGamepad.Button_Submit]: Button.SUBMIT,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -72,7 +72,7 @@ const pad_dualshock = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
diff --git a/src/configs/inputs/pad_generic.ts b/src/configs/inputs/pad_generic.ts
index 256af8f0fe3..e47b7ce1ace 100644
--- a/src/configs/inputs/pad_generic.ts
+++ b/src/configs/inputs/pad_generic.ts
@@ -23,7 +23,7 @@ const pad_generic = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -51,15 +51,15 @@ const pad_generic = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -69,7 +69,7 @@ const pad_generic = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -77,14 +77,9 @@ const pad_generic = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
- blacklist: [
- "LC_N",
- "LC_S",
- "LC_W",
- "LC_E",
- ]
+ blacklist: ["LC_N", "LC_S", "LC_W", "LC_E"],
};
export default pad_generic;
diff --git a/src/configs/inputs/pad_procon.ts b/src/configs/inputs/pad_procon.ts
index 98d17c4ef57..61558c7365e 100644
--- a/src/configs/inputs/pad_procon.ts
+++ b/src/configs/inputs/pad_procon.ts
@@ -52,15 +52,15 @@ const pad_procon = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -70,7 +70,7 @@ const pad_procon = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -78,7 +78,7 @@ const pad_procon = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
};
diff --git a/src/configs/inputs/pad_unlicensedSNES.ts b/src/configs/inputs/pad_unlicensedSNES.ts
index 77e68e6a644..d0c4f41c8f5 100644
--- a/src/configs/inputs/pad_unlicensedSNES.ts
+++ b/src/configs/inputs/pad_unlicensedSNES.ts
@@ -7,7 +7,7 @@ import { Button } from "#enums/buttons";
const pad_unlicensedSNES = {
padID: "081f-e401",
padType: "xbox",
- deviceMapping : {
+ deviceMapping: {
RC_S: 2,
RC_E: 1,
RC_W: 3,
@@ -19,7 +19,7 @@ const pad_unlicensedSNES = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -43,15 +43,15 @@ const pad_unlicensedSNES = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -61,7 +61,7 @@ const pad_unlicensedSNES = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -69,7 +69,7 @@ const pad_unlicensedSNES = {
LT: -1,
RT: -1,
LS: -1,
- RS: -1
+ RS: -1,
},
};
diff --git a/src/configs/inputs/pad_xbox360.ts b/src/configs/inputs/pad_xbox360.ts
index 6afc452f50b..60cbd9ab181 100644
--- a/src/configs/inputs/pad_xbox360.ts
+++ b/src/configs/inputs/pad_xbox360.ts
@@ -23,7 +23,7 @@ const pad_xbox360 = {
LC_N: 12,
LC_S: 13,
LC_W: 14,
- LC_E: 15
+ LC_E: 15,
},
icons: {
RC_S: "XB_Letter_A_OL.png",
@@ -51,15 +51,15 @@ const pad_xbox360 = {
[SettingGamepad.Button_Action]: Button.ACTION,
[SettingGamepad.Button_Cancel]: Button.CANCEL,
[SettingGamepad.Button_Cycle_Nature]: Button.CYCLE_NATURE,
- [SettingGamepad.Button_Cycle_Variant]: Button.V,
+ [SettingGamepad.Button_Cycle_Tera]: Button.CYCLE_TERA,
[SettingGamepad.Button_Menu]: Button.MENU,
[SettingGamepad.Button_Stats]: Button.STATS,
- [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
+ [SettingGamepad.Button_Cycle_Form]: Button.CYCLE_FORM,
[SettingGamepad.Button_Cycle_Shiny]: Button.CYCLE_SHINY,
[SettingGamepad.Button_Cycle_Gender]: Button.CYCLE_GENDER,
[SettingGamepad.Button_Cycle_Ability]: Button.CYCLE_ABILITY,
[SettingGamepad.Button_Speed_Up]: Button.SPEED_UP,
- [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN
+ [SettingGamepad.Button_Slow_Down]: Button.SLOW_DOWN,
},
default: {
LC_N: SettingGamepad.Button_Up,
@@ -69,7 +69,7 @@ const pad_xbox360 = {
RC_S: SettingGamepad.Button_Action,
RC_E: SettingGamepad.Button_Cancel,
RC_W: SettingGamepad.Button_Cycle_Nature,
- RC_N: SettingGamepad.Button_Cycle_Variant,
+ RC_N: SettingGamepad.Button_Cycle_Tera,
START: SettingGamepad.Button_Menu,
SELECT: SettingGamepad.Button_Stats,
LB: SettingGamepad.Button_Cycle_Form,
@@ -77,7 +77,7 @@ const pad_xbox360 = {
LT: SettingGamepad.Button_Cycle_Gender,
RT: SettingGamepad.Button_Cycle_Ability,
LS: SettingGamepad.Button_Speed_Up,
- RS: SettingGamepad.Button_Slow_Down
+ RS: SettingGamepad.Button_Slow_Down,
},
};
diff --git a/src/constants.ts b/src/constants.ts
index 0b1261ad814..63f00b9f33f 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -3,3 +3,9 @@ export const PLAYER_PARTY_MAX_SIZE: number = 6;
/** Whether to use seasonal splash messages in general */
export const USE_SEASONAL_SPLASH_MESSAGES: boolean = false;
+
+/** Name of the session ID cookie */
+export const SESSION_ID_COOKIE_NAME: string = "pokerogue_sessionId";
+
+/** Max value for an integer attribute in {@linkcode SystemSaveData} */
+export const MAX_INT_ATTR_VALUE = 0x80000000;
diff --git a/src/data/ability.ts b/src/data/ability.ts
index d761657f5cd..0b5b3624c73 100644
--- a/src/data/ability.ts
+++ b/src/data/ability.ts
@@ -1,23 +1,32 @@
-import Pokemon, { HitResult, PlayerPokemon, PokemonMove } from "../field/pokemon";
-import { Type } from "./type";
-import { Constructor } from "#app/utils";
+import type { EnemyPokemon, PokemonMove } from "../field/pokemon";
+import type Pokemon from "../field/pokemon";
+import { HitResult, MoveResult, PlayerPokemon } from "../field/pokemon";
+import { PokemonType } from "#enums/pokemon-type";
+import type { Constructor } from "#app/utils";
import * as Utils from "../utils";
import { getPokemonNameWithAffix } from "../messages";
-import { Weather, WeatherType } from "./weather";
-import { BattlerTag, GroundedTag } from "./battler-tags";
-import { StatusEffect, getNonVolatileStatusEffects, getStatusEffectDescriptor, getStatusEffectHealText } from "./status-effect";
+import type { Weather } from "#app/data/weather";
+import type { BattlerTag } from "./battler-tags";
+import { BattlerTagLapseType, GroundedTag } from "./battler-tags";
+import { getNonVolatileStatusEffects, getStatusEffectDescriptor, getStatusEffectHealText } from "#app/data/status-effect";
import { Gender } from "./gender";
-import Move, { AttackMove, MoveCategory, MoveFlags, MoveTarget, FlinchAttr, OneHitKOAttr, HitHealAttr, allMoves, StatusMove, SelfStatusMove, VariablePowerAttr, applyMoveAttrs, IncrementMovePriorityAttr, VariableMoveTypeAttr, RandomMovesetMoveAttr, RandomMoveAttr, NaturePowerAttr, CopyMoveAttr, MoveAttr, MultiHitAttr, SacrificialAttr, SacrificialAttrOnHit, NeutralDamageAgainstFlyingTypeMultiplierAttr, FixedDamageAttr } from "./move";
-import { ArenaTagSide, ArenaTrapTag } from "./arena-tag";
-import { BerryModifier, PokemonHeldItemModifier } from "../modifier/modifier";
+import type Move from "./moves/move";
+import { AttackMove, FlinchAttr, OneHitKOAttr, HitHealAttr, allMoves, StatusMove, SelfStatusMove, VariablePowerAttr, applyMoveAttrs, VariableMoveTypeAttr, RandomMovesetMoveAttr, RandomMoveAttr, NaturePowerAttr, CopyMoveAttr, NeutralDamageAgainstFlyingTypeMultiplierAttr, FixedDamageAttr } from "./moves/move";
+import { MoveFlags } from "#enums/MoveFlags";
+import { MoveTarget } from "#enums/MoveTarget";
+import { MoveCategory } from "#enums/MoveCategory";
+import type { ArenaTrapTag, SuppressAbilitiesTag } from "./arena-tag";
+import { ArenaTagSide } from "./arena-tag";
+import { BerryModifier, HitHealModifier, PokemonHeldItemModifier } from "../modifier/modifier";
import { TerrainType } from "./terrain";
-import { SpeciesFormChangeManualTrigger, SpeciesFormChangeRevertWeatherFormTrigger, SpeciesFormChangeWeatherTrigger } from "./pokemon-forms";
+import { SpeciesFormChangeAbilityTrigger, SpeciesFormChangeRevertWeatherFormTrigger, SpeciesFormChangeWeatherTrigger } from "./pokemon-forms";
import i18next from "i18next";
-import { Localizable } from "#app/interfaces/locales";
+import type { Localizable } from "#app/interfaces/locales";
import { Command } from "../ui/command-ui-handler";
import { BerryModifierType } from "#app/modifier/modifier-type";
import { getPokeballName } from "./pokeball";
-import { BattlerIndex } from "#app/battle";
+import type { BattlerIndex } from "#app/battle";
+import { BattleType } from "#app/battle";
import { Abilities } from "#enums/abilities";
import { ArenaTagType } from "#enums/arena-tag-type";
import { BattlerTagType } from "#enums/battler-tag-type";
@@ -26,9 +35,18 @@ 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 BattleScene from "#app/battle-scene";
+import { globalScene } from "#app/global-scene";
+import { SwitchType } from "#app/enums/switch-type";
+import { SwitchPhase } from "#app/phases/switch-phase";
+import { SwitchSummonPhase } from "#app/phases/switch-summon-phase";
+import { BattleEndPhase } from "#app/phases/battle-end-phase";
+import { NewBattlePhase } from "#app/phases/new-battle-phase";
+import { MoveEndPhase } from "#app/phases/move-end-phase";
+import { PokemonAnimType } from "#enums/pokemon-anim-type";
+import { StatusEffect } from "#enums/status-effect";
+import { WeatherType } from "#enums/weather-type";
+import { PokemonTransformPhase } from "#app/phases/pokemon-transform-phase";
export class Ability implements Localizable {
public id: Abilities;
@@ -36,13 +54,13 @@ export class Ability implements Localizable {
private nameAppend: string;
public name: string;
public description: string;
- public generation: integer;
+ public generation: number;
public isBypassFaint: boolean;
public isIgnorable: boolean;
public attrs: AbAttr[];
public conditions: AbAttrCondition[];
- constructor(id: Abilities, generation: integer) {
+ constructor(id: Abilities, generation: number) {
this.id = id;
this.nameAppend = "";
@@ -128,7 +146,8 @@ export class Ability implements Localizable {
}
}
-type AbAttrApplyFunc = (attr: TAttr, passive: boolean) => boolean | Promise;
+type AbAttrApplyFunc = (attr: TAttr, passive: boolean) => void;
+type AbAttrSuccessFunc = (attr: TAttr, passive: boolean) => boolean;
type AbAttrCondition = (pokemon: Pokemon) => boolean;
// TODO: Can this be improved?
@@ -140,13 +159,19 @@ export abstract class AbAttr {
public showAbility: boolean;
private extraCondition: AbAttrCondition;
- constructor(showAbility: boolean = true) {
+ constructor(showAbility = true) {
this.showAbility = showAbility;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): boolean | Promise {
- 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;
@@ -160,13 +185,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[]) {
@@ -177,7 +217,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() {
@@ -187,106 +227,160 @@ 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 | Promise {
- 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) => integer;
+ private formFunc: (p: Pokemon) => number;
- constructor(formFunc: ((p: Pokemon) => integer)) {
- super(true);
+ constructor(formFunc: ((p: Pokemon) => number)) {
+ 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 pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, false);
- }
+ return formIndex !== pokemon.formIndex && !simulated;
+ }
- return false;
+ override applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeAbilityTrigger, false);
}
}
-export class PostBattleInitStatStageChangeAbAttr extends PostBattleInitAbAttr {
+export class PostTeraFormChangeStatChangeAbAttr extends AbAttr {
private stats: BattleStat[];
private stages: number;
- private selfTarget: boolean;
- constructor(stats: BattleStat[], stages: number, selfTarget?: boolean) {
+ constructor(stats: BattleStat[], stages: number) {
super();
this.stats = stats;
this.stages = stages;
- this.selfTarget = !!selfTarget;
}
- applyPostBattleInit(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder | null, args: any[]): void {
const statStageChangePhases: StatStageChangePhase[] = [];
if (!simulated) {
- if (this.selfTarget) {
- statStageChangePhases.push(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, this.stats, this.stages));
- } else {
- for (const opponent of pokemon.getOpponents()) {
- statStageChangePhases.push(new StatStageChangePhase(pokemon.scene, opponent.getBattlerIndex(), false, this.stats, this.stages));
- }
- }
+ statStageChangePhases.push(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages));
for (const statStageChangePhase of statStageChangePhases) {
- if (!this.selfTarget && !statStageChangePhase.getPokemon()?.summonData) {
- pokemon.scene.pushPhase(statStageChangePhase);
- } else { // TODO: This causes the ability bar to be shown at the wrong time
- pokemon.scene.unshiftPhase(statStageChangePhase);
- }
+ globalScene.unshiftPhase(statStageChangePhase);
}
}
+ }
+}
- return true;
+/**
+ * Clears a specified weather whenever this attribute is called.
+ */
+export class ClearWeatherAbAttr extends AbAttr {
+ private weather: WeatherType[];
+
+ /**
+ * @param weather {@linkcode WeatherType[]} - the weather to be removed
+ */
+ constructor(weather: WeatherType[]) {
+ super(true);
+
+ this.weather = weather;
+ }
+
+ 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);
+ }
+ }
+}
+
+/**
+ * Clears a specified terrain whenever this attribute is called.
+ */
+export class ClearTerrainAbAttr extends AbAttr {
+ private terrain: TerrainType[];
+
+ /**
+ * @param terrain {@linkcode TerrainType[]} - the terrain to be removed
+ */
+ constructor(terrain: TerrainType[]) {
+ super(true);
+
+ this.terrain = terrain;
+ }
+
+ 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);
+ }
}
}
type PreDefendAbAttrCondition = (pokemon: Pokemon, attacker: Pokemon, move: Move) => boolean;
export class PreDefendAbAttr extends AbAttr {
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean | Promise {
- return false;
+ 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,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: Utils.BooleanHolder | null,
+ args: any[],
+ ): 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[]) {
@@ -298,13 +392,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;
}
}
@@ -312,27 +409,48 @@ 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;
- }
+ 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);
+ }
+}
- return false;
+/**
+ * Reduces the damage dealt to an allied Pokemon. Used by Friend Guard.
+ * @see {@linkcode applyPreDefend}
+ */
+export class AlliedFieldDamageReductionAbAttr extends PreDefendAbAttr {
+ private damageMultiplier: number;
+
+ constructor(damageMultiplier: number) {
+ super();
+ this.damageMultiplier = damageMultiplier;
+ }
+
+ /**
+ * Handles the damage reduction
+ * @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[]): void {
+ const damage = args[0] as Utils.NumberHolder;
+ damage.value = Utils.toDmgValue(damage.value * this.damageMultiplier);
}
}
export class ReceivedTypeDamageMultiplierAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
- constructor(moveType: Type, damageMultiplier: number) {
- super((target, user, move) => user.getMoveType(move) === moveType, damageMultiplier);
+ constructor(moveType: PokemonType, damageMultiplier: number) {
+ super((target, user, move) => user.getMoveType(move) === moveType, damageMultiplier, false);
}
}
@@ -343,16 +461,20 @@ export class ReceivedTypeDamageMultiplierAbAttr extends ReceivedMoveDamageMultip
* @see {@linkcode getCondition}
*/
export class TypeImmunityAbAttr extends PreDefendAbAttr {
- private immuneType: Type | null;
+ private immuneType: PokemonType | null;
private condition: AbAttrCondition | null;
- constructor(immuneType: Type | null, condition?: AbAttrCondition) {
- super();
+ constructor(immuneType: PokemonType | null, condition?: AbAttrCondition) {
+ 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.
@@ -363,19 +485,11 @@ 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(): Type | null {
+ getImmuneType(): PokemonType | null {
return this.immuneType;
}
@@ -385,43 +499,43 @@ export class TypeImmunityAbAttr extends PreDefendAbAttr {
}
export class AttackTypeImmunityAbAttr extends TypeImmunityAbAttr {
- constructor(immuneType: Type, condition?: AbAttrCondition) {
+ constructor(immuneType: PokemonType, condition?: AbAttrCondition) {
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);
}
}
export class TypeImmunityHealAbAttr extends TypeImmunityAbAttr {
- constructor(immuneType: Type) {
+ constructor(immuneType: PokemonType) {
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;
- pokemon.scene.unshiftPhase(new PokemonHealPhase(pokemon.scene, 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;
}
}
@@ -429,49 +543,47 @@ class TypeImmunityStatStageChangeAbAttr extends TypeImmunityAbAttr {
private stat: BattleStat;
private stages: number;
- constructor(immuneType: Type, stat: BattleStat, stages: number, condition?: AbAttrCondition) {
+ constructor(immuneType: PokemonType, stat: BattleStat, stages: number, condition?: AbAttrCondition) {
super(immuneType, condition);
this.stat = stat;
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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, 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;
}
}
class TypeImmunityAddBattlerTagAbAttr extends TypeImmunityAbAttr {
private tagType: BattlerTagType;
- private turnCount: integer;
+ private turnCount: number;
- constructor(immuneType: Type, tagType: BattlerTagType, turnCount: integer, condition?: AbAttrCondition) {
+ constructor(immuneType: PokemonType, tagType: BattlerTagType, turnCount: number, condition?: AbAttrCondition) {
super(immuneType, condition);
this.tagType = tagType;
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;
}
}
@@ -480,14 +592,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 {
- if (move instanceof AttackMove && pokemon.getAttackTypeEffectiveness(attacker.getMoveType(move), attacker) < 2) {
- cancelled.value = true; // Suppresses "No Effect" message
- (args[0] as Utils.NumberHolder).value = 0;
- return true;
- }
+ 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;
+ }
- 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 {
@@ -504,6 +618,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
@@ -513,24 +633,18 @@ 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
*/
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, args: any[]): boolean | Promise {
+ override applyPreDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: Utils.BooleanHolder | null,
+ 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 {
@@ -541,34 +655,58 @@ export class FullHpResistTypeAbAttr extends PreDefendAbAttr {
}
export class PostDefendAbAttr extends AbAttr {
- applyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean | Promise {
- return false;
+ canApplyPostDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPostDefend(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[],
+ ): void {}
}
export class FieldPriorityMoveImmunityAbAttr extends PreDefendAbAttr {
- applyPreDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const attackPriority = new Utils.IntegerHolder(move.priority);
- applyMoveAttrs(IncrementMovePriorityAttr, attacker, null, move, attackPriority);
- applyAbAttrs(ChangeMovePriorityAbAttr, attacker, null, simulated, move, attackPriority);
- if (move.moveTarget === MoveTarget.USER || move.moveTarget === MoveTarget.NEAR_ALLY) {
- return false;
- }
+ 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();
+ }
- if (attackPriority.value > 0 && !move.isMultiTarget()) {
- cancelled.value = true;
- 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;
}
}
export class PostStatStageChangeAbAttr extends AbAttr {
- applyPostStatStageChange(pokemon: Pokemon, simulated: boolean, statsChanged: BattleStat[], stagesChanged: integer, selfTarget: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostStatStageChange(
+ pokemon: Pokemon,
+ simulated: boolean,
+ statsChanged: BattleStat[],
+ stagesChanged: number,
+ selfTarget: boolean,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPostStatStageChange(
+ pokemon: Pokemon,
+ simulated: boolean,
+ statsChanged: BattleStat[],
+ stagesChanged: number,
+ selfTarget: boolean,
+ args: any[],
+ ): void {}
}
export class MoveImmunityAbAttr extends PreDefendAbAttr {
@@ -580,13 +718,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 {
@@ -601,14 +738,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;
}
}
@@ -622,13 +764,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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, 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));
}
}
/**
@@ -637,6 +779,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.
@@ -647,16 +794,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) {
- pokemon.scene.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;
}
}
@@ -667,7 +809,7 @@ export class PostDefendStatStageChangeAbAttr extends PostDefendAbAttr {
private selfTarget: boolean;
private allOthers: boolean;
- constructor(condition: PokemonDefendCondition, stat: BattleStat, stages: number, selfTarget: boolean = true, allOthers: boolean = false) {
+ constructor(condition: PokemonDefendCondition, stat: BattleStat, stages: number, selfTarget = true, allOthers = false) {
super(true);
this.condition = condition;
@@ -677,24 +819,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) {
- other.scene.unshiftPhase(new StatStageChangePhase(other.scene, (other).getBattlerIndex(), false, [ this.stat ], this.stages));
- }
- return true;
- }
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, (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));
+ }
}
}
@@ -705,7 +846,7 @@ export class PostDefendHpGatedStatStageChangeAbAttr extends PostDefendAbAttr {
private stages: number;
private selfTarget: boolean;
- constructor(condition: PokemonDefendCondition, hpGate: number, stats: BattleStat[], stages: number, selfTarget: boolean = true) {
+ constructor(condition: PokemonDefendCondition, hpGate: number, stats: BattleStat[], stages: number, selfTarget = true) {
super(true);
this.condition = condition;
@@ -715,19 +856,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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, (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;
}
}
@@ -742,17 +881,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 = pokemon.scene.arena.getTag(this.tagType) as ArenaTrapTag;
- if (!pokemon.scene.arena.getTag(this.tagType) || tag.layers < tag.maxLayers) {
- if (!simulated) {
- pokemon.scene.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;
}
}
@@ -766,40 +904,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);
- pokemon.scene.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.${Type[pokemon.getTypes(true)[0]]}`)
+ typeName: i18next.t(`pokemonInfo:Type.${PokemonType[this.type]}`)
});
}
}
@@ -813,42 +948,38 @@ 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 pokemon.scene.arena.terrain?.terrainType !== (this.terrainType || undefined);
- } else {
- return pokemon.scene.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, true);
+ }
}
}
export class PostDefendContactApplyStatusEffectAbAttr extends PostDefendAbAttr {
- public chance: integer;
+ public chance: number;
private effects: StatusEffect[];
- constructor(chance: integer, ...effects: StatusEffect[]) {
- super();
+ constructor(chance: number, ...effects: StatusEffect[]) {
+ 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);
}
}
@@ -857,20 +988,22 @@ 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(Type.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);
}
}
export class PostDefendContactApplyTagChanceAbAttr extends PostDefendAbAttr {
- private chance: integer;
+ private chance: number;
private tagType: BattlerTagType;
- private turnCount: integer | undefined;
+ private turnCount: number | undefined;
- constructor(chance: integer, tagType: BattlerTagType, turnCount?: integer) {
+ constructor(chance: number, tagType: BattlerTagType, turnCount?: number) {
super();
this.tagType = tagType;
@@ -878,16 +1011,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);
+ }
}
}
@@ -902,16 +1034,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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ this.stat ], this.stages));
}
-
- return true;
}
override getCondition(): AbAttrCondition {
@@ -920,23 +1050,22 @@ export class PostDefendCritStatStageChangeAbAttr extends PostDefendAbAttr {
}
export class PostDefendContactDamageAbAttr extends PostDefendAbAttr {
- private damageRatio: integer;
+ private damageRatio: number;
- constructor(damageRatio: integer) {
+ constructor(damageRatio: number) {
super();
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)), HitResult.OTHER);
+ attacker.turnData.damageTaken += Utils.toDmgValue(attacker.getMaxHp() * (1 / this.damageRatio));
}
override getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
@@ -954,27 +1083,24 @@ export class PostDefendContactDamageAbAttr extends PostDefendAbAttr {
* @extends {PostDefendAbAttr}
*/
export class PostDefendPerishSongAbAttr extends PostDefendAbAttr {
- private turns: integer;
+ private turns: number;
- constructor(turns: integer) {
+ constructor(turns: number) {
super();
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 (pokemon.getTag(BattlerTagType.PERISH_SONG) || 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 {
@@ -993,18 +1119,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 (!pokemon.scene.arena.weather?.isImmutable()) {
- if (simulated) {
- return pokemon.scene.arena.weather?.weatherType !== this.weatherType;
- }
- return pokemon.scene.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, true);
+ }
}
}
@@ -1013,18 +1136,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 tempAbilityId = attacker.getAbility().id;
- attacker.summonData.ability = pokemon.getAbility().id;
- pokemon.summonData.ability = tempAbilityId;
- }
- 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().hasAttr(UnswappableAbilityAbAttr) && !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 {
@@ -1040,17 +1162,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.summonData.ability = 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().hasAttr(UnsuppressableAbilityAbAttr)
+ && !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 {
@@ -1062,30 +1182,27 @@ export class PostDefendAbilityGiveAbAttr extends PostDefendAbAttr {
}
export class PostDefendMoveDisableAbAttr extends PostDefendAbAttr {
- private chance: integer;
+ private chance: number;
private attacker: Pokemon;
private move: Move;
- constructor(chance: integer) {
+ constructor(chance: number) {
super();
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;
}
}
@@ -1102,22 +1219,36 @@ 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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, (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 {
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon | null, move: Move, args: any[]): boolean | Promise {
- return false;
+ canApplyPreAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon | null,
+ move: Move,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPreAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon | null,
+ move: Move,
+ args: any[],
+ ): void {}
}
/**
@@ -1129,26 +1260,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;
-
}
}
@@ -1158,32 +1285,34 @@ export class MoveEffectChanceMultiplierAbAttr extends AbAttr {
* @see {@linkcode applyPreDefend}
*/
export class IgnoreMoveEffectsAbAttr extends PreDefendAbAttr {
+
+ 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;
}
}
export class FieldPreventExplosiveMovesAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
+ override apply(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {
cancelled.value = true;
- return true;
}
}
@@ -1199,7 +1328,7 @@ export class FieldMultiplyStatAbAttr extends AbAttr {
private multiplier: number;
private canStack: boolean;
- constructor(stat: Stat, multiplier: number, canStack: boolean = false) {
+ constructor(stat: Stat, multiplier: number, canStack = false) {
super(false);
this.stat = stat;
@@ -1207,6 +1336,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
@@ -1216,91 +1350,81 @@ 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;
}
}
export class MoveTypeChangeAbAttr extends PreAttackAbAttr {
constructor(
- private newType: Type,
+ private newType: PokemonType,
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;
}
}
/** Ability attribute for changing a pokemon's type before using a move */
export class PokemonTypeChangeAbAttr extends PreAttackAbAttr {
- private moveType: Type;
+ private moveType: PokemonType;
constructor() {
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),
- moveType: i18next.t(`pokemonInfo:Type.${Type[this.moveType]}`),
+ moveType: i18next.t(`pokemonInfo:Type.${PokemonType[this.moveType]}`),
});
}
}
@@ -1318,69 +1442,31 @@ export class AddSecondStrikeAbAttr extends PreAttackAbAttr {
this.damageMultiplier = damageMultiplier;
}
- /**
- * Determines whether this attribute can apply to a given move.
- * @param {Move} move the move to which this attribute may apply
- * @param numTargets the number of {@linkcode Pokemon} targeted by this move
- * @returns true if the attribute can apply to the move, false otherwise
- */
- canApplyPreAttack(move: Move, numTargets: integer): boolean {
- /**
- * Parental Bond cannot apply to multi-hit moves, charging moves, or
- * moves that cause the user to faint.
- */
- const exceptAttrs: Constructor[] = [
- MultiHitAttr,
- SacrificialAttr,
- SacrificialAttrOnHit
- ];
-
- /** Parental Bond cannot apply to these specific moves */
- const exceptMoves: Moves[] = [
- Moves.FLING,
- Moves.UPROAR,
- Moves.ROLLOUT,
- Moves.ICE_BALL,
- Moves.ENDEAVOR
- ];
-
- /** Also check if this move is an Attack move and if it's only targeting one Pokemon */
- return numTargets === 1
- && !move.isChargingMove()
- && !exceptAttrs.some(attr => move.hasAttr(attr))
- && !exceptMoves.some(id => move.id === id)
- && move.category !== MoveCategory.STATUS;
+ 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])
- * @param {Pokemon} pokemon the Pokemon using the move
+ * @param pokemon the {@linkcode Pokemon} using the move
* @param passive n/a
* @param defender n/a
- * @param {Move} move the move used by the ability source
- * @param args\[0\] the number of Pokemon this move is targeting
- * @param {Utils.IntegerHolder} args\[1\] the number of strikes with this move
- * @param {Utils.NumberHolder} args\[2\] the damage multiplier for the current strike
- * @returns
+ * @param move the {@linkcode Move} used by the ability source
+ * @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})
*/
- applyPreAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, args: any[]): boolean {
- const numTargets = args[0] as integer;
- const hitCount = args[1] as Utils.IntegerHolder;
- const multiplier = args[2] as Utils.NumberHolder;
-
- if (this.canApplyPreAttack(move, numTargets)) {
- this.showAbility = !!hitCount?.value;
- if (!!hitCount?.value) {
- hitCount.value *= 2;
- }
-
- if (!!multiplier?.value && pokemon.turnData.hitsLeft % 2 === 1 && pokemon.turnData.hitsLeft !== pokemon.turnData.hitCount) {
- multiplier.value *= this.damageMultiplier;
- }
- return true;
+ 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 (hitCount?.value) {
+ hitCount.value += 1;
+ }
+
+ if (multiplier?.value && pokemon.turnData.hitsLeft === 1) {
+ multiplier.value = this.damageMultiplier;
}
- return false;
}
}
@@ -1395,11 +1481,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
@@ -1407,16 +1497,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 = Math.floor(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);
}
}
@@ -1424,31 +1508,29 @@ export class MovePowerBoostAbAttr extends VariableMovePowerAbAttr {
private condition: PokemonAttackCondition;
private powerMultiplier: number;
- constructor(condition: PokemonAttackCondition, powerMultiplier: number, showAbility: boolean = 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: Type, powerMultiplier?: number) {
- super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5);
+ constructor(boostedType: PokemonType, powerMultiplier?: number) {
+ super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5, false);
}
}
export class LowHpMoveTypePowerBoostAbAttr extends MoveTypePowerBoostAbAttr {
- constructor(boostedType: Type) {
+ constructor(boostedType: PokemonType) {
super(boostedType);
}
@@ -1469,22 +1551,18 @@ export class VariableMovePowerBoostAbAttr extends VariableMovePowerAbAttr {
* @param mult A function which takes the user, target, and move, and returns the power multiplier. 1 means no multiplier.
* @param {boolean} showAbility Whether to show the ability when it activates.
*/
- constructor(mult: (user: Pokemon, target: Pokemon, move: Move) => number, showAbility: boolean = true) {
+ constructor(mult: (user: Pokemon, target: Pokemon, move: Move) => number, showAbility = true) {
super(showAbility);
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;
}
}
@@ -1493,6 +1571,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;
@@ -1506,14 +1585,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;
}
}
@@ -1526,7 +1605,7 @@ export class PreAttackFieldMoveTypePowerBoostAbAttr extends FieldMovePowerBoostA
* @param boostedType - The type of move that will receive the power boost.
* @param powerMultiplier - The multiplier to apply to the move's power, defaults to 1.5 if not provided.
*/
- constructor(boostedType: Type, powerMultiplier?: number) {
+ constructor(boostedType: PokemonType, powerMultiplier?: number) {
super((pokemon, defender, move) => pokemon?.getMoveType(move) === boostedType, powerMultiplier || 1.5);
}
}
@@ -1570,14 +1649,25 @@ export class StatMultiplierAbAttr extends AbAttr {
this.condition = condition ?? null;
}
- applyStatStage(pokemon: Pokemon, _passive: boolean, simulated: boolean, stat: BattleStat, statValue: Utils.NumberHolder, args: any[]): boolean | Promise {
+ canApplyStatStage(
+ 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 stat === this.stat && (!this.condition || this.condition(pokemon, null, move));
+ }
- return false;
+ applyStatStage(
+ pokemon: Pokemon,
+ _passive: boolean,
+ simulated: boolean,
+ stat: BattleStat,
+ statValue: Utils.NumberHolder,
+ args: any[]): void {
+ statValue.value *= this.multiplier;
}
}
@@ -1585,33 +1675,38 @@ export class PostAttackAbAttr extends AbAttr {
private attackCondition: PokemonAttackCondition;
/** The default attackCondition requires that the selected move is a damaging move */
- constructor(attackCondition: PokemonAttackCondition = (user, target, move) => (move.category !== MoveCategory.STATUS), showAbility: boolean = true) {
+ constructor(attackCondition: PokemonAttackCondition = (user, target, move) => (move.category !== MoveCategory.STATUS), showAbility = true) {
super(showAbility);
this.attackCondition = attackCondition;
}
/**
- * 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.
*/
- applyPostAttack(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean | Promise {
+ 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.
- if (this.attackCondition(pokemon, defender, move)) {
- return this.applyPostAttackAfterMoveTypeCheck(pokemon, passive, simulated, defender, move, hitResult, args);
- } else {
- return false;
- }
+ return this.attackCondition(pokemon, defender, move);
}
- /**
- * This method is only called after {@link applyPostAttack} has already been applied. Use this for handling checks specific to the ability in question.
- */
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean | Promise {
- return false;
- }
+ applyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ args: any[]): void {}
}
/**
@@ -1623,6 +1718,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
@@ -1632,24 +1739,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
*/
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult | null, args: any[]): boolean | Promise {
- if (simulated) {
- return simulated;
+ override applyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ 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();
@@ -1657,37 +1764,70 @@ export class PostAttackStealHeldItemAbAttr extends PostAttackAbAttr {
this.stealCondition = stealCondition ?? null;
}
- applyPostAttackAfterMoveTypeCheck(pokemon: Pokemon, passive: boolean, simulated: boolean, defender: Pokemon, move: Move, hitResult: HitResult, args: any[]): Promise {
- return new Promise(resolve => {
- 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)];
- pokemon.scene.tryTransferHeldItemModifier(stolenItem, pokemon, false).then(success => {
- if (success) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postAttackStealHeldItem", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), defenderName: defender.name, stolenItemType: stolenItem.type.name }));
- }
- resolve(success);
- });
- return;
+ 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;
}
}
- resolve(simulated);
- });
+ }
+ this.stolenItem = undefined;
+ return false;
+ }
+
+ override applyPostAttack(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult,
+ args: any[],
+ ): void {
+ const heldItems = this.getTargetHeldItems(defender).filter((i) => i.isTransferable);
+ if (!this.stolenItem) {
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ }
+ 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[] {
- return target.scene.findModifiers(m => m instanceof PokemonHeldItemModifier
+ return globalScene.findModifiers(m => m instanceof PokemonHeldItemModifier
&& m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier[];
}
}
export class PostAttackApplyStatusEffectAbAttr extends PostAttackAbAttr {
private contactRequired: boolean;
- private chance: integer;
+ private chance: number;
private effects: StatusEffect[];
- constructor(contactRequired: boolean, chance: integer, ...effects: StatusEffect[]) {
+ constructor(contactRequired: boolean, chance: number, ...effects: StatusEffect[]) {
super();
this.contactRequired = contactRequired;
@@ -1695,54 +1835,65 @@ 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);
}
}
export class PostAttackContactApplyStatusEffectAbAttr extends PostAttackApplyStatusEffectAbAttr {
- constructor(chance: integer, ...effects: StatusEffect[]) {
+ constructor(chance: number, ...effects: StatusEffect[]) {
super(true, chance, ...effects);
}
}
export class PostAttackApplyBattlerTagAbAttr extends PostAttackAbAttr {
private contactRequired: boolean;
- private chance: (user: Pokemon, target: Pokemon, move: Move) => integer;
+ private chance: (user: Pokemon, target: Pokemon, move: Move) => number;
private effects: BattlerTagType[];
- constructor(contactRequired: boolean, chance: (user: Pokemon, target: Pokemon, move: Move) => integer, ...effects: BattlerTagType[]) {
- super();
+ constructor(contactRequired: boolean, chance: (user: Pokemon, target: Pokemon, move: Move) => number, ...effects: BattlerTagType[]) {
+ 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();
@@ -1750,27 +1901,52 @@ export class PostDefendStealHeldItemAbAttr extends PostDefendAbAttr {
this.condition = condition;
}
- override applyPostDefend(pokemon: Pokemon, _passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, _args: any[]): Promise {
- return new Promise(resolve => {
- 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)];
- pokemon.scene.tryTransferHeldItemModifier(stolenItem, pokemon, false).then(success => {
- if (success) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postDefendStealHeldItem", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), attackerName: attacker.name, stolenItemType: stolenItem.type.name }));
- }
- resolve(success);
- });
- return;
+ 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;
}
}
- resolve(simulated);
- });
+ }
+ return false;
+ }
+
+ override applyPostDefend(
+ pokemon: Pokemon,
+ _passive: boolean,
+ simulated: boolean,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult,
+ _args: any[],
+ ): void {
+
+ const heldItems = this.getTargetHeldItems(attacker).filter((i) => i.isTransferable);
+ if (!this.stolenItem) {
+ this.stolenItem = heldItems[pokemon.randSeedInt(heldItems.length)];
+ }
+ 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[] {
- return target.scene.findModifiers(m => m instanceof PokemonHeldItemModifier
+ return globalScene.findModifiers(m => m instanceof PokemonHeldItemModifier
&& m.pokemonId === target.id, target.isPlayer()) as PokemonHeldItemModifier[];
}
}
@@ -1780,6 +1956,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.
@@ -1787,11 +1973,15 @@ 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, sourcePokemon: Pokemon | null = null, passive: boolean, effect: StatusEffect, simulated: boolean, args: any[]) : boolean | Promise {
- return false;
- }
+ applyPostSetStatus(
+ pokemon: Pokemon,
+ sourcePokemon: Pokemon | null = null,
+ passive: boolean,
+ effect: StatusEffect,
+ simulated: boolean,
+ args: any[],
+ ): void {}
}
/**
@@ -1800,17 +1990,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,
@@ -1819,21 +1999,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 | Promise {
- 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 {
@@ -1847,43 +2038,41 @@ class PostVictoryStatStageChangeAbAttr extends PostVictoryAbAttr {
this.stages = stages;
}
- applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const stat = typeof this.stat === "function"
- ? this.stat(pokemon)
- : this.stat;
+ override applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const stat = typeof this.stat === "function" ? this.stat(pokemon) : this.stat;
if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ stat ], this.stages));
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ stat ], this.stages));
}
- return true;
}
}
export class PostVictoryFormChangeAbAttr extends PostVictoryAbAttr {
- private formFunc: (p: Pokemon) => integer;
+ private formFunc: (p: Pokemon) => number;
- constructor(formFunc: ((p: Pokemon) => integer)) {
+ constructor(formFunc: ((p: Pokemon) => number)) {
super(true);
this.formFunc = formFunc;
}
- applyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
+ override canApplyPostVictory(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, 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 | Promise {
- 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 {
@@ -1897,14 +2086,11 @@ export class PostKnockOutStatStageChangeAbAttr extends PostKnockOutAbAttr {
this.stages = stages;
}
- applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean | Promise {
- const stat = typeof this.stat === "function"
- ? this.stat(pokemon)
- : this.stat;
+ 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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ stat ], this.stages));
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ stat ], this.stages));
}
- return true;
}
}
@@ -1913,19 +2099,22 @@ export class CopyFaintedAllyAbilityAbAttr extends PostKnockOutAbAttr {
super();
}
- applyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean | Promise {
- if (pokemon.isPlayer() === knockedOut.isPlayer() && !knockedOut.getAbility().hasAttr(UncopiableAbilityAbAttr)) {
- if (!simulated) {
- pokemon.summonData.ability = knockedOut.getAbility().id;
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:copyFaintedAllyAbility", { pokemonNameWithAffix: getPokemonNameWithAffix(knockedOut), abilityName: allAbilities[knockedOut.getAbility().id].name }));
- }
- return true;
- }
+ override canApplyPostKnockOut(pokemon: Pokemon, passive: boolean, simulated: boolean, knockedOut: Pokemon, args: any[]): boolean {
+ return pokemon.isPlayer() === knockedOut.isPlayer() && !knockedOut.getAbility().hasAttr(UncopiableAbilityAbAttr);
+ }
- 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 }));
+ }
}
}
+/**
+ * Ability attribute for ignoring the opponent's stat changes
+ * @param stats the stats that should be ignored
+ */
export class IgnoreOpponentStatStagesAbAttr extends AbAttr {
private stats: readonly BattleStat[];
@@ -1935,12 +2124,20 @@ export class IgnoreOpponentStatStagesAbAttr extends AbAttr {
this.stats = stats ?? BATTLE_STATS;
}
- 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 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
+ * @param _passive n/a
+ * @param simulated n/a
+ * @param _cancelled n/a
+ * @param args A BooleanHolder that represents whether or not to ignore a stat's stat changes
+ */
+ override apply(_pokemon: Pokemon, _passive: boolean, simulated: boolean, _cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[1] as Utils.BooleanHolder).value = true;
}
}
@@ -1949,9 +2146,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 {
@@ -1974,12 +2170,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) {
- pokemon.scene.pushPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), false, this.stats, this.stages));
+ globalScene.pushPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, this.stages));
}
cancelled.value = this.overwrites;
- return true;
}
}
@@ -1988,16 +2183,32 @@ export class PostIntimidateStatStageChangeAbAttr extends AbAttr {
* @see {@linkcode applyPostSummon()}
*/
export class PostSummonAbAttr extends AbAttr {
+ /** Should the ability activate when gained in battle? This will almost always be true */
+ private activateOnGain: boolean;
+
+ constructor(showAbility = true, activateOnGain = true) {
+ super(showAbility);
+ this.activateOnGain = activateOnGain;
+ }
+
+ /**
+ * @returns Whether the ability should activate when gained in battle
+ */
+ shouldActivateOnGain(): boolean {
+ 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 | Promise {
- return false;
- }
+ applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
/**
@@ -2015,13 +2226,43 @@ export class PostSummonRemoveArenaTagAbAttr extends PostSummonAbAttr {
this.arenaTags = arenaTags;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
+ 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) {
- pokemon.scene.arena.removeTag(arenaTag);
+ globalScene.arena.removeTag(arenaTag);
}
}
- return true;
+ }
+}
+
+/**
+ * Generic class to add an arena tag upon switching in
+ */
+export class PostSummonAddArenaTagAbAttr extends PostSummonAbAttr {
+ private readonly tagType: ArenaTagType;
+ private readonly turnCount: number;
+ private readonly side?: ArenaTagSide;
+ private readonly quiet?: boolean;
+ private sourceId: number;
+
+
+ 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[]): void {
+ this.sourceId = pokemon.id;
+ if (!simulated) {
+ globalScene.arena.addTag(this.tagType, this.turnCount, undefined, this.sourceId, this.side, this.quiet);
+ }
}
}
@@ -2034,12 +2275,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) {
- pokemon.scene.queueMessage(this.messageFunc(pokemon));
+ globalScene.queueMessage(this.messageFunc(pokemon));
}
-
- return true;
}
}
@@ -2053,31 +2292,31 @@ 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) {
- pokemon.scene.queueMessage(this.message);
+ globalScene.queueMessage(this.message);
}
-
- return true;
}
}
export class PostSummonAddBattlerTagAbAttr extends PostSummonAbAttr {
private tagType: BattlerTagType;
- private turnCount: integer;
+ private turnCount: number;
- constructor(tagType: BattlerTagType, turnCount: integer, showAbility?: boolean) {
+ constructor(tagType: BattlerTagType, turnCount: number, showAbility?: boolean) {
super(showAbility);
this.tagType = tagType;
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);
}
}
}
@@ -2089,7 +2328,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;
@@ -2097,33 +2336,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)
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, 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);
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, this.stats, this.stages));
+ } 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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, opponent.getBattlerIndex(), false, this.stats, this.stages));
- }
}
- return true;
}
}
@@ -2131,25 +2368,23 @@ export class PostSummonAllyHealAbAttr extends PostSummonAbAttr {
private healRatio: number;
private showAnim: boolean;
- constructor(healRatio: number, showAnim: boolean = false) {
+ constructor(healRatio: number, showAnim = false) {
super();
this.healRatio = healRatio || 4;
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) {
- target.scene.unshiftPhase(new PokemonHealPhase(target.scene, 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;
}
}
@@ -2166,21 +2401,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);
+ }
- target.scene.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;
}
}
@@ -2192,20 +2425,12 @@ export class PostSummonClearAllyStatStagesAbAttr extends PostSummonAbAttr {
* @see {applyPostSummon}
*/
export class DownloadAbAttr extends PostSummonAbAttr {
- private enemyDef: integer;
- private enemySpDef: integer;
- private enemyCountTally: integer;
+ private enemyDef: number;
+ private enemySpDef: number;
+ 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;
@@ -2217,21 +2442,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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), false, this.stats, 1));
- }
- return true;
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, 1));
}
-
- return false;
}
}
@@ -2244,18 +2474,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) || !pokemon.scene.arena.weather?.isImmutable()) {
- if (simulated) {
- return pokemon.scene.arena.weather?.weatherType !== this.weatherType;
- } else {
- return pokemon.scene.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, true);
+ }
}
}
@@ -2268,31 +2497,34 @@ export class PostSummonTerrainChangeAbAttr extends PostSummonAbAttr {
this.terrainType = terrainType;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (simulated) {
- return pokemon.scene.arena.terrain?.terrainType !== this.terrainType;
- } else {
- return pokemon.scene.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, true);
}
}
}
export class PostSummonFormChangeAbAttr extends PostSummonAbAttr {
- private formFunc: (p: Pokemon) => integer;
+ private formFunc: (p: Pokemon) => number;
- constructor(formFunc: ((p: Pokemon) => integer)) {
+ constructor(formFunc: ((p: Pokemon) => number)) {
super(true);
this.formFunc = formFunc;
}
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- return simulated || pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, 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);
+ }
}
}
@@ -2301,7 +2533,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;
@@ -2309,7 +2541,7 @@ export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr {
let target: Pokemon;
if (targets.length > 1) {
- pokemon.scene.executeWithSeedOffset(() => target = Utils.randSeedItem(targets), pokemon.scene.currentBattle.waveIndex);
+ globalScene.executeWithSeedOffset(() => target = Utils.randSeedItem(targets), globalScene.currentBattle.waveIndex);
} else {
target = targets[0];
}
@@ -2322,15 +2554,17 @@ export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr {
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.summonData.ability = target!.getAbility().id;
- setAbilityRevealed(target!);
+ pokemon.setTempAbility(this.target!.getAbility());
+ setAbilityRevealed(this.target!);
pokemon.updateInfo();
}
-
- return true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -2357,40 +2591,39 @@ 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 or a promise that resolves to a boolean indicating the result of the ability application.
*/
- applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const party = pokemon instanceof PlayerPokemon ? pokemon.scene.getPlayerField() : pokemon.scene.getEnemyField();
+ 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)) {
- pokemon.scene.queueMessage(getStatusEffectHealText(pokemon.status.effect, getPokemonNameWithAffix(pokemon)));
+ globalScene.queueMessage(getStatusEffectHealText(pokemon.status.effect, getPokemonNameWithAffix(pokemon)));
pokemon.resetStatus(false);
pokemon.updateInfo();
}
}
}
- 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 {
- if (!pokemon.scene.currentBattle.double) {
+ override canApplyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ if (!globalScene.currentBattle.double) {
return false;
}
@@ -2399,14 +2632,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 {
@@ -2417,62 +2653,57 @@ export class PostSummonCopyAllyStatsAbAttr extends PostSummonAbAttr {
}
}
+/**
+ * Used by Imposter
+ */
export class PostSummonTransformAbAttr extends PostSummonAbAttr {
constructor() {
- super(true);
+ super(true, false);
}
- async applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): Promise {
+ private getTarget(targets: Pokemon[]): Pokemon {
+ let target: Pokemon;
+ if (targets.length > 1) {
+ globalScene.executeWithSeedOffset(() => {
+ // in a double battle, if one of the opposing pokemon is fused the other one will be chosen
+ // if both are fused, then Imposter will fail below
+ if (targets[0].fusionSpecies) {
+ target = targets[1];
+ return;
+ } else if (targets[1].fusionSpecies) {
+ target = targets[0];
+ return;
+ }
+ target = Utils.randSeedItem(targets);
+ }, globalScene.currentBattle.waveIndex);
+ } else {
+ target = targets[0];
+ }
+ 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;
}
- const promises: Promise[] = [];
- let target: Pokemon;
- if (targets.length > 1) {
- pokemon.scene.executeWithSeedOffset(() => target = Utils.randSeedItem(targets), pokemon.scene.currentBattle.waveIndex);
- } else {
- target = targets[0];
+ // transforming from or into fusion pokemon causes various problems (including crashes and save corruption)
+ if (this.getTarget(targets).fusionSpecies || pokemon.fusionSpecies) {
+ return false;
}
- target = target!;
- pokemon.summonData.speciesForm = target.getSpeciesForm();
- pokemon.summonData.fusionSpeciesForm = target.getFusionSpeciesForm();
- pokemon.summonData.ability = target.getAbility().id;
- pokemon.summonData.gender = target.getGender();
- pokemon.summonData.fusionGender = target.getFusionGender();
-
- // Copy all stats (except HP)
- for (const s of EFFECTIVE_STATS) {
- pokemon.setStat(s, target.getStat(s, false), false);
- }
-
- // Copy all stat stages
- for (const s of BATTLE_STATS) {
- pokemon.setStatStage(s, target.getStatStage(s));
- }
-
- pokemon.summonData.moveset = target.getMoveset().map(m => {
- const pp = m?.getMove().pp ?? 0;
- // if PP value is less than 5, do nothing. If greater, we need to reduce the value to 5 using a negative ppUp value.
- const ppUp = pp <= 5 ? 0 : (5 - pp) / Math.max(Math.floor(pp / 5), 1);
- return new PokemonMove(m?.moveId ?? Moves.NONE, 0, ppUp);
- });
- pokemon.summonData.types = target.getTypes();
- promises.push(pokemon.updateInfo());
-
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postSummonTransform", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), targetName: target!.name, }));
- pokemon.scene.playSound("battle_anims/PRSFX- Transform");
- promises.push(pokemon.loadAssets(false).then(() => {
- pokemon.playAnim();
- pokemon.updateInfo();
- }));
-
- await Promise.all(promises);
-
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));
+
+ }
}
/**
@@ -2481,25 +2712,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(pokemon.scene);
-
- if (pokemonToTransform.length < 1) {
- return false;
- }
-
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
if (!simulated) {
- pokemon.scene.arena.triggerWeatherBasedFormChangesToNormal();
+ globalScene.arena.triggerWeatherBasedFormChangesToNormal();
}
-
- return true;
}
}
@@ -2517,6 +2743,12 @@ export class PostSummonFormChangeByWeatherAbAttr extends PostSummonAbAttr {
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
@@ -2525,48 +2757,76 @@ 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;
- }
-
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeWeatherTrigger);
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeRevertWeatherFormTrigger);
- queueShowAbility(pokemon, passive);
- return true;
+ override applyPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ if (!simulated) {
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeWeatherTrigger);
+ globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeRevertWeatherFormTrigger);
+ globalScene.queueAbilityDisplay(pokemon, passive, true);
}
- return false;
}
}
-export class PreSwitchOutAbAttr extends AbAttr {
+/**
+ * Attribute implementing the effects of {@link https://bulbapedia.bulbagarden.net/wiki/Commander_(Ability) | Commander}.
+ * When the source of an ability with this attribute detects a Dondozo as their active ally, the source "jumps
+ * into the Dondozo's mouth," sharply boosting the Dondozo's stats, cancelling the source's moves, and
+ * causing attacks that target the source to always miss.
+ */
+export class CommanderAbAttr extends AbAttr {
constructor() {
super(true);
}
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- 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.
+
+ // TODO: Should this work with X + Dondozo fusions?
+ return !(pokemon.getAlly().isFainted() || pokemon.getAlly().getTag(BattlerTagType.COMMANDED))
+ && globalScene.currentBattle?.double && pokemon.getAlly()?.species.speciesId === Species.DONDOZO;
+ }
+
+ 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);
+ }
}
}
+export class PreSwitchOutAbAttr extends AbAttr {
+ constructor(showAbility: boolean = true) {
+ super(showAbility);
+ }
+
+ 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 {
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- 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;
}
}
@@ -2574,34 +2834,48 @@ export class PreSwitchOutResetStatusAbAttr extends PreSwitchOutAbAttr {
* Clears Desolate Land/Primordial Sea/Delta Stream upon the Pokemon switching out.
*/
export class PreSwitchOutClearWeatherAbAttr extends PreSwitchOutAbAttr {
-
/**
* @param pokemon The {@linkcode Pokemon} with the ability
* @param passive N/A
* @param args N/A
* @returns {boolean} Returns true if the weather clears, otherwise false.
*/
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const weatherType = pokemon.scene.arena.weather?.weatherType;
+ override applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ const weatherType = globalScene.arena.weather?.weatherType;
let turnOffWeather = false;
// 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)
- && pokemon.scene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.DESOLATE_LAND)).length === 0) {
+ 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;
}
break;
- case (WeatherType.HEAVY_RAIN):
- if (pokemon.hasAbility(Abilities.PRIMORDIAL_SEA)
- && pokemon.scene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.PRIMORDIAL_SEA)).length === 0) {
+ 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;
}
break;
- case (WeatherType.STRONG_WINDS):
- if (pokemon.hasAbility(Abilities.DELTA_STREAM)
- && pokemon.scene.getField(true).filter(p => p !== pokemon).filter(p => p.hasAbility(Abilities.DELTA_STREAM)).length === 0) {
+ 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;
}
break;
@@ -2612,7 +2886,7 @@ export class PreSwitchOutClearWeatherAbAttr extends PreSwitchOutAbAttr {
}
if (turnOffWeather) {
- pokemon.scene.arena.trySetWeather(WeatherType.NONE, false);
+ globalScene.arena.trySetWeather(WeatherType.NONE, false);
return true;
}
@@ -2621,18 +2895,16 @@ export class PreSwitchOutClearWeatherAbAttr extends PreSwitchOutAbAttr {
}
export class PreSwitchOutHealAbAttr extends PreSwitchOutAbAttr {
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- 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;
}
}
@@ -2642,39 +2914,156 @@ export class PreSwitchOutHealAbAttr extends PreSwitchOutAbAttr {
* @see {@linkcode applyPreSwitchOut}
*/
export class PreSwitchOutFormChangeAbAttr extends PreSwitchOutAbAttr {
- private formFunc: (p: Pokemon) => integer;
+ private formFunc: (p: Pokemon) => number;
- constructor(formFunc: ((p: Pokemon) => integer)) {
+ constructor(formFunc: ((p: Pokemon) => number)) {
super();
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
*/
- applyPreSwitchOut(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, 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 PreStatStageChangeAbAttr extends AbAttr {
- applyPreStatStageChange(pokemon: Pokemon | null, passive: boolean, simulated: boolean, stat: BattleStat, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
+export class PreLeaveFieldAbAttr extends AbAttr {
+ 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 {
+
+ 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) {
+ 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) {
+ 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) {
+ return true;
+ }
+ break;
+ }
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, false);
+ }
+ }
+}
+
+/**
+ * Updates the active {@linkcode SuppressAbilitiesTag} when a pokemon with {@linkcode Abilities.NEUTRALIZING_GAS} leaves the field
+ */
+export class PreLeaveFieldRemoveSuppressAbilitiesSourceAbAttr extends PreLeaveFieldAbAttr {
+ constructor() {
+ super(false);
+ }
+
+ 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,
+ simulated: boolean,
+ stat: BattleStat,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {}
+}
+
+/**
+ * Reflect all {@linkcode BattleStat} reductions caused by other Pokémon's moves and Abilities.
+ * Currently only applies to Mirror Armor.
+ */
+export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr {
+ /** {@linkcode BattleStat} to reflect */
+ private reflectedStat? : BattleStat;
+
+ /**
+ * Apply the {@linkcode ReflectStatStageChangeAbAttr} to an interaction
+ * @param _pokemon The user pokemon
+ * @param _passive N/A
+ * @param simulated `true` if the ability is being simulated by the AI
+ * @param stat the {@linkcode BattleStat} being affected
+ * @param cancelled The {@linkcode Utils.BooleanHolder} that will be set to true due to reflection
+ * @param args
+ */
+ 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;
+ if (!simulated) {
+ globalScene.unshiftPhase(new StatStageChangePhase(attacker.getBattlerIndex(), false, [ stat ], stages, true, false, true, null, true));
+ }
+ cancelled.value = true;
+ }
+
+ getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]): string {
+ return i18next.t("abilityTriggers:protectStat", {
+ pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
+ abilityName,
+ statName: this.reflectedStat ? i18next.t(getStatKey(this.reflectedStat)) : i18next.t("battle:stats")
+ });
+ }
}
/**
@@ -2690,6 +3079,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
@@ -2698,15 +3091,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 {
@@ -2734,6 +3121,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
@@ -2742,24 +3136,33 @@ 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 {
- applyPreSetStatus(pokemon: Pokemon, passive: boolean, simulated: boolean, effect: StatusEffect | undefined, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- return false;
+ canApplyPreSetStatus(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ effect: StatusEffect | undefined,
+ cancelled: Utils.BooleanHolder,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPreSetStatus(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ effect: StatusEffect | undefined,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {}
}
/**
@@ -2777,6 +3180,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.
*
@@ -2785,15 +3192,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 (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 {
@@ -2823,9 +3224,25 @@ export class StatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr
export class UserFieldStatusEffectImmunityAbAttr extends PreSetStatusEffectImmunityAbAttr { }
export class PreApplyBattlerTagAbAttr extends AbAttr {
- applyPreApplyBattlerTag(pokemon: Pokemon, passive: boolean, simulated: boolean, tag: BattlerTag, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- return false;
+ canApplyPreApplyBattlerTag(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ tag: BattlerTag,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): boolean {
+ return true;
}
+
+ applyPreApplyBattlerTag(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ tag: BattlerTag,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {}
}
/**
@@ -2836,21 +3253,19 @@ export class PreApplyBattlerTagImmunityAbAttr extends PreApplyBattlerTagAbAttr {
private 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 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 {
@@ -2875,16 +3290,21 @@ export class BattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr {
export class UserFieldBattlerTagImmunityAbAttr extends PreApplyBattlerTagImmunityAbAttr { }
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;
}
}
@@ -2892,19 +3312,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;
}
}
@@ -2916,34 +3336,36 @@ export class MultCritAbAttr extends AbAttr {
export class ConditionalCritAbAttr extends AbAttr {
private condition: PokemonAttackCondition;
- constructor(condition: PokemonAttackCondition, checkUser?: Boolean) {
- super();
+ constructor(condition: PokemonAttackCondition, checkUser?: boolean) {
+ 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;
}
}
@@ -2962,26 +3384,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;
}
}
@@ -2999,28 +3422,42 @@ 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);
+ }
- (args[1] as Utils.IntegerHolder).value += this.changeAmount;
- return true;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[1] as Utils.NumberHolder).value += this.changeAmount;
}
}
export class IgnoreContactAbAttr extends AbAttr { }
export class PreWeatherEffectAbAttr extends AbAttr {
- applyPreWeatherEffect(pokemon: Pokemon, passive: Boolean, simulated: boolean, weather: Weather | null, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
- return false;
+ canApplyPreWeatherEffect(
+ pokemon: Pokemon,
+ passive: Boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ cancelled: Utils.BooleanHolder,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPreWeatherEffect(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ weather: Weather | null,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {}
}
export class PreWeatherDamageAbAttr extends PreWeatherEffectAbAttr { }
@@ -3029,17 +3466,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;
}
}
@@ -3047,25 +3484,24 @@ 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;
}
}
/**
* Condition function to applied to abilities related to Sheer Force.
* Checks if last move used against target was affected by a Sheer Force user and:
- * Disables: Color Change, Pickpocket, Wimp Out, Emergency Exit, Berserk, Anger Shell
+ * Disables: Color Change, Pickpocket, Berserk, Anger Shell
* @returns {AbAttrCondition} If false disables the ability which the condition is applied to.
*/
function getSheerForceHitDisableAbCondition(): AbAttrCondition {
@@ -3092,14 +3528,14 @@ function getSheerForceHitDisableAbCondition(): AbAttrCondition {
}
function getWeatherCondition(...weatherTypes: WeatherType[]): AbAttrCondition {
- return (pokemon: Pokemon) => {
- if (!pokemon.scene?.arena) {
+ return () => {
+ if (!globalScene?.arena) {
return false;
}
- if (pokemon.scene.arena.weather?.isEffectSuppressed(pokemon.scene)) {
+ if (globalScene.arena.weather?.isEffectSuppressed()) {
return false;
}
- const weatherType = pokemon.scene.arena.weather?.weatherType;
+ const weatherType = globalScene.arena.weather?.weatherType;
return !!weatherType && weatherTypes.indexOf(weatherType) > -1;
};
}
@@ -3113,7 +3549,7 @@ function getAnticipationCondition(): AbAttrCondition {
continue;
}
// the move's base type (not accounting for variable type changes) is super effective
- if (move.getMove() instanceof AttackMove && pokemon.getAttackTypeEffectiveness(move.getMove().type, opponent, true) >= 2) {
+ if (move.getMove() instanceof AttackMove && pokemon.getAttackTypeEffectiveness(move.getMove().type, opponent, true, undefined, move.getMove()) >= 2) {
return true;
}
// move is a OHKO
@@ -3130,10 +3566,10 @@ function getAnticipationCondition(): AbAttrCondition {
+ (opponent.ivs[Stat.SPDEF] & 1) * 32) * 15 / 63);
const type = [
- Type.FIGHTING, Type.FLYING, Type.POISON, Type.GROUND,
- Type.ROCK, Type.BUG, Type.GHOST, Type.STEEL,
- Type.FIRE, Type.WATER, Type.GRASS, Type.ELECTRIC,
- Type.PSYCHIC, Type.ICE, Type.DRAGON, Type.DARK ][iv_val];
+ PokemonType.FIGHTING, PokemonType.FLYING, PokemonType.POISON, PokemonType.GROUND,
+ PokemonType.ROCK, PokemonType.BUG, PokemonType.GHOST, PokemonType.STEEL,
+ PokemonType.FIRE, PokemonType.WATER, PokemonType.GRASS, PokemonType.ELECTRIC,
+ PokemonType.PSYCHIC, PokemonType.ICE, PokemonType.DRAGON, PokemonType.DARK ][iv_val];
if (pokemon.getAttackTypeEffectiveness(type, opponent) >= 2) {
return true;
@@ -3163,7 +3599,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;
@@ -3188,9 +3624,8 @@ export class ForewarnAbAttr extends PostSummonAbAttr {
}
}
if (!simulated) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:forewarn", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), moveName: maxMove }));
+ globalScene.queueMessage(i18next.t("abilityTriggers:forewarn", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), moveName: maxMove }));
}
- return true;
}
}
@@ -3199,21 +3634,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()) {
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:frisk", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), opponentName: opponent.name, opponentAbilityName: opponent.getAbility().name }));
+ 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 {}
}
/**
@@ -3232,6 +3668,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}
@@ -3239,36 +3682,28 @@ 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 = pokemon.scene.arena.weather?.weatherType;
-
- if (weatherType && this.formRevertingWeathers.includes(weatherType)) {
- pokemon.scene.arena.triggerWeatherBasedFormChangesToNormal();
- } else {
- pokemon.scene.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;
}
}
export class PostWeatherChangeAddBattlerTagAttr extends PostWeatherChangeAbAttr {
private tagType: BattlerTagType;
- private turnCount: integer;
+ private turnCount: number;
private weatherTypes: WeatherType[];
- constructor(tagType: BattlerTagType, turnCount: integer, ...weatherTypes: WeatherType[]) {
+ constructor(tagType: BattlerTagType, turnCount: number, ...weatherTypes: WeatherType[]) {
super();
this.tagType = tagType;
@@ -3276,16 +3711,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);
}
}
}
@@ -3299,76 +3731,86 @@ export class PostWeatherLapseAbAttr extends AbAttr {
this.weatherTypes = weatherTypes;
}
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather | null, args: any[]): boolean | Promise {
- return false;
+ 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[],
+ ): void {}
+
getCondition(): AbAttrCondition {
return getWeatherCondition(...this.weatherTypes);
}
}
export class PostWeatherLapseHealAbAttr extends PostWeatherLapseAbAttr {
- private healFactor: integer;
+ private healFactor: number;
- constructor(healFactor: integer, ...weatherTypes: WeatherType[]) {
+ constructor(healFactor: number, ...weatherTypes: WeatherType[]) {
super(...weatherTypes);
this.healFactor = healFactor;
}
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): boolean {
- if (!pokemon.isFullHp()) {
- const scene = pokemon.scene;
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- if (!simulated) {
- scene.unshiftPhase(new PokemonHealPhase(scene, 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));
+ }
}
}
export class PostWeatherLapseDamageAbAttr extends PostWeatherLapseAbAttr {
- private damageFactor: integer;
+ private damageFactor: number;
- constructor(damageFactor: integer, ...weatherTypes: WeatherType[]) {
+ constructor(damageFactor: number, ...weatherTypes: WeatherType[]) {
super(...weatherTypes);
this.damageFactor = damageFactor;
}
- applyPostWeatherLapse(pokemon: Pokemon, passive: boolean, simulated: boolean, weather: Weather, args: any[]): boolean {
- const scene = pokemon.scene;
- 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;
- scene.queueMessage(i18next.t("abilityTriggers:postWeatherLapseDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }));
+ globalScene.queueMessage(i18next.t("abilityTriggers:postWeatherLapseDamage", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }));
pokemon.damageAndUpdate(Utils.toDmgValue(pokemon.getMaxHp() / (16 / this.damageFactor)), HitResult.OTHER);
}
-
- 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 {
private tagType: BattlerTagType;
- private turnCount: integer;
+ private turnCount: number;
private terrainTypes: TerrainType[];
- constructor(tagType: BattlerTagType, turnCount: integer, ...terrainTypes: TerrainType[]) {
+ constructor(tagType: BattlerTagType, turnCount: number, ...terrainTypes: TerrainType[]) {
super();
this.tagType = tagType;
@@ -3376,30 +3818,30 @@ 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);
}
}
}
function getTerrainCondition(...terrainTypes: TerrainType[]): AbAttrCondition {
return (pokemon: Pokemon) => {
- const terrainType = pokemon.scene.arena.terrain?.terrainType;
+ const terrainType = globalScene.arena.terrain?.terrainType;
return !!terrainType && terrainTypes.indexOf(terrainType) > -1;
};
}
export class PostTurnAbAttr extends AbAttr {
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return true;
}
+
+ applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {}
}
/**
@@ -3417,25 +3859,21 @@ export class PostTurnStatusHealAbAttr extends PostTurnAbAttr {
this.effects = effects;
}
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return (pokemon.status !== null) && 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
*/
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- if (pokemon.status && this.effects.includes(pokemon.status.effect)) {
- if (!pokemon.isFullHp()) {
- if (!simulated) {
- const scene = pokemon.scene;
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- scene.unshiftPhase(new PokemonHealPhase(scene, 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;
}
}
@@ -3447,28 +3885,26 @@ export class PostTurnResetStatusAbAttr extends PostTurnAbAttr {
private allyTarget: boolean;
private target: Pokemon;
- constructor(allyTarget: boolean = false) {
+ constructor(allyTarget = false) {
super(true);
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) {
- this.target.scene.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;
}
}
@@ -3489,18 +3925,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);
}
/**
@@ -3525,7 +3957,7 @@ export class PostTurnLootAbAttr extends PostTurnAbAttr {
const chosenBerry = new BerryModifierType(chosenBerryType);
berriesEaten.splice(randomIdx); // Remove berry from memory
- const berryModifier = pokemon.scene.findModifier(
+ const berryModifier = globalScene.findModifier(
(m) => m instanceof BerryModifier && m.berryType === chosenBerryType,
pokemon.isPlayer()
) as BerryModifier | undefined;
@@ -3533,16 +3965,16 @@ export class PostTurnLootAbAttr extends PostTurnAbAttr {
if (!berryModifier) {
const newBerry = new BerryModifier(chosenBerry, pokemon.id, chosenBerryType, 1);
if (pokemon.isPlayer()) {
- pokemon.scene.addModifier(newBerry);
+ globalScene.addModifier(newBerry);
} else {
- pokemon.scene.addEnemyModifier(newBerry);
+ globalScene.addEnemyModifier(newBerry);
}
} else if (berryModifier.stackCount < berryModifier.getMaxHeldItemCount(pokemon)) {
berryModifier.stackCount++;
}
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postTurnLootCreateEatenBerry", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), berryName: chosenBerry.name }));
- pokemon.scene.updateModifiers(pokemon.isPlayer());
+ globalScene.queueMessage(i18next.t("abilityTriggers:postTurnLootCreateEatenBerry", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), berryName: chosenBerry.name }));
+ globalScene.updateModifiers(pokemon.isPlayer());
return true;
}
@@ -3561,13 +3993,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);
@@ -3575,76 +4006,62 @@ export class MoodyAbAttr extends PostTurnAbAttr {
if (canRaise.length > 0) {
const raisedStat = canRaise[pokemon.randSeedInt(canRaise.length)];
canLower = canRaise.filter(s => s !== raisedStat);
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ raisedStat ], 2));
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ raisedStat ], 2));
}
if (canLower.length > 0) {
const loweredStat = canLower[pokemon.randSeedInt(canLower.length)];
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, [ loweredStat ], -1));
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, [ loweredStat ], -1));
}
}
-
- return true;
}
}
-export class PostTurnStatStageChangeAbAttr extends PostTurnAbAttr {
- private stats: BattleStat[];
- private stages: number;
+export class SpeedBoostAbAttr extends PostTurnAbAttr {
- constructor(stats: BattleStat[], stages: number) {
+ constructor() {
super(true);
-
- this.stats = Array.isArray(stats)
- ? stats
- : [ stats ];
- this.stages = stages;
}
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, this.stats, this.stages));
- }
- 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 scene = pokemon.scene;
- const abilityName = (!passive ? pokemon.getAbility() : pokemon.getPassiveAbility()).name;
- scene.unshiftPhase(new PokemonHealPhase(scene, 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;
}
}
export class PostTurnFormChangeAbAttr extends PostTurnAbAttr {
- private formFunc: (p: Pokemon) => integer;
+ private formFunc: (p: Pokemon) => number;
- constructor(formFunc: ((p: Pokemon) => integer)) {
+ constructor(formFunc: ((p: Pokemon) => number)) {
super(true);
this.formFunc = formFunc;
}
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const formIndex = this.formFunc(pokemon);
- if (formIndex !== pokemon.formIndex) {
- if (!simulated) {
- pokemon.scene.triggerPokemonFormChange(pokemon, SpeciesFormChangeManualTrigger, 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;
}
}
@@ -3653,28 +4070,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 Pokemon that has this ability
- * @param {boolean} passive N/A
- * @param {boolean} simulated true if applying in a simulated call.
- * @param {any[]} args N/A
- * @returns {boolean} true if any opponents are sleeping
+ * @param pokemon Pokemon that has this ability
+ * @param passive N/A
+ * @param simulated `true` if applying in a simulated call.
+ * @param args N/A
*/
- applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean | Promise {
- let hadEffect: boolean = 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)) {
+ 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);
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:badDreams", { pokemonName: getPokemonNameWithAffix(opp) }));
+ globalScene.queueMessage(i18next.t("abilityTriggers:badDreams", { pokemonName: getPokemonNameWithAffix(opp) }));
}
- hadEffect = true;
}
-
}
- return hadEffect;
}
}
@@ -3687,25 +4101,22 @@ export class FetchBallAbAttr extends PostTurnAbAttr {
constructor() {
super();
}
+
+ override canApplyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return !simulated && globalScene.currentBattle.lastUsedPokeball !== null && !!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;
- }
- const lastUsed = pokemon.scene.currentBattle.lastUsedPokeball;
- if (lastUsed !== null && !!pokemon.isPlayer) {
- pokemon.scene.pokeballCounts[lastUsed]++;
- pokemon.scene.currentBattle.lastUsedPokeball = null;
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed) }));
- return true;
- }
- return false;
+ override applyPostTurn(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ const lastUsed = globalScene.currentBattle.lastUsedPokeball;
+ globalScene.pokeballCounts[lastUsed!]++;
+ globalScene.currentBattle.lastUsedPokeball = null;
+ globalScene.queueMessage(i18next.t("abilityTriggers:fetchBall", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), pokeballName: getPokeballName(lastUsed!) }));
}
}
@@ -3720,16 +4131,14 @@ export class PostBiomeChangeWeatherChangeAbAttr extends PostBiomeChangeAbAttr {
this.weatherType = weatherType;
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- if (!pokemon.scene.arena.weather?.isImmutable()) {
- if (simulated) {
- return pokemon.scene.arena.weather?.weatherType !== this.weatherType;
- } else {
- return pokemon.scene.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, true);
+ }
}
}
@@ -3742,11 +4151,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 pokemon.scene.arena.terrain?.terrainType !== this.terrainType;
- } else {
- return pokemon.scene.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, true);
}
}
}
@@ -3756,9 +4167,24 @@ export class PostBiomeChangeTerrainChangeAbAttr extends PostBiomeChangeAbAttr {
* @extends AbAttr
*/
export class PostMoveUsedAbAttr extends AbAttr {
- applyPostMoveUsed(pokemon: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean, args: any[]): boolean | Promise {
- return false;
+ canApplyPostMoveUsed(
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated: boolean,
+ args: any[]): boolean {
+ return true;
}
+
+ applyPostMoveUsed(
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated: boolean,
+ args: any[],
+ ): void {}
}
/**
@@ -3766,6 +4192,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
@@ -3774,29 +4209,24 @@ 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
*/
- applyPostMoveUsed(dancer: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean, args: any[]): boolean | Promise {
- // 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);
- dancer.scene.unshiftPhase(new MovePhase(dancer.scene, 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
- dancer.scene.unshiftPhase(new MovePhase(dancer.scene, dancer, [ dancer.getBattlerIndex() ], move, true, true));
- }
+ override applyPostMoveUsed(
+ dancer: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated: boolean,
+ 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;
}
/**
@@ -3814,28 +4244,68 @@ export class PostDancingMoveAbAttr extends PostMoveUsedAbAttr {
}
}
-export class StatStageChangeMultiplierAbAttr extends AbAttr {
- private multiplier: integer;
+/**
+ * Triggers after the Pokemon loses or consumes an item
+ * @extends AbAttr
+ */
+export class PostItemLostAbAttr extends AbAttr {
+ canApplyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): boolean {
+ return true;
+ }
- constructor(multiplier: integer) {
- super(true);
+ applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {}
+}
+
+/**
+ * Applies a Battler Tag to the Pokemon after it loses or consumes item
+ * @extends PostItemLostAbAttr
+ */
+export class PostItemLostApplyBattlerTagAbAttr extends PostItemLostAbAttr {
+ private tagType: BattlerTagType;
+ constructor(tagType: BattlerTagType) {
+ 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
+ */
+ override applyPostItemLost(pokemon: Pokemon, simulated: boolean, args: any[]): void {
+ pokemon.addTag(this.tagType);
+ }
+}
+
+export class StatStageChangeMultiplierAbAttr extends AbAttr {
+ private multiplier: number;
+
+ constructor(multiplier: number) {
+ super(false);
this.multiplier = multiplier;
}
- override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- (args[0] as Utils.IntegerHolder).value *= this.multiplier;
-
- return true;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[0] as Utils.NumberHolder).value *= this.multiplier;
}
}
export class StatStageChangeCopyAbAttr extends AbAttr {
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean | Promise {
+ override apply(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ cancelled: Utils.BooleanHolder,
+ args: any[],
+ ): void {
if (!simulated) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, (args[0] as BattleStat[]), (args[1] as number), true, false, false));
+ globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), true, (args[0] as BattleStat[]), (args[1] as number), true, false, false));
}
- return true;
}
}
@@ -3844,10 +4314,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;
}
}
@@ -3866,28 +4334,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;
}
}
@@ -3907,12 +4368,11 @@ 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) {
- pokemon.scene.unshiftPhase(
+ globalScene.unshiftPhase(
new PokemonHealPhase(
- pokemon.scene,
pokemon.getBattlerIndex(),
Utils.toDmgValue(pokemon.getMaxHp() * this.healPercent),
i18next.t("abilityTriggers:healFromBerryUse", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), abilityName }),
@@ -3920,15 +4380,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 {
- (args[0] as Utils.IntegerHolder).value = 256;
-
- return true;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ (args[0] as Utils.NumberHolder).value = 256;
}
}
@@ -3948,9 +4405,24 @@ export class CheckTrappedAbAttr extends AbAttr {
this.arenaTrapCondition = condition;
}
- applyCheckTrapped(pokemon: Pokemon, passive: boolean, simulated: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): boolean | Promise {
- return false;
+ canApplyCheckTrapped(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ trapped: Utils.BooleanHolder,
+ otherPokemon: Pokemon,
+ args: any[]): boolean {
+ return true;
}
+
+ applyCheckTrapped(
+ pokemon: Pokemon,
+ passive: boolean,
+ simulated: boolean,
+ trapped: Utils.BooleanHolder,
+ otherPokemon: Pokemon,
+ args: any[],
+ ): void {}
}
/**
@@ -3960,6 +4432,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
@@ -3971,22 +4449,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(Type.GHOST) || (otherPokemon.getTypes(true).includes(Type.STELLAR) && otherPokemon.getTypes().includes(Type.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 {
@@ -3995,10 +4460,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.IntegerHolder).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;
}
}
@@ -4007,32 +4474,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 {
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- const postBattleLoot = pokemon.scene.currentBattle.postBattleLoot;
- if (!simulated && postBattleLoot.length) {
- const randItem = Utils.randSeedItem(postBattleLoot);
- //@ts-ignore - TODO see below
- if (pokemon.scene.tryTransferHeldItemModifier(randItem, pokemon, true, 1, true)) { // TODO: fix. This is a promise!?
- postBattleLoot.splice(postBattleLoot.indexOf(randItem), 1);
- pokemon.scene.queueMessage(i18next.t("abilityTriggers:postBattleLoot", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), itemName: randItem.type.name }));
- return true;
- }
+ 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]) {
+ 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 {}
}
/**
@@ -4041,6 +4524,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
@@ -4050,100 +4537,39 @@ 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(pokemon.scene);
-
- 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) {
- pokemon.scene.arena.triggerWeatherBasedFormChanges();
+ globalScene.arena.triggerWeatherBasedFormChanges();
}
-
- return true;
- }
-}
-
-/**
- * Clears Desolate Land/Primordial Sea/Delta Stream upon the Pokemon fainting
- */
-export class PostFaintClearWeatherAbAttr extends PostFaintAbAttr {
-
- /**
- * @param pokemon The {@linkcode Pokemon} with the ability
- * @param passive N/A
- * @param attacker N/A
- * @param move N/A
- * @param hitResult N/A
- * @param args N/A
- * @returns {boolean} Returns true if the weather clears, otherwise false.
- */
- applyPostFaint(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker?: Pokemon, move?: Move, hitResult?: HitResult, ...args: any[]): boolean {
- const weatherType = pokemon.scene.arena.weather?.weatherType;
- let turnOffWeather = false;
-
- // 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)
- && pokemon.scene.getField(true).filter(p => p.hasAbility(Abilities.DESOLATE_LAND)).length === 0) {
- turnOffWeather = true;
- }
- break;
- case (WeatherType.HEAVY_RAIN):
- if (pokemon.hasAbility(Abilities.PRIMORDIAL_SEA)
- && pokemon.scene.getField(true).filter(p => p.hasAbility(Abilities.PRIMORDIAL_SEA)).length === 0) {
- turnOffWeather = true;
- }
- break;
- case (WeatherType.STRONG_WINDS):
- if (pokemon.hasAbility(Abilities.DELTA_STREAM)
- && pokemon.scene.getField(true).filter(p => p.hasAbility(Abilities.DELTA_STREAM)).length === 0) {
- turnOffWeather = true;
- }
- break;
- }
-
- if (simulated) {
- return turnOffWeather;
- }
-
- if (turnOffWeather) {
- pokemon.scene.arena.trySetWeather(WeatherType.NONE, false);
- return true;
- }
-
- return false;
}
}
export class PostFaintContactDamageAbAttr extends PostFaintAbAttr {
- private damageRatio: integer;
+ private damageRatio: number;
- constructor(damageRatio: integer) {
- super();
+ constructor(damageRatio: number) {
+ 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);
- pokemon.scene.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)), HitResult.OTHER);
+ attacker!.turnData.damageTaken += Utils.toDmgValue(attacker!.getMaxHp() * (1 / this.damageRatio));
+ }
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -4159,13 +4585,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.turnData.damageTaken += damage;
}
- return true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
@@ -4173,36 +4598,49 @@ 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.IntegerHolder;
- 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);
}
}
export class RedirectTypeMoveAbAttr extends RedirectMoveAbAttr {
- public type: Type;
+ public type: PokemonType;
- constructor(type: Type) {
+ constructor(type: PokemonType) {
super();
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;
}
}
@@ -4217,28 +4655,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;
}
}
@@ -4261,20 +4694,18 @@ 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) {
- pokemon.scene.unshiftPhase(new StatStageChangePhase(pokemon.scene, pokemon.getBattlerIndex(), true, this.stats, this.stages));
+ 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;
}
}
@@ -4283,15 +4714,13 @@ export class ReduceBerryUseThresholdAbAttr extends AbAttr {
super();
}
- 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;
}
}
@@ -4300,18 +4729,16 @@ export class ReduceBerryUseThresholdAbAttr extends AbAttr {
* Used for Heavy Metal (doubling weight) and Light Metal (halving weight)
*/
export class WeightMultiplierAbAttr extends AbAttr {
- private multiplier: integer;
+ private multiplier: number;
- constructor(multiplier: integer) {
- super();
+ constructor(multiplier: number) {
+ 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;
}
}
@@ -4320,10 +4747,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;
}
}
@@ -4336,27 +4761,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;
- }
-}
-
-export class SuppressFieldAbilitiesAbAttr extends AbAttr {
- constructor() {
- super(false);
+ override canApply(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
+ return this.moveIgnoreFunc(pokemon, (args[0] as Move));
}
- apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): boolean {
- const ability = (args[0] as Ability);
- if (!ability.hasAttr(UnsuppressableAbilityAbAttr) && !ability.hasAttr(SuppressFieldAbilitiesAbAttr)) {
- cancelled.value = true;
- return true;
- }
- return false;
+ override apply(pokemon: Pokemon, passive: boolean, simulated: boolean, cancelled: Utils.BooleanHolder, args: any[]): void {
+ cancelled.value = true;
}
}
@@ -4370,6 +4780,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
@@ -4377,18 +4795,20 @@ 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;
}
}
+/**
+ * Attribute implementing the effects of {@link https://bulbapedia.bulbagarden.net/wiki/Magic_Bounce_(ability) | Magic Bounce}.
+ * Allows the source to bounce back {@linkcode MoveFlags.REFLECTABLE | Reflectable}
+ * moves as if the user had used {@linkcode Moves.MAGIC_COAT | Magic Coat}.
+ */
+export class ReflectStatusMoveAbAttr extends AbAttr { }
+
export class UncopiableAbilityAbAttr extends AbAttr {
constructor() {
super(false);
@@ -4420,21 +4840,21 @@ export class NoFusionAbilityAbAttr extends AbAttr {
}
export class IgnoreTypeImmunityAbAttr extends AbAttr {
- private defenderType: Type;
- private allowedMoveTypes: Type[];
+ private defenderType: PokemonType;
+ private allowedMoveTypes: PokemonType[];
- constructor(defenderType: Type, allowedMoveTypes: Type[]) {
- super(true);
+ constructor(defenderType: PokemonType, allowedMoveTypes: PokemonType[]) {
+ 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 Type) && this.allowedMoveTypes.includes(args[0] as Type)) {
- 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;
}
}
@@ -4443,22 +4863,21 @@ export class IgnoreTypeImmunityAbAttr extends AbAttr {
*/
export class IgnoreTypeStatusEffectImmunityAbAttr extends AbAttr {
private statusEffect: StatusEffect[];
- private defenderType: Type[];
+ private defenderType: PokemonType[];
- constructor(statusEffect: StatusEffect[], defenderType: Type[]) {
- super(true);
+ constructor(statusEffect: StatusEffect[], defenderType: PokemonType[]) {
+ 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 Type)) {
- 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;
}
}
@@ -4473,17 +4892,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 N/A
- * @returns true
+ * @param args - `[0]`: boolean for if the battle ended in a victory
*/
- applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean {
- if (!simulated) {
- pokemon.scene.currentBattle.moneyScattered += pokemon.scene.getWaveMoneyAmount(0.2);
- }
- return true;
+ override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): void {
+ globalScene.currentBattle.moneyScattered += globalScene.getWaveMoneyAmount(0.2);
}
}
@@ -4491,13 +4910,12 @@ export class MoneyAbAttr extends PostBattleAbAttr {
* Applies a stat change after a Pokémon is summoned,
* conditioned on the presence of a specific arena tag.
*
- * @extends {PostSummonStatStageChangeAbAttr}
+ * @extends PostSummonStatStageChangeAbAttr
*/
export class PostSummonStatStageChangeOnArenaAbAttr extends PostSummonStatStageChangeAbAttr {
/**
* The type of arena tag that conditions the stat change.
* @private
- * @type {ArenaTagType}
*/
private tagType: ArenaTagType;
@@ -4512,6 +4930,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.
@@ -4519,15 +4943,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 (pokemon.scene.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);
}
}
@@ -4551,6 +4969,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.
@@ -4561,21 +4983,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), HitResult.OTHER, false, false, true, true);
}
- return true;
}
-
- return false;
}
/**
@@ -4596,44 +5012,35 @@ export class FormBlockDamageAbAttr extends ReceivedMoveDamageMultiplierAbAttr {
* @extends AbAttr
*/
export class BypassSpeedChanceAbAttr extends AbAttr {
- public chance: integer;
+ public chance: number;
/**
- * @param {integer} chance probability of ability being active.
+ * @param {number} chance probability of ability being active.
*/
- constructor(chance: integer) {
+ constructor(chance: number) {
super(true);
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 =
- pokemon.scene.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 {
@@ -4656,112 +5063,567 @@ 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 = pokemon.scene.currentBattle.turnCommands[pokemon.getBattlerIndex()];
- const isCommandFight = turnCommand?.command === Command.FIGHT;
- const move = turnCommand?.move?.move ? allMoves[turnCommand.move.move] : null;
- if (this.condition(pokemon, move!) && isCommandFight) {
- bypassSpeed.value = false;
- canCheckHeldItems.value = false;
- return false;
- }
- return true;
+ bypassSpeed.value = false;
+ canCheckHeldItems.value = false;
}
}
-async function applyAbAttrsInternal(
+/**
+ * This applies a terrain-based type change to the Pokemon.
+ * Used by Mimicry.
+ */
+export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
+ constructor() {
+ super(true);
+ }
+
+ 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) {
+ if (pokemon.summonData.addedType && typeChange.includes(pokemon.summonData.addedType)) {
+ pokemon.summonData.addedType = null;
+ }
+ pokemon.summonData.types = typeChange;
+ pokemon.updateInfo();
+ }
+ }
+
+ /**
+ * Retrieves the type(s) the Pokemon should change to in response to a terrain
+ * @param pokemon
+ * @param currentTerrain {@linkcode TerrainType}
+ * @returns a list of type(s)
+ */
+ private determineTypeChange(pokemon: Pokemon, currentTerrain: TerrainType): PokemonType[] {
+ const typeChange: PokemonType[] = [];
+ switch (currentTerrain) {
+ case TerrainType.ELECTRIC:
+ typeChange.push(PokemonType.ELECTRIC);
+ break;
+ case TerrainType.MISTY:
+ typeChange.push(PokemonType.FAIRY);
+ break;
+ case TerrainType.GRASSY:
+ typeChange.push(PokemonType.GRASS);
+ break;
+ case TerrainType.PSYCHIC:
+ typeChange.push(PokemonType.PSYCHIC);
+ break;
+ default:
+ pokemon.getTypes(false, false, true).forEach(t => {
+ typeChange.push(t);
+ });
+ break;
+ }
+ 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
+ */
+ 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[]) {
+ const currentTerrain = globalScene.arena.getTerrainType();
+ const pokemonNameWithAffix = getPokemonNameWithAffix(pokemon);
+ if (currentTerrain === TerrainType.NONE) {
+ return i18next.t("abilityTriggers:pokemonTypeChangeRevert", { pokemonNameWithAffix });
+ } else {
+ const moveType = i18next.t(`pokemonInfo:Type.${PokemonType[this.determineTypeChange(pokemon, currentTerrain)[0]]}`);
+ return i18next.t("abilityTriggers:pokemonTypeChange", { pokemonNameWithAffix, moveType });
+ }
+ }
+}
+
+function applySingleAbAttrs(
+ pokemon: Pokemon,
+ passive: boolean,
attrType: Constructor,
- pokemon: Pokemon | null,
applyFunc: AbAttrApplyFunc,
+ successFunc: AbAttrSuccessFunc,
args: any[],
- showAbilityInstant: boolean = false,
+ gainedMidTurn: boolean = false,
simulated: boolean = false,
- messages: string[] = [],
+ messages: string[] = []
) {
- for (const passive of [ false, true ]) {
- if (!pokemon?.canApplyAbility(passive) || (passive && pokemon.getPassiveAbility().id === pokemon.getAbility().id)) {
+ if (!pokemon?.canApplyAbility(passive) || (passive && (pokemon.getPassiveAbility().id === pokemon.getAbility().id))) {
+ return;
+ }
+
+ const ability = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
+ if (gainedMidTurn && ability.getAttrs(attrType).some(attr => attr instanceof PostSummonAbAttr && !attr.shouldActivateOnGain())) {
+ return;
+ }
+
+ for (const attr of ability.getAttrs(attrType)) {
+ const condition = attr.getCondition();
+ let abShown = false;
+ if (condition && !condition(pokemon) || !successFunc(attr, passive)) {
continue;
}
- const ability = passive ? pokemon.getPassiveAbility() : pokemon.getAbility();
- for (const attr of ability.getAttrs(attrType)) {
- const condition = attr.getCondition();
- if (condition && !condition(pokemon)) {
- continue;
- }
+ globalScene.setPhaseQueueSplice();
- pokemon.scene.setPhaseQueueSplice();
-
- let result = applyFunc(attr, passive);
- // TODO Remove this when promises get reworked
- if (result instanceof Promise) {
- result = await result;
- }
- if (result) {
- 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) {
- pokemon.scene.abilityBar.showAbility(pokemon, passive);
- } else {
- queueShowAbility(pokemon, passive);
- }
- }
- const message = attr.getTriggerMessage(pokemon, ability.name, args);
- if (message) {
- if (!simulated) {
- pokemon.scene.queueMessage(message);
- }
- }
- messages.push(message!);
- }
+ if (attr.showAbility && !simulated) {
+ globalScene.queueAbilityDisplay(pokemon, passive, true);
+ abShown = true;
}
- pokemon.scene.clearPhaseQueueSplice();
+ 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();
}
}
-export function applyAbAttrs(attrType: Constructor, pokemon: Pokemon, cancelled: Utils.BooleanHolder | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.apply(pokemon, passive, simulated, cancelled, args), args, false, simulated);
+class ForceSwitchOutHelper {
+ constructor(private switchType: SwitchType) {}
+
+ /**
+ * Handles the logic for switching out a Pokémon based on battle conditions, HP, and the switch type.
+ *
+ * @param pokemon The {@linkcode Pokemon} attempting to switch out.
+ * @returns `true` if the switch is successful
+ */
+ public switchOutLogic(pokemon: Pokemon): boolean {
+ const switchOutTarget = pokemon;
+ /**
+ * If the switch-out target is a player-controlled Pokémon, the function checks:
+ * - Whether there are available party members to switch in.
+ * - If the Pokémon is still alive (hp > 0), and if so, it leaves the field and a new SwitchPhase is initiated.
+ */
+ if (switchOutTarget instanceof PlayerPokemon) {
+ if (globalScene.getPlayerParty().filter((p) => p.isAllowedInBattle() && !p.isOnField()).length < 1) {
+ return false;
+ }
+
+ if (switchOutTarget.hp > 0) {
+ switchOutTarget.leaveField(this.switchType === SwitchType.SWITCH);
+ globalScene.prependToPhase(new SwitchPhase(this.switchType, switchOutTarget.getFieldIndex(), true, true), MoveEndPhase);
+ return true;
+ }
+ /**
+ * For non-wild battles, it checks if the opposing party has any available Pokémon to switch in.
+ * If yes, the Pokémon leaves the field and a new SwitchSummonPhase is initiated.
+ */
+ } else if (globalScene.currentBattle.battleType !== BattleType.WILD) {
+ if (globalScene.getEnemyParty().filter((p) => p.isAllowedInBattle() && !p.isOnField()).length < 1) {
+ return false;
+ }
+ if (switchOutTarget.hp > 0) {
+ switchOutTarget.leaveField(this.switchType === SwitchType.SWITCH);
+ const summonIndex = (globalScene.currentBattle.trainer ? globalScene.currentBattle.trainer.getNextSummonIndex((switchOutTarget as EnemyPokemon).trainerSlot) : 0);
+ globalScene.prependToPhase(new SwitchSummonPhase(this.switchType, switchOutTarget.getFieldIndex(), summonIndex, false, false), MoveEndPhase);
+ return true;
+ }
+ /**
+ * For wild Pokémon battles, the Pokémon will flee if the conditions are met (waveIndex and double battles).
+ * It will not flee if it is a Mystery Encounter with fleeing disabled (checked in `getSwitchOutCondition()`) or if it is a wave 10x wild boss
+ */
+ } else {
+ if (!globalScene.currentBattle.waveIndex || globalScene.currentBattle.waveIndex % 10 === 0) {
+ return false;
+ }
+
+ if (switchOutTarget.hp > 0) {
+ switchOutTarget.leaveField(false);
+ globalScene.queueMessage(i18next.t("moveTriggers:fled", { pokemonName: getPokemonNameWithAffix(switchOutTarget) }), null, true, 500);
+
+ if (globalScene.currentBattle.double) {
+ const allyPokemon = switchOutTarget.getAlly();
+ globalScene.redirectPokemonMoves(switchOutTarget, allyPokemon);
+ }
+ }
+
+ if (!switchOutTarget.getAlly()?.isActive(true)) {
+ globalScene.clearEnemyHeldItemModifiers();
+
+ if (switchOutTarget.hp) {
+ globalScene.pushPhase(new BattleEndPhase(false));
+ globalScene.pushPhase(new NewBattlePhase());
+ }
+ }
+ }
+ return false;
+ }
+
+ /**
+ * Determines if a Pokémon can switch out based on its status, the opponent's status, and battle conditions.
+ *
+ * @param pokemon The Pokémon attempting to switch out.
+ * @param opponent The opponent Pokémon.
+ * @returns `true` if the switch-out condition is met
+ */
+ public getSwitchOutCondition(pokemon: Pokemon, opponent: Pokemon): boolean {
+ const switchOutTarget = pokemon;
+ const player = switchOutTarget instanceof PlayerPokemon;
+
+ if (player) {
+ const blockedByAbility = new Utils.BooleanHolder(false);
+ applyAbAttrs(ForceSwitchOutImmunityAbAttr, opponent, blockedByAbility);
+ return !blockedByAbility.value;
+ }
+
+ if (!player && globalScene.currentBattle.battleType === BattleType.WILD) {
+ if (!globalScene.currentBattle.waveIndex && globalScene.currentBattle.waveIndex % 10 === 0) {
+ return false;
+ }
+ }
+
+ if (!player && globalScene.currentBattle.isBattleMysteryEncounter() && !globalScene.currentBattle.mysteryEncounter?.fleeAllowed) {
+ return false;
+ }
+
+ const party = player ? globalScene.getPlayerParty() : globalScene.getEnemyParty();
+ return (!player && globalScene.currentBattle.battleType === BattleType.WILD)
+ || party.filter(p => p.isAllowedInBattle()
+ && (player || (p as EnemyPokemon).trainerSlot === (switchOutTarget as EnemyPokemon).trainerSlot)).length > globalScene.currentBattle.getBattlerCount();
+ }
+
+ /**
+ * Returns a message if the switch-out attempt fails due to ability effects.
+ *
+ * @param target The target Pokémon.
+ * @returns The failure message, or `null` if no failure.
+ */
+ public getFailedText(target: Pokemon): string | null {
+ const blockedByAbility = new Utils.BooleanHolder(false);
+ applyAbAttrs(ForceSwitchOutImmunityAbAttr, target, blockedByAbility);
+ return blockedByAbility.value ? i18next.t("moveTriggers:cannotBeSwitchedOut", { pokemonName: getPokemonNameWithAffix(target) }) : null;
+ }
}
-export function applyPostBattleInitAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostBattleInit(pokemon, passive, simulated, args), args, false, simulated);
+/**
+ * Calculates the amount of recovery from the Shell Bell item.
+ *
+ * If the Pokémon is holding a Shell Bell, this function computes the amount of health
+ * recovered based on the damage dealt in the current turn. The recovery is multiplied by the
+ * Shell Bell's modifier (if any).
+ *
+ * @param pokemon - The Pokémon whose Shell Bell recovery is being calculated.
+ * @returns The amount of health recovered by Shell Bell.
+ */
+function calculateShellBellRecovery(pokemon: Pokemon): number {
+ const shellBellModifier = pokemon.getHeldItems().find(m => m instanceof HitHealModifier);
+ if (shellBellModifier) {
+ return Utils.toDmgValue(pokemon.turnData.totalDamageDealt / 8) * shellBellModifier.stackCount;
+ }
+ return 0;
}
-export function applyPreDefendAbAttrs(attrType: Constructor,
- pokemon: Pokemon, attacker: Pokemon, move: Move | null, cancelled: Utils.BooleanHolder | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreDefend(pokemon, passive, simulated, attacker, move, cancelled, args), args, false, simulated);
+/**
+ * Triggers after the Pokemon takes any damage
+ * @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,
+ passive: boolean,
+ simulated: boolean,
+ args: any[],
+ source?: Pokemon,
+ ): void {}
}
-export function applyPostDefendAbAttrs(attrType: Constructor,
- pokemon: Pokemon, attacker: Pokemon, move: Move, hitResult: HitResult | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args), args, false, simulated);
+/**
+ * Ability attribute for forcing a Pokémon to switch out after its health drops below half.
+ * This attribute checks various conditions related to the damage received, the moves used by the Pokémon
+ * and its opponents, and determines whether a forced switch-out should occur.
+ *
+ * Used by Wimp Out and Emergency Exit
+ *
+ * @extends PostDamageAbAttr
+ * @see {@linkcode applyPostDamage}
+ */
+export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
+ private helper: ForceSwitchOutHelper = new ForceSwitchOutHelper(SwitchType.SWITCH);
+ private hpRatio: number;
+
+ constructor(hpRatio = 0.5) {
+ super();
+ this.hpRatio = hpRatio;
+ }
+
+ public override canApplyPostDamage(
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated: boolean,
+ args: any[],
+ 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 ];
+ if (moveHistory.length > 0) {
+ const lastMoveUsed = moveHistory[moveHistory.length - 1];
+ if (fordbiddenAttackingMoves.includes(lastMoveUsed.move)) {
+ return false;
+ }
+ }
+
+ // Dragon Tail and Circle Throw switch out Pokémon before the Ability activates.
+ const fordbiddenDefendingMoves = [ Moves.DRAGON_TAIL, Moves.CIRCLE_THROW ];
+ if (source) {
+ const enemyMoveHistory = source.getMoveHistory();
+ if (enemyMoveHistory.length > 0) {
+ const enemyLastMoveUsed = enemyMoveHistory[enemyMoveHistory.length - 1];
+ // Will not activate if the Pokémon's HP falls below half while it is in the air during Sky Drop.
+ if (fordbiddenDefendingMoves.includes(enemyLastMoveUsed.move) || enemyLastMoveUsed.move === Moves.SKY_DROP && enemyLastMoveUsed.result === MoveResult.OTHER) {
+ return false;
+ // Will not activate if the Pokémon's HP falls below half by a move affected by Sheer Force.
+ } else if (allMoves[enemyLastMoveUsed.move].chance >= 0 && source.hasAbility(Abilities.SHEER_FORCE)) {
+ return false;
+ // Activate only after the last hit of multistrike moves
+ } else if (source.turnData.hitsLeft > 1) {
+ return false;
+ }
+ if (source.turnData.hitCount > 1) {
+ damage = pokemon.turnData.damageTaken;
+ }
+ }
+ }
+
+ if (pokemon.hp + damage >= pokemon.getMaxHp() * this.hpRatio) {
+ const shellBellHeal = calculateShellBellRecovery(pokemon);
+ if (pokemon.hp - shellBellHeal < pokemon.getMaxHp() * this.hpRatio) {
+ for (const opponent of pokemon.getOpponents()) {
+ if (!this.helper.getSwitchOutCondition(pokemon, opponent)) {
+ return false;
+ }
+ }
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * 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[],
+ simulated: boolean = false,
+ messages: string[] = [],
+ gainedMidTurn = false
+) {
+ for (const passive of [ false, true ]) {
+ if (pokemon) {
+ applySingleAbAttrs(pokemon, passive, attrType, applyFunc, successFunc, args, gainedMidTurn, simulated, messages);
+ globalScene.clearPhaseQueueSplice();
+ }
+ }
}
-export function applyPostMoveUsedAbAttrs(attrType: Constructor,
- pokemon: Pokemon, move: PokemonMove, source: Pokemon, targets: BattlerIndex[], simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostMoveUsed(pokemon, move, source, targets, simulated, args), args, false, simulated);
+export function applyAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ cancelled: Utils.BooleanHolder | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.apply(pokemon, passive, simulated, cancelled, args),
+ (attr, passive) => attr.canApply(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyStatMultiplierAbAttrs(attrType: Constructor,
- pokemon: Pokemon, stat: BattleStat, statValue: Utils.NumberHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyStatStage(pokemon, passive, simulated, stat, statValue, args), args);
+export function applyPostBattleInitAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostBattleInit(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostBattleInit(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPostSetStatusAbAttrs(attrType: Constructor,
- pokemon: Pokemon, effect: StatusEffect, sourcePokemon?: Pokemon | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args), args, false, simulated);
+
+export function applyPreDefendAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ attacker: Pokemon,
+ move: Move | null,
+ cancelled: Utils.BooleanHolder | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ 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,
+ simulated,
+ );
+}
+
+export function applyPostDefendAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ attacker: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args),
+ (attr, passive) => attr.canApplyPostDefend(pokemon, passive, simulated, attacker, move, hitResult, args), args,
+ simulated,
+ );
+}
+
+export function applyPostMoveUsedAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ move: PokemonMove,
+ source: Pokemon,
+ targets: BattlerIndex[],
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostMoveUsed(pokemon, move, source, targets, simulated, args),
+ (attr, passive) => attr.canApplyPostMoveUsed(pokemon, move, source, targets, simulated, args),
+ args,
+ simulated,
+ );
+}
+
+export function applyStatMultiplierAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ stat: BattleStat,
+ statValue: Utils.NumberHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyStatStage(pokemon, passive, simulated, stat, statValue, args),
+ (attr, passive) => attr.canApplyStatStage(pokemon, passive, simulated, stat, statValue, args),
+ args,
+ );
+}
+export function applyPostSetStatusAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ effect: StatusEffect,
+ sourcePokemon?: Pokemon | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args),
+ (attr, passive) => attr.canApplyPostSetStatus(pokemon, sourcePokemon, passive, effect, simulated, args), args,
+ simulated,
+ );
+}
+
+export function applyPostDamageAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ damage: number,
+ passive: boolean,
+ simulated = false,
+ args: any[],
+ source?: Pokemon,
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostDamage(pokemon, damage, passive, simulated, args, source),
+ (attr, passive) => attr.canApplyPostDamage(pokemon, damage, passive, simulated, args, source),
+ args,
+ );
}
/**
@@ -4774,104 +5636,400 @@ export function applyPostSetStatusAbAttrs(attrType: Constructor,
- pokemon: Pokemon, stat: Stat, statValue: Utils.NumberHolder, checkedPokemon: Pokemon, hasApplied: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyFieldStat(pokemon, passive, simulated, stat, statValue, checkedPokemon, hasApplied, args), args);
+export function applyFieldStatMultiplierAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ stat: Stat,
+ statValue: Utils.NumberHolder,
+ checkedPokemon: Pokemon,
+ hasApplied: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (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,
+ );
}
-export function applyPreAttackAbAttrs(attrType: Constructor,
- pokemon: Pokemon, defender: Pokemon | null, move: Move, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreAttack(pokemon, passive, simulated, defender, move, args), args, false, simulated);
+export function applyPreAttackAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ defender: Pokemon | null,
+ move: Move,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreAttack(pokemon, passive, simulated, defender, move, args),
+ (attr, passive) => attr.canApplyPreAttack(pokemon, passive, simulated, defender, move, args),
+ args,
+ simulated,
+ );
}
-export function applyPostAttackAbAttrs(attrType: Constructor,
- pokemon: Pokemon, defender: Pokemon, move: Move, hitResult: HitResult | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args), args, false, simulated);
+export function applyPostAttackAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ defender: Pokemon,
+ move: Move,
+ hitResult: HitResult | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args),
+ (attr, passive) => attr.canApplyPostAttack(pokemon, passive, simulated, defender, move, hitResult, args), args,
+ simulated,
+ );
}
-export function applyPostKnockOutAbAttrs(attrType: Constructor,
- pokemon: Pokemon, knockedOut: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostKnockOut(pokemon, passive, simulated, knockedOut, args), args, false, simulated);
+export function applyPostKnockOutAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ knockedOut: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostKnockOut(pokemon, passive, simulated, knockedOut, args),
+ (attr, passive) => attr.canApplyPostKnockOut(pokemon, passive, simulated, knockedOut, args),
+ args,
+ simulated,
+ );
}
-export function applyPostVictoryAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostVictory(pokemon, passive, simulated, args), args, false, simulated);
+export function applyPostVictoryAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostVictory(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostVictory(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPostSummonAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostSummon(pokemon, passive, simulated, args), args, false, simulated);
+export function applyPostSummonAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostSummon(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostSummon(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPreSwitchOutAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreSwitchOut(pokemon, passive, simulated, args), args, true, simulated);
+export function applyPreSwitchOutAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreSwitchOut(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPreSwitchOut(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPreStatStageChangeAbAttrs(attrType: Constructor,
- pokemon: Pokemon | null, stat: BattleStat, cancelled: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreStatStageChange(pokemon, passive, simulated, stat, cancelled, args), args, false, simulated);
+export function applyPreLeaveFieldAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ return applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) =>
+ attr.applyPreLeaveField(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPreLeaveField(pokemon, passive, simulated, args),
+ args,
+ simulated
+ );
}
-export function applyPostStatStageChangeAbAttrs(attrType: Constructor,
- pokemon: Pokemon, stats: BattleStat[], stages: integer, selfTarget: boolean, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, _passive) => attr.applyPostStatStageChange(pokemon, simulated, stats, stages, selfTarget, args), args, false, simulated);
+export function applyPreStatStageChangeAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon | null,
+ stat: BattleStat,
+ cancelled: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreStatStageChange(pokemon, passive, simulated, stat, cancelled, args),
+ (attr, passive) => attr.canApplyPreStatStageChange(pokemon, passive, simulated, stat, cancelled, args), args,
+ simulated,
+ );
}
-export function applyPreSetStatusAbAttrs(attrType: Constructor,
- pokemon: Pokemon, effect: StatusEffect | undefined, cancelled: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreSetStatus(pokemon, passive, simulated, effect, cancelled, args), args, false, simulated);
+export function applyPostStatStageChangeAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ stats: BattleStat[],
+ stages: integer,
+ selfTarget: boolean,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, _passive) => attr.applyPostStatStageChange(pokemon, simulated, stats, stages, selfTarget, args),
+ (attr, _passive) => attr.canApplyPostStatStageChange(pokemon, simulated, stats, stages, selfTarget, args), args,
+ simulated,
+ );
}
-export function applyPreApplyBattlerTagAbAttrs(attrType: Constructor,
- pokemon: Pokemon, tag: BattlerTag, cancelled: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args), args, false, simulated);
+export function applyPreSetStatusAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ effect: StatusEffect | undefined,
+ cancelled: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreSetStatus(pokemon, passive, simulated, effect, cancelled, args),
+ (attr, passive) => attr.canApplyPreSetStatus(pokemon, passive, simulated, effect, cancelled, args),
+ args,
+ simulated,
+ );
}
-export function applyPreWeatherEffectAbAttrs(attrType: Constructor,
- pokemon: Pokemon, weather: Weather | null, cancelled: Utils.BooleanHolder, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPreWeatherEffect(pokemon, passive, simulated, weather, cancelled, args), args, true, simulated);
+export function applyPreApplyBattlerTagAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ tag: BattlerTag,
+ cancelled: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args),
+ (attr, passive) => attr.canApplyPreApplyBattlerTag(pokemon, passive, simulated, tag, cancelled, args), args,
+ simulated,
+ );
}
-export function applyPostTurnAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostTurn(pokemon, passive, simulated, args), args, false, simulated);
+export function applyPreWeatherEffectAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ weather: Weather | null,
+ cancelled: Utils.BooleanHolder,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPreWeatherEffect(pokemon, passive, simulated, weather, cancelled, args),
+ (attr, passive) => attr.canApplyPreWeatherEffect(pokemon, passive, simulated, weather, cancelled, args), args,
+ simulated,
+ );
}
-export function applyPostWeatherChangeAbAttrs(attrType: Constructor,
- pokemon: Pokemon, weather: WeatherType, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostWeatherChange(pokemon, passive, simulated, weather, args), args, false, simulated);
+export function applyPostTurnAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostTurn(pokemon, passive, simulated, args),
+ (attr, passive) => attr.canApplyPostTurn(pokemon, passive, simulated, args),
+ args,
+ simulated,
+ );
}
-export function applyPostWeatherLapseAbAttrs(attrType: Constructor,
- pokemon: Pokemon, weather: Weather | null, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostWeatherLapse(pokemon, passive, simulated, weather, args), args, false, simulated);
+export function applyPostWeatherChangeAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ weather: WeatherType,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostWeatherChange(pokemon, passive, simulated, weather, args),
+ (attr, passive) => attr.canApplyPostWeatherChange(pokemon, passive, simulated, weather, args),
+ args,
+ simulated,
+ );
}
-export function applyPostTerrainChangeAbAttrs(attrType: Constructor,
- pokemon: Pokemon, terrain: TerrainType, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostTerrainChange(pokemon, passive, simulated, terrain, args), args, false, simulated);
+export function applyPostWeatherLapseAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ weather: Weather | null,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostWeatherLapse(pokemon, passive, simulated, weather, args),
+ (attr, passive) => attr.canApplyPostWeatherLapse(pokemon, passive, simulated, weather, args),
+ args,
+ simulated,
+ );
}
-export function applyCheckTrappedAbAttrs(attrType: Constructor,
- pokemon: Pokemon, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, messages: string[], simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args), args, false, simulated, messages);
+export function applyPostTerrainChangeAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ terrain: TerrainType,
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyPostTerrainChange(pokemon, passive, simulated, terrain, args),
+ (attr, passive) => attr.canApplyPostTerrainChange(pokemon, passive, simulated, terrain, args),
+ args,
+ simulated,
+ );
}
-export function applyPostBattleAbAttrs(attrType: Constructor,
- pokemon: Pokemon, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostBattle(pokemon, passive, simulated, args), args, false, simulated);
+export function applyCheckTrappedAbAttrs(
+ attrType: Constructor,
+ pokemon: Pokemon,
+ trapped: Utils.BooleanHolder,
+ otherPokemon: Pokemon,
+ messages: string[],
+ simulated = false,
+ ...args: any[]
+): void {
+ applyAbAttrsInternal(
+ attrType,
+ pokemon,
+ (attr, passive) => attr.applyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args),
+ (attr, passive) => attr.canApplyCheckTrapped(pokemon, passive, simulated, trapped, otherPokemon, args), args,
+ simulated,
+ messages,
+ );
}
-export function applyPostFaintAbAttrs(attrType: Constructor,
- pokemon: Pokemon, attacker?: Pokemon, move?: Move, hitResult?: HitResult, simulated: boolean = false, ...args: any[]): Promise {
- return applyAbAttrsInternal(attrType, pokemon, (attr, passive) => attr.applyPostFaint(pokemon, passive, simulated, attacker, move, hitResult, args), args, false, simulated);
+export function applyPostBattleAbAttrs(
+ attrType: Constructor